Hello whiny.lol
This commit is contained in:
78
content/changelog/2025/december-15th.md
Normal file
78
content/changelog/2025/december-15th.md
Normal file
@@ -0,0 +1,78 @@
|
||||
---
|
||||
title: December Update - v1.3.0
|
||||
date: 2025-12-15
|
||||
updates:
|
||||
- Major update
|
||||
---
|
||||
|
||||
This update marks the last major update for the year 2025.
|
||||
|
||||
I hope to write a blog post around New Year's Day detailing my progress in learning HTML and CSS, along with what I plan to do with this website in 2026.
|
||||
|
||||
## Changes:
|
||||
|
||||
- **Content:**
|
||||
- **My author page has been removed & content will no longer list an author.** I had initially implemented this as I was improving the theme for it to be open-sourced, but I have since decided not go ahead with it.
|
||||
- Updated [About](/about) page content
|
||||
- **"About this site"** is now [About this website](/website-info)
|
||||
- Removed GitHub and GitLab from "Contact"
|
||||
|
||||
- **UI and UX:**
|
||||
- Tweaked colour scheme
|
||||
- Notes now have a nice drop shadow
|
||||
- Removed view transitions due to limited browser support and stuttering
|
||||
- Removed transparent header background
|
||||
- Removed gradient variables in favour of manually adding gradients where needed
|
||||
- Adjusted text sizing and margins
|
||||
- The score numerator is now larger than the denominator
|
||||
- Decreased left padding on lists
|
||||
- Removed background colour and text colour fade transitions
|
||||
- Changed search bar background colour
|
||||
- Changed list item bullet point colour
|
||||
- Removed mobile menu animations
|
||||
- Footer links now stack vertically on smaller screens
|
||||
- Adjusted the line height for mobile menu navigation links
|
||||
- Removed external link arrow icons
|
||||
- Removed Rybbit disclaimer from the footer
|
||||
- Code text background is now brighter
|
||||
- Reduced share section link icon size
|
||||
- Footer text now has a fixed maximum width on smaller screens
|
||||
- The home page now shows the latest post and latest review side-by-side once again
|
||||
- Home page latest post and review titles are no longer a link
|
||||
- Page authors are now displayed next to the date rather than below the description
|
||||
- Fixed share section email content
|
||||
|
||||
- **CSS:**
|
||||
- Styles for links with icons have been greatly improved
|
||||
- The pagination buttons now use the existing link styles alongside their own
|
||||
- Changed various variable names
|
||||
- Added styles for the `hr` (horizontal rule) element
|
||||
- Changed padding variable names and started using nesting where applicable
|
||||
- Now using `em` for most line heights instead of `lh`
|
||||
- Now using the logical equivalent of the `top` property, `inset-block-start`
|
||||
- Consolidated CSS link classes
|
||||
- Fixed styles for the `time` element
|
||||
- Removed redundant and unused styles
|
||||
|
||||
- **Behind the scenes:**
|
||||
- Deleted an old draft review of my 7th generation iPod Nano
|
||||
- For a brief period, I ran a self-hosted instance of [Rybbit](https://rybbit.com) analytics as a little experiment. I have since decided not to keep going with this.
|
||||
- Removed accidental duplicate fonts from the static directory
|
||||
- Hugo configuration file is now in YAML format to be in line with the Markdown files
|
||||
- Enabled unsafe markup in Hugo configuration file
|
||||
|
||||
## What's next?
|
||||
|
||||
As for this website, my aim will be on accessibility and the UI.
|
||||
|
||||
I need to add alt text for every image on every page. Right now, only [Dell 27 Plus 4K - S2725QC](/reviews/dell-s2725qc) has proper alt text for images.
|
||||
|
||||
I am yet to implement a proper [focus trap](https://css-tricks.com/a-primer-on-focus-trapping/) for the mobile menu.
|
||||
|
||||
---
|
||||
|
||||
I hope to start learning JavaScript in 2026. I plan to move onto Svelte and SvelteKit once I have a decent understanding of JS.
|
||||
|
||||
Merry Christmas, happy Hanukkah and happy holidays!
|
||||
|
||||
I hope 2026 will be a better year for all of us.
|
||||
51
content/changelog/2025/december-27th.md
Normal file
51
content/changelog/2025/december-27th.md
Normal file
@@ -0,0 +1,51 @@
|
||||
---
|
||||
title: December Update 2 - v1.4.0
|
||||
date: 2025-12-27
|
||||
updates:
|
||||
- Major update
|
||||
---
|
||||
|
||||
I hope you had a good Christmas/holiday season. This is officially the last update for 2025!
|
||||
|
||||
- **Content:**
|
||||
- **[About](/about) has been vastly improved with more information on what I do, along with my [Chronic illness](/about/#chronic-illness)**
|
||||
- **"About this website" is now [Website info](/website-info) and includes better content and formatting**
|
||||
- **My main devices are now in their own list at the top of [What I use](/what-i-use) with nice icons**
|
||||
- Improved review summary and added note about RTINGS colour profile on [Dell 27 Plus 4K - S2725QC](/reviews/dell-s2725qc)
|
||||
- Replaced iPhone 13 my new iPhone 17 in [What I use](/what-i-use)
|
||||
- Added "Power" section to [What I use](/what-i-use) and changed the order of categories
|
||||
- Removed the **"Contact"** page and moved its contents to [About](/about)
|
||||
- Corrected a typo and added alt text for all images in [What software do I use?](/posts/software-i-use)
|
||||
- Updated the OS on Desktop PC in [What I use](/what-i-use)
|
||||
- Corrected links in multiple changelogs to `/website-info`
|
||||
- Corrected grammar in [Website Update](/changelog/2025/may-1st)
|
||||
|
||||
- **UI and UX:**
|
||||
- **Pagefind search has been removed as it's not really needed for the amount of content here**
|
||||
- **The link to a post/review's parent above the title has been replaced with a primary category. One or multiple categories are no longer listed above the share section.**
|
||||
- Heading font sizes are now using clamp to shrink on smaller screens
|
||||
- The current page is no longer highlighted in the main navigation menu or footer menu
|
||||
- Mobile menu navigation links are now right-aligned once again
|
||||
- Adjusted spacing between titles and text on review overviews, the category section, the share section, the homepage latest content section and notes.
|
||||
- Dates no longer have a comma before the year
|
||||
- Increased padding on the bottom of the mobile menu
|
||||
- Reduced spacing between pagination buttons
|
||||
- Reduced footer padding
|
||||
- Updated footer license disclaimer and changed menu link order
|
||||
- Page card title is now only an `<a>`, not one nested inside of an `<h3>`
|
||||
|
||||
- **Behind the scenes:**
|
||||
- **I have gone back to a simpler favicon, now with SVG, ICO and corrected `apple-touch-icon` PNG versions.**
|
||||
- **Added previously missing meta description and author tags**
|
||||
- Footer text is now configured in the Hugo config
|
||||
- Removed useless RSS feed stuff that was accidentally left in
|
||||
- Main devices in [What I use](/what-i-use) are using a YAML data file, this may change in the future
|
||||
- Added link paramater and page card shortcode to applicable Archetype files
|
||||
- Removed redundant version paramater from changelog Markdown files
|
||||
- No longer using `em` for line height in `prose`
|
||||
|
||||
## What's next?
|
||||
|
||||
I hope to overhaul the UI of this website over 2026, the CSS is quite a mess.
|
||||
|
||||
See [December Update - v1.40](/changelog/2025/december-15th/#whats-next) for more information on what's coming in 2026.
|
||||
16
content/changelog/2025/february-8th.md
Normal file
16
content/changelog/2025/february-8th.md
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: Site update
|
||||
date: 2025-02-08
|
||||
updates:
|
||||
- Minor update
|
||||
---
|
||||
|
||||
I've done tons of work to clean up and polish this site!
|
||||
|
||||
- Defined margins and font properties in CSS for more consistency now and in the future
|
||||
- Optimised font sizes
|
||||
- Cleaned up layouts and partials
|
||||
- Cleaned up post text sizing
|
||||
- Made a new home page that displays the newest review and post
|
||||
|
||||
There's lots more to come as I learn HTML and CSS. This is only the start.
|
||||
26
content/changelog/2025/july-25th.md
Normal file
26
content/changelog/2025/july-25th.md
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
title: Laugh out loud - Website update
|
||||
date: 2025-07-25
|
||||
updates:
|
||||
- Major update
|
||||
---
|
||||
|
||||
## Domain name change
|
||||
|
||||
I have been meaning to do this ever since I first started working on this website, but now...
|
||||
|
||||
My website is now officially [whiny.lol](https://whiny.lol)! I am no longer an organisation!
|
||||
|
||||
## Content
|
||||
|
||||
Speaking of updates, I will start to go through all of my blog posts and reviews and "spruce them up" a little.
|
||||
|
||||
The first to recieve this treatment will be **The top 5 Mac apps I use daily** with possibly a new title too.
|
||||
|
||||
I will also improve some of my [reviews](/reviews) too.
|
||||
|
||||
### I'm keeping the rainbow in the footer
|
||||
|
||||
I'll make the header (top navigation bar) rainbow if anyone complains.
|
||||
|
||||
You *do* have the option of closing the website if it bothers you, snowflake.
|
||||
11
content/changelog/2025/july-7th.md
Normal file
11
content/changelog/2025/july-7th.md
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
title: "Devlog #5"
|
||||
date: 2025-07-07
|
||||
updates:
|
||||
- Minor update
|
||||
---
|
||||
|
||||
Changes since June 25th include:
|
||||
|
||||
- Added Gaming section and cleaned up [About](/about)
|
||||
- Fix mobile menu gradient and incorrect comments in CSS
|
||||
17
content/changelog/2025/june-10th.md
Normal file
17
content/changelog/2025/june-10th.md
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
title: "Devlog #2"
|
||||
date: 2025-06-10
|
||||
updates:
|
||||
- Minor update
|
||||
---
|
||||
|
||||
Changes since May 29th include:
|
||||
|
||||
- Removed "Website Update - May 2025"
|
||||
- Fixed a typo in The top 5 Mac apps I use daily (don't worry, I'll be updating it soon)
|
||||
- Cleaned up CSS
|
||||
- Better font sizing
|
||||
- Background blur on the header and mobile menu
|
||||
- Renamed Devlog to Tidbits
|
||||
- Changed all page images to WebP
|
||||
- Better mobile menu animation
|
||||
15
content/changelog/2025/june-24th.md
Normal file
15
content/changelog/2025/june-24th.md
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
title: "Devlog #3"
|
||||
date: 2025-06-24
|
||||
updates:
|
||||
- Minor update
|
||||
---
|
||||
|
||||
Changes since June 10th include:
|
||||
|
||||
- **Moved to Cloudflare Workers**
|
||||
- Improved background on mobile menu
|
||||
- Fixed date spacing and colour on individual tidbits
|
||||
- Made tidbit font size smaller
|
||||
- Fixed font weight on mobile menu button
|
||||
- Updated Roadmap
|
||||
13
content/changelog/2025/june-25th.md
Normal file
13
content/changelog/2025/june-25th.md
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
title: "Devlog #4"
|
||||
date: 2025-06-25
|
||||
updates:
|
||||
- Minor update
|
||||
---
|
||||
|
||||
Changes since June 24th include:
|
||||
|
||||
- Renamed tidbits back to Devlog and moved them to their own page
|
||||
- Added animation to the homepage hero with [GSAP](https://gsap.com)
|
||||
- Fixed mobile menu background gradient on dark colour scheme
|
||||
- Removed background and border around page cards
|
||||
28
content/changelog/2025/may-1st.md
Normal file
28
content/changelog/2025/may-1st.md
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
title: Website Update
|
||||
date: 2025-05-01
|
||||
updates:
|
||||
- Minor Update
|
||||
---
|
||||
|
||||
Hello. I am not dead!
|
||||
|
||||
I got diagnosed with a condition called POTS earlier this year which has resulted in development of this website slowing down.
|
||||
|
||||
## Mobile users, rejoice!
|
||||
|
||||
We **finally** have A MOBILE MENU! After months of procastination, I figured out that, in reality, it really wasn't that hard...
|
||||
|
||||
Aside from that, I've been chipping away at cleaning up the design of the website. Spacing and sizing should now be more consistent, particularly on mobile devices.
|
||||
|
||||
Text should now be sized better for certain elements on mobile.
|
||||
|
||||
There's a new hero on the home page with a nice background and some silly text. xD
|
||||
|
||||
I added a blurry background to the header that looks quite nice while you scroll.
|
||||
|
||||
I have also added some new pages, including [AI Policy](/website-info/#large-language--generative-models) and [Website info](/website-info).
|
||||
|
||||
## Upcoming improvements
|
||||
|
||||
I eventually want to add a sidebar on review and post pages featuring a table-of-contents with clickable section links.
|
||||
17
content/changelog/2025/may-29th.md
Normal file
17
content/changelog/2025/may-29th.md
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
title: "Devlog #1"
|
||||
date: 2025-05-29
|
||||
updates:
|
||||
- Minor update
|
||||
---
|
||||
|
||||
Still not dead! I have decided to create a little "devlog" so you can follow along as I work on this website!
|
||||
|
||||
Changes since May 7th include:
|
||||
|
||||
- Better header & footer
|
||||
- More consistent design
|
||||
- New hero section
|
||||
- New [About](/about) page
|
||||
- Better spacing in posts and pages
|
||||
- Added [Contact](/contact) and Roadmap
|
||||
43
content/changelog/2025/november-25th.md
Normal file
43
content/changelog/2025/november-25th.md
Normal file
@@ -0,0 +1,43 @@
|
||||
---
|
||||
title: November Update 2 - v1.2.0
|
||||
date: 2025-11-25
|
||||
updates:
|
||||
- Major update
|
||||
---
|
||||
|
||||
## Major changes:
|
||||
|
||||
**As of November 2025, nearly all of my websites are now officially hosted on a remote VPS running [Coolify](https://coolify.io)!** This means I have more control and the ability to go beyond a simple static website should I ever need that. I am also hosting my own instance of [Gitea](https://about.gitea.com) to store my Git repositories.
|
||||
|
||||
**The site now has an author feature with a page for yours truly.** It has information about me including my name, a short bio, my location and my pronouns, along with links for my Bluesky profile, my email address and my website of course.
|
||||
|
||||
Authors are displayed below a page's cover image.
|
||||
|
||||
**I have added WhatsApp and Telegram to the share section**.
|
||||
|
||||
## Other changes:
|
||||
|
||||
- Added pagination for section/list pages when there's more than 8 pages
|
||||
- CSS classes for links and rows/columns of links are now used throughout the site
|
||||
- Font declarations and the main stylesheet are now in separate CSS files that are bundled on build
|
||||
- Simplified the footer even further, removed "Use of AI" & added links to my other websites
|
||||
- Added a diagonal arrow icon to external links in page content and footer text
|
||||
- Removed underline offsets for links
|
||||
- Increased line height for page & other text content
|
||||
- Increased margins for headings, images and notes
|
||||
- Card title size is no longer clamped
|
||||
- Mobile menu JS now uses `setAttribute` for `aria-expanded` and `aria-label` on the mobile menu button rather than the new `ariaExpanded` and `ariaLabel` properties for better compatibility
|
||||
- Tweaked mobile menu animations
|
||||
- Overview summary text size is no longer clamped
|
||||
- Fixed automatic external links for menus
|
||||
- Added a list of public social media profiles to Contact
|
||||
- Fixed redundant styling on homepage "Latest posts" and "Latest reviews" links.
|
||||
- Removed version and changelog link from footer
|
||||
- Homepage hero post link is now configured with the site configuration
|
||||
- Decreased font weight for links
|
||||
- Social link buttons are no longer stacked with the text below the icon
|
||||
|
||||
## Removals:
|
||||
|
||||
- Removed the "Copy Link" option from the share section
|
||||
- Removed **"Use of AI"** and moved its contents to [Website info](/website-info)
|
||||
104
content/changelog/2025/november-8th.md
Normal file
104
content/changelog/2025/november-8th.md
Normal file
@@ -0,0 +1,104 @@
|
||||
---
|
||||
title: November Update - v1.1.0
|
||||
date: 2025-11-08
|
||||
updates:
|
||||
- Major update
|
||||
---
|
||||
|
||||
## Major news
|
||||
|
||||
**The category and share sections have been merged in to their own area below page content with brand new "Copy Link" and Email options.** The category section now says "Category" instead of "Categories" if only one has been specified.
|
||||
|
||||
**The mobile menu has nice new animations and a border on the bottom.** It now closes if your browser window goes beyond 640px in width while it's open. You can now also close it by pressing the Escape key.
|
||||
|
||||
**The header is now translucent and blurry once again.** It turns opaque while the mobile menu is open.
|
||||
|
||||
**You can now filter by Category on the Search page.**
|
||||
|
||||
**Many templates and partials have been simplified and consolidated wherever possible.**
|
||||
|
||||
**All post and review covers are now in the `.webp` file format.**
|
||||
|
||||
**The list of gadgets from About have been moved to [What I use](/what-i-use).**
|
||||
|
||||
**Changelog entries are now in [Major Update](/categories/major-update) and [Minor Update](/categories/minor-update) categories**
|
||||
|
||||
**Footer links are now better organised and text has been made smaller and more unobtrusive.** Footer menus now highlight the page you are currently on, just like the main navigation menu.
|
||||
|
||||
**I have implemented view transitions with the new [View Transitions API](https://developer.mozilla.org/en-US/docs/Web/API/View_Transition_API)**. It will not yet work on Firefox as it currently [does not support view transitions on multi-page applications](https://bugzilla.mozilla.org/show_bug.cgi?id=1860854).
|
||||
|
||||
**All animations including the mobile menu, links, the header and view transitions now respect the user's "Reduce motion" setting.**
|
||||
|
||||
**A link to the parent of any content you're reading is now above the page title.** This excludes pages whose parent is `/` aka [Home](/).
|
||||
|
||||
### Important license information
|
||||
|
||||
I am now excluding images from the permissions granted by the license.
|
||||
|
||||
**Please do not share or redistribute any of my images elsewhere.**
|
||||
|
||||
As of the time I am writing this changelog, all images on this website are my own.
|
||||
|
||||
In the future, I will be adding a "Credits" section to the bottom of any page that is using another individual or company's work/intellectual property. It will likely be above the new combined Category and Share section.
|
||||
|
||||
I may also create a dedicated page outlining what you can do with my content, both based on the [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) deed and my own wishes regarding images.
|
||||
|
||||
## Other changes
|
||||
|
||||
- Changed title of `/posts` to [Blog](/posts)
|
||||
- Changed title of `/about` to [About](/about)
|
||||
- Changed title of `/ai-models` from "Regarding "AI" models" to **"Use of AI"**
|
||||
- Fixed SVG layout issues on share section buttons
|
||||
- Changed [Dell 27 Plus 4K - S2725QC](/reviews/dell-s2725qc) cover image to my own
|
||||
- Fixed missing Summary text in [Apple iPhone 13](/reviews/apple-iphone-13)
|
||||
- Added original changelog entry names and removed dates from some titles
|
||||
- Corrected post links in previous changelogs
|
||||
- Tweaked hero & card title font sizes
|
||||
- Made header site title text smaller
|
||||
- Fixed markdown issues in `overview.html` and `note.html` shortcode
|
||||
- Fixed how shortcodes were being called in Markdown files
|
||||
- Replaced share section "X" text and logo with Twitter
|
||||
- Simplified Note design and removed rounded corners to be consistent with images and other elements
|
||||
- Overview summary font size is now clamped
|
||||
- Changed homepage hero update notice text to "vX.XX - Date"
|
||||
- Tweaked colours for better contrast and readability
|
||||
- Added an additional darker border colour
|
||||
- Added a border to the top of the footer for better separation
|
||||
- Changed scrollbar colours to match the website itself (only on Firefox, Chrome and derivatives)
|
||||
- Reduced size of homepage hero update notice
|
||||
- Corrected a typo in the Threads URL in share section
|
||||
- Started using Catppuccin Frappe style for `pre` elements
|
||||
- Simplified the Contact page
|
||||
- Reduced font weight of links
|
||||
- Organised and added links to [Website info](/website-info)
|
||||
- Links now have a 200ms transition for text colour or background colour to match other new animations
|
||||
- Made `code` background darker and added a small border for better visibility
|
||||
- Changed "Share on..." to "Share page link" in share section
|
||||
- Fixed search page UI colours
|
||||
- Fixed figcaption font size
|
||||
- Fixed horizontal layout shift when viewing a page without a scrollbar
|
||||
- Tweaked clamped font sizes to start shrinking later
|
||||
- Added a `needsupdate` front matter paramater for future use
|
||||
|
||||
## Removals
|
||||
|
||||
- Removed the "View all posts" and "View all reviews" buttons on the homepage
|
||||
- Removed gradient background from the Note shortcode
|
||||
- Removed AI disclaimer text from [Website info](/website-info/#large-language--generative-models)
|
||||
- Removed AI disclaimer shortcode and repurposed it for the footer
|
||||
|
||||
## What's next
|
||||
|
||||
I am planning on writing a blog post about my progress with HTML and CSS. It *should* be out before Christmas day.
|
||||
|
||||
Light mode *will* be added back soon. It's not that much of a concern right now aside from potential accessibility issues.
|
||||
|
||||
Speaking of accessibility, this is something the website doesn't particularly excel at right now. I need to work on a [focus trap](https://css-tricks.com/a-primer-on-focus-trapping/) for the mobile menu, along with writing alt text for every image on every page.
|
||||
|
||||
I hope to work on my own UI implementation for Pagefind soon. The default one, while functional, doesn't completely fit in with the rest of the website.
|
||||
|
||||
I was experimenting and had a proof-of-concept layout for content with a table of contents available on the right side of your screen on desktop, inspired by [Josh W. Comeau](https://www.joshwcomeau.com/)'s website. I may implement this in the future.
|
||||
|
||||
I am making a commitment to provide detailed changelogs for every major update to this website going forward.
|
||||
|
||||
That's all for now.
|
||||
73
content/changelog/2025/october-24th.md
Normal file
73
content/changelog/2025/october-24th.md
Normal file
@@ -0,0 +1,73 @@
|
||||
---
|
||||
title: Website update - October 2025
|
||||
date: 2025-10-24
|
||||
updates:
|
||||
- Major update
|
||||
---
|
||||
|
||||
Hi! I am still not dead.
|
||||
|
||||
It’s taken me a while to get this done, but I have made some substantial updates to this website that make the experience better both for me and anyone reading this!
|
||||
|
||||
In the spirit of Halloween, enjoy this unnecessarily long and comprehensive list of updates!
|
||||
|
||||
## Major news
|
||||
|
||||
**Search is here thanks to the [Pagefind](https://pagefind.app) static search library. I am currently using its default UI, but this may change in the future.**
|
||||
|
||||
**Blog and Reviews have been merged into a new [Posts](/posts) page! I have set up redirects with Cloudflare so indexed links on search engines aren't affected.**
|
||||
|
||||
## Other changes
|
||||
|
||||
- Reviews now have their own **Review** category.
|
||||
- Added [Changelog](/changelog) + a bunch of old Devlogs and changes
|
||||
- Improved typography, text sizing, margins and consistency
|
||||
- Made button padding smaller and made corner radius bigger
|
||||
- Added a link icon to button on the homepage
|
||||
- Simplified categories partial
|
||||
- Updated [Website info](/website-info)
|
||||
- Fixed incorrect heading size on this post
|
||||
- Mobile menu no longer prevents scrolling while open
|
||||
- Latest content now only shows the two latest posts
|
||||
- Mobile menu no longer extends to the bottom of the viewport
|
||||
- Moved and renamed template files to ensure compatibility with future Hugo versions
|
||||
- More site elements are now using reusable classes, like `prose` for text-centric content or `width-content`, `width-page` and `full-width` for an element's max width
|
||||
- Switched to logical CSS properties for better compatibility with right-to-left and other layouts
|
||||
- Now using regular font files instead of Google Fonts
|
||||
- Changed homepage hero text
|
||||
- Improved contrast and colours
|
||||
- Link underlines in blog post abd review pages are now thinner and lower down
|
||||
- Made the header blurry and translucent (opening the mobile menu makes it opaque)
|
||||
- Made header more compact
|
||||
- Simplified and shrunk footer
|
||||
- Improved wrapping for category links
|
||||
- Changed body background colour
|
||||
- Changed favicon and fixed favicon links in `<head>`
|
||||
- The page you are currently on is now shown in the navigation menu
|
||||
- Added more to [Website info](/website-info)
|
||||
- Replaced **"The top 5 Mac apps I use daily"** with [What software do I use?](/posts/software-i-use)
|
||||
|
||||
## Removals
|
||||
|
||||
- Removed "My iPod Touch (it's older than me)"
|
||||
- Removed about section at the bottom of the homepage
|
||||
- Removed homepage hero background image
|
||||
- Removed **Updates** page
|
||||
- Removed colour fade transition when hovering links
|
||||
- Removed redundant cover image credit (may add again if needed)
|
||||
- Removed silly accessories list in [About](/about)
|
||||
- Removed unnecessary text on the 404 page
|
||||
- Removed the quote in the footer
|
||||
- Removed useless `og:logo` opengraph tag in `<head>`
|
||||
|
||||
## What’s next?
|
||||
|
||||
I am going to be cleaning up and editing pretty much all existing content over the next few months. Reviews will be the priority.
|
||||
|
||||
As a start, I’ve temporarily hidden and may possibly delete “My iPod Touch (it’s older than me)”. I never liked that post and I think it’s useless.
|
||||
|
||||
I’ll be working on new reviews and posts after Christmas, but in the meantime, I hope to work on a fullscreen image viewer for posts and reviews, improve accessibility and possibly overhaul the mobile menu.
|
||||
|
||||
## Other news
|
||||
|
||||
I have officially moved this site’s source code to GitLab.com.
|
||||
58
content/changelog/2025/october-30th.md
Normal file
58
content/changelog/2025/october-30th.md
Normal file
@@ -0,0 +1,58 @@
|
||||
---
|
||||
title: October Update 2 - v1.00
|
||||
date: 2025-10-30
|
||||
updates:
|
||||
- Major update
|
||||
---
|
||||
|
||||
## Major news
|
||||
|
||||
**I have introduced version numbers.**
|
||||
|
||||
**The site now has a new dark blue colour scheme! I got tired of the grey and black dark colour scheme. I'll add a light mode version eventually.**
|
||||
|
||||
**Reviews are now separate from posts once again.**
|
||||
|
||||
**I have decided to license my content under [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-nc-sa/4.0/).**
|
||||
|
||||
**Reviews now have an overview section at the top with a short summary and score!**
|
||||
|
||||
**Posts and reviews now have buttons to share to X, Bluesky, Threads and Reddit.**
|
||||
|
||||
**I have separated changelog entries into their own pages. These will be sorted by year after 2026.**
|
||||
|
||||
## Other changes
|
||||
|
||||
- Updated darker text colours to look better against the blue colour scheme
|
||||
- Minor improvements to CSS
|
||||
- Added a "Not AI-generated" disclaimer on content that could be mistaken as an AI summary
|
||||
- Updated [About](/about) page with more info
|
||||
- Updated [What software do I use?](/posts/software-i-use) to reflect new Affinity version
|
||||
- Updated **"Regarding "AI" models"**
|
||||
- Now using clamp sizing for the homepage hero text
|
||||
- Added a notice for out-of-date content for future use
|
||||
- Added a dark `secondary` colour
|
||||
- Added "Published on" to page date
|
||||
- Adjusted mobile menu link size and margins
|
||||
- Added a new toggleable update notice to homepage hero
|
||||
- Separated latest posts and latest reviews on the homepage
|
||||
- Improved button and link focus states
|
||||
- Added score to review page cards
|
||||
- Changed "See more:" to "Categories:" on page category list
|
||||
- Changed [Dell 27 Plus 4K - S2725QC](/reviews/dell-s2725qc) cover image to my own
|
||||
- Added more spacing between latest posts and latest reviews on mobile
|
||||
- Fixed markdown in note and added border below title
|
||||
- Added gradient background to note content
|
||||
- Added original content to changelog entires
|
||||
- Added license text to footer
|
||||
- Added version number and link to the latest changelog to footer
|
||||
- Made footer text more concise
|
||||
- Footer menu links now stack vertically on mobile
|
||||
- Added alt text to card cover image
|
||||
- Added bottom border to mobile menu
|
||||
- Made buttons rounder
|
||||
|
||||
## Removals
|
||||
|
||||
- Removed AI text in footer
|
||||
- Removed last website update post and moved its content to [Website update - October 2025](/changelog/2025/october-24th)
|
||||
38
content/changelog/2026/february-20th.md
Normal file
38
content/changelog/2026/february-20th.md
Normal file
@@ -0,0 +1,38 @@
|
||||
---
|
||||
title: February Update 2 - v1.5.1
|
||||
date: 2026-02-20
|
||||
updates:
|
||||
- Minor update
|
||||
---
|
||||
|
||||
This update brings behind the scenes improvements and fixes.
|
||||
|
||||
<!--more-->
|
||||
|
||||
- **Content:**
|
||||
- Removed references to my old landing page website
|
||||
- Cleaned up [Website info](/website-info)
|
||||
- Fixed links in older changelogs
|
||||
|
||||
- **UI & UX:**
|
||||
- Now using a larger line height for text content
|
||||
- Hugo version number in footer now links to its GitHub release page
|
||||
- Remove colour and background fade transitions from links
|
||||
- Added post title alt text to page cover images
|
||||
- Now using brighter accent colour for `code`
|
||||
|
||||
- **Behind the scenes:**
|
||||
- `404.html` is now using the `baseof.html` template
|
||||
- Cleaned up empty lines in various templates
|
||||
- Site is now built with Hugo v0.156.0 (this will now be included in any future changelogs)
|
||||
- Removed redundant `pageRef` lines from menus in config
|
||||
- Reverted back to using a `span` for current page in pagination
|
||||
|
||||
- **CSS:**
|
||||
- Reorganised text content styles
|
||||
- Vastly improved styles for lists in text content
|
||||
- Now using REM for `body` font size instead of PX
|
||||
|
||||
---
|
||||
|
||||
If you encounter any UI/UX issues, errors in content, or accessibility issues, see [Website info: Feedback](/website-info/#feedback).
|
||||
57
content/changelog/2026/february-9th.md
Normal file
57
content/changelog/2026/february-9th.md
Normal file
@@ -0,0 +1,57 @@
|
||||
---
|
||||
title: February Update - v1.5.0
|
||||
date: 2026-02-09
|
||||
updates:
|
||||
- Major update
|
||||
---
|
||||
|
||||
This update introduces a brand-new branding, a new modal on the home page for announcements and updates, improvements to UI & UX & more.
|
||||
|
||||
<!--more-->
|
||||
|
||||
## Changes
|
||||
|
||||
- **Highlights:**
|
||||
1. **This website now has an official logo! I've also updated the favicon and embed image to match.**
|
||||
2. **Added new dialog for site updates and announcements. You can temporarily dismiss this for your current session, or disable it until the next update. Check out [Your privacy](/website-info/#your-privacy) to see how this works.**
|
||||
3. **The Categories page now shows the number of categories & category pages now display the total number of pages within that category**
|
||||
4. **X/Twitter has been removed from the share section**
|
||||
|
||||
- **Content:**
|
||||
- Edited text and added feedback section to [Website info](/website-info)
|
||||
- Added link to website feedback section, removed old feedback section, rewrote social media section and cleaned up content in [About](/about)
|
||||
- Added a new "Smart accessories" section & added regular main devices list back to [What I use](/what-i-use)
|
||||
- Replaced Zed with VSCodium, updated Zen Browser screenshot in [What software do I use?](/posts/software-i-use)
|
||||
- Fixed missing colon in [Happy New Year! - v2.00](/changelog/2026/janurary-1st)
|
||||
|
||||
- **UI & UX:**
|
||||
- Made colour scheme slightly brighter
|
||||
- Returned to the previous split layout + added Hugo version to the footer
|
||||
- No longer using ordinal numbers for dates
|
||||
- Removed shadows from notes and overviews
|
||||
- Removed border from page hero cover image
|
||||
- Now using new logo for site name/title in header
|
||||
|
||||
- **Behind the scenes:**
|
||||
- Converted Hugo.toml to hugo.yaml
|
||||
- Removed devices.yaml data file
|
||||
- Removed redundant code for header classes in menu.js
|
||||
- Renamed `main.css` to `styles.css`
|
||||
- Removed redundant css.html and head.html partials
|
||||
- Added dark reader lock to head
|
||||
- Added dialog partial
|
||||
- Overview and note shortcodes now use new shared block classes
|
||||
- Improved pagination page control markup
|
||||
- Simplified share section markup, changed share section title
|
||||
- Moved [What I use](/what-i-use) to the main navigation menu
|
||||
- Now using `ContentWithoutSummary` for page content
|
||||
- Removed single layout for old list in [What I use](/what-i-use)
|
||||
- Added a separate set of Favicons for when the site is being developed locally (actually added in [December Update 2 - v1.50](/changelog/2025/december-27th/))
|
||||
- Now using `.Data.Singular` for term taxonomy
|
||||
- Fixed missing spaces in home layout template
|
||||
- Card title links are now just anchor tags
|
||||
- Converted all shortcodes to use `{{</* */>}}` instead of `{{%/* */%}}`
|
||||
- Removed page card partial and page card from archetype templates
|
||||
|
||||
- **CSS:**
|
||||
- Far too many changes to write. In summary, I changed variable names and colours, fixed some uneccessarily complicated selectors, greatly simplified certain sections, added the new `.block` styles and removed old ones, alongside many other changes.
|
||||
19
content/changelog/2026/january-1st.md
Normal file
19
content/changelog/2026/january-1st.md
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
title: Happy New Year! - v1.4.1
|
||||
date: 2026-01-01
|
||||
updates:
|
||||
- Minor update
|
||||
---
|
||||
|
||||
Happy New Year! Let's hope this year is better for us all.
|
||||
|
||||
This update marks the start of v2.xx version numbering.
|
||||
|
||||
## Changes
|
||||
|
||||
- **Content:**
|
||||
- Removed "prev iPhone 13" text from my Phone in [What I use](/what-i-use)
|
||||
|
||||
## What's next?
|
||||
|
||||
See [December Update - v1.40](/changelog/2025/december-15th/#whats-next) for more information on what's coming this year.
|
||||
75
content/changelog/2026/march-5th.md
Normal file
75
content/changelog/2026/march-5th.md
Normal file
@@ -0,0 +1,75 @@
|
||||
---
|
||||
title: March Update - v1.6.0
|
||||
date: 2026-03-05
|
||||
updates:
|
||||
- Major update
|
||||
---
|
||||
|
||||
v2.1.2 introduces analytics from GoatCounter, plenty of small improvements and behind the scenes changes.
|
||||
|
||||
<!--more-->
|
||||
|
||||
## Highlights
|
||||
|
||||
1. **Added GoatCounter analytics. [Learn more or opt-out here](/website-info/#analytics).**
|
||||
2. **Now using the IBM Plex Sans Variable font for headings.** Only two font files are needed instead of 8, which should result in faster load times.
|
||||
3. **Renamed "About me" to [About](/about) & rewrote some parts.**
|
||||
4. **Renamed "My Tech" to [What I use](/what-i-use) & added software section.**
|
||||
|
||||
---
|
||||
|
||||
## Changes
|
||||
|
||||
- **Content:**
|
||||
- *(Late addition)* Updated links and page titles in several changelogs to their current equivalent
|
||||
- [What software do I use?](/posts/software-i-use) now has a new cover image
|
||||
- Added [What's on my desk (2024)](/posts/whats-on-my-desk-2024) back just for fun
|
||||
- Rewrote parts of [Website info](/website-info), added information about analytics & opt-out option
|
||||
- [Changelogs](/changelog) now use their own [Updates](/updates) taxonomy rather than [Categories](/categories)
|
||||
- Corrected a typo in [Laugh out loud - Website update](/changelog/2025/july-25th/)
|
||||
- Added previously missing taxonomy to [Website Update](/changelog/2025/may-1st)
|
||||
- Changed "October Update - 2025" name back to [Website update - October 2025](/changelog/2025/october-24th)
|
||||
- Reworded last entry in [October Update 2 - v1.10](/changelog/2025/october-30th)
|
||||
|
||||
- **UI & UX:**
|
||||
- *(Late addition)* Fixed mobile menu being centre aligned
|
||||
- No longer using CSS nesting for better compatibility with older browsers
|
||||
- Now adhering to an 8pt grid system for most UI padding and spacing
|
||||
- Larger corner radius for all elements
|
||||
- Increased text content link font weight
|
||||
- Changed "Read the full post" to "Read the full changelog" in home page dialog
|
||||
- The home page dialog now uses the same `block` styles as notes and review overviews
|
||||
- Adjusted top padding on the hero to be more proportional
|
||||
- Added copyright year & link to analytics site in footer
|
||||
- Share section is now same width as page content
|
||||
- Removed old styles from dialog partial, tweaked IDs & JS
|
||||
- Footer text now uses the `.prose` class for text content
|
||||
- Added copyright symbol and year to footer
|
||||
|
||||
- **Behind the scenes:**
|
||||
- Switched to using a semantic version numbering system (major, minor, patch)
|
||||
- Created a password-protected [staging version](https://staging.whiny.lol) of this website (uses dev branch)
|
||||
- Single layout now lists any taxonomies on a page rather than being limited to just [Categories](/categories)
|
||||
- Remove minify and garbage collection flags from Dockerfile build command
|
||||
- Updated README
|
||||
- Added extra configs for staging and development environments
|
||||
- Added environment checks to head to include or exclude parts based on environment
|
||||
|
||||
- **CSS:**
|
||||
- Now using logical values for `text-align` (e.g., "start" & "end")
|
||||
- Home page dialog now uses the `.block` class
|
||||
- Changed font names for better readability
|
||||
- Added `font-variation-settings` "wdth" value to headings and mobile navigation menu links
|
||||
- Separated padding and spacing variables
|
||||
- Darker border colour for `pre` elements
|
||||
- Added bottom border to mobile navigation menu
|
||||
- Removed `.width-constrained` class
|
||||
- `.row` items are now aligned vertically (excluding `.row.vertical`)
|
||||
- Added dialog styles to `.block` styles
|
||||
- Adjusted dialog animation speed
|
||||
- Added `.block` styles for opt-out section
|
||||
- Removed underline offset from text content links
|
||||
- Removed dotted underlines from external links
|
||||
- Figcaptions now use regular text colour
|
||||
- Added margin to home page latest content if it's not `:last-child`
|
||||
- Added `align-self` to footer menu & `center` value for it in media query
|
||||
34
content/changelog/2026/march-9th.md
Normal file
34
content/changelog/2026/march-9th.md
Normal file
@@ -0,0 +1,34 @@
|
||||
---
|
||||
title: March Update 2 - v1.6.1
|
||||
date: 2026-03-09
|
||||
updates:
|
||||
- Minor update
|
||||
---
|
||||
|
||||
Welcome to whiny.lol. This website was previously my personal one under my full name.
|
||||
|
||||
I'm still working on proper branding and social media profiles.
|
||||
|
||||
<!--more-->
|
||||
|
||||
|
||||
## Changes
|
||||
|
||||
- **Highlights:**
|
||||
1. **I have made the decision to start going under a new identity online, *whiny*. This is to separate my personal life from what I do online.**
|
||||
2. **I've made the repository for this website public, you can [find it here](https://git.whiny.lol/brian/lol).**
|
||||
3. **Versions now follow a semantic "major, minor, patch" system. Older changelogs have been updated retroactively to match.**
|
||||
|
||||
- **Content:**
|
||||
- Removed projects page
|
||||
- Updated analytics site link in [Website info](/website-info)
|
||||
- Updated feedback email address in [Website info](/website-info)
|
||||
|
||||
- **UI/UX:**
|
||||
- Updated analytics site link in footer menu
|
||||
- Replaced old personal logo with a new "whiny" logo
|
||||
- Added link to Git repository in footer
|
||||
|
||||
- **Behind the scenes:**
|
||||
- Updated analytics script URL in head template
|
||||
- Removed every trace of my full name from this website
|
||||
5
content/changelog/_index.md
Normal file
5
content/changelog/_index.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
title: Changelogs
|
||||
description: All website updates, old devlogs/tidbits and changelogs.
|
||||
list: true
|
||||
---
|
||||
Reference in New Issue
Block a user