feat: update app version to 2025.07.10 and add changelog for July Major Update

This commit is contained in:
2025-07-10 20:52:58 +00:00
committed by GitHub
parent 20317afa74
commit e27fd25d65
2 changed files with 30 additions and 3 deletions

View File

@@ -7,10 +7,37 @@ import { Badge } from '@/components/ui/badge';
import { ScrollArea } from '@/components/ui/scroll-area'; import { ScrollArea } from '@/components/ui/scroll-area';
// Current app version from package.json // Current app version from package.json
const APP_VERSION = '2025.07.02'; const APP_VERSION = '2025.07.10';
// Changelog data - add new versions at the top // Changelog data - add new versions at the top
const CHANGELOG = [ const CHANGELOG = [
{
version: '2025.07.10',
title: 'July Major Update',
changes: [
'Support for Rich PWA Installs',
'Added Shortcuts when you right click the icon',
'Fixed the Skeleton loading screen in the Home screen',
'Onboarding now suggests Navidrome\'s Demo Server',
'Updated Tailwind CSS (was 4.1.11 now 3.4.15)',
'Using OKLCH (before hsl)',
'Themes are all updated (although all the light ones look the same)',
'New Sidebar (wow Compact)',
'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 masonry style grid in the settings page',
'User is able to export settings as a downloadable json',
'Skeleton loading everywhere (scary wow)',
'Added Caching System (not yet completed)',
'Home page Enhancement',
'New recommended songs'
],
breaking: [],
fixes: []
},
{ {
version: '2025.07.02', version: '2025.07.02',
title: 'July Mini Update', title: 'July Mini Update',

View File

@@ -1,6 +1,6 @@
{ {
"name": "mice-reworked", "name": "mice-reworked",
"version": "2025.07.02", "version": "2025.07.10",
"private": true, "private": true,
"scripts": { "scripts": {
"predev": "echo NEXT_PUBLIC_COMMIT_SHA=$(git rev-parse --short HEAD) > .env.local", "predev": "echo NEXT_PUBLIC_COMMIT_SHA=$(git rev-parse --short HEAD) > .env.local",