feat: update changelog for July Major Update with new features, fixes, and breaking changes

This commit is contained in:
2025-07-10 21:19:39 +00:00
committed by GitHub
parent e27fd25d65
commit 35febc578f

View File

@@ -15,28 +15,37 @@ const CHANGELOG = [
version: '2025.07.10', version: '2025.07.10',
title: 'July Major Update', title: 'July Major Update',
changes: [ changes: [
// New Features
'Support for Rich PWA Installs', 'Support for Rich PWA Installs',
'Added Shortcuts when you right click the icon', 'Added right-click shortcuts to the PWA icon',
'Fixed the Skeleton loading screen in the Home screen',
'Onboarding now suggests Navidrome\'s Demo Server', 'Onboarding now suggests Navidrome\'s Demo Server',
'Updated Tailwind CSS (was 4.1.11 now 3.4.15)', 'User can export settings as a downloadable JSON',
'Using OKLCH (before hsl)', 'New sidebar layout (compact design)',
'Themes are all updated (although all the light ones look the same)', 'New masonry-style grid in the settings page',
'New Sidebar (wow Compact)', 'New options in settings to customize appearance',
'Added 5 recently played albums, and playlists created', 'Added 5 recently played albums and playlists created',
'New options in settings to change how it looks',
'Removed the extended version of the sidebar because it looked nicer and cleaner',
'"Enhanced" playlist page',
'New loading screen', 'New loading screen',
'New masonry style grid in the settings page', 'New recommended songs section',
'User is able to export settings as a downloadable json', 'Enhanced playlist page',
'Skeleton loading everywhere (scary wow)', 'Enhanced Home page layout and content',
'Added Caching System (not yet completed)', 'Themes updated to use OKLCH (from HSL)',
'Home page Enhancement', 'All themes updated (light themes look similar)',
'New recommended songs' 'Caching system added (incomplete)',
'Skeleton loading added across all pages'
], ],
breaking: [], fixes: [
fixes: [] 'Fixed skeleton loader on the Home screen',
'Fixed album page not showing correct album art',
'Fixed album page not showing correct artist',
'Fixed album page not showing correct song count',
'Fixed flash of onboarding when already onboarded',
'Fixed issue with audio player not resuming playback after pause',
'Resolved bug with search results not displaying correctly'
],
breaking: [
// Technically not breaking, but notable:
'Removed extended sidebar layout for a cleaner look'
]
}, },
{ {
version: '2025.07.02', version: '2025.07.02',