chore: Update version to 2026.01.24 and add changelog for January 2026 release

This commit is contained in:
2026-01-25 00:16:58 +00:00
committed by GitHub
parent 4a110ebf0f
commit 6b0e7f73d4
4 changed files with 33 additions and 6 deletions

View File

@@ -5,10 +5,38 @@ import { Button } from '@/components/ui/button';
import { Badge } from '@/components/ui/badge';
// Current app version from package.json
const APP_VERSION = '2025.07.31';
const APP_VERSION = '2026.01.24';
// Changelog data - add new versions at the top
const CHANGELOG = [
{
version: '2026.01.24',
title: 'January 2026 Update',
changes: [
'Improved SortableQueueItem component with enhanced click handling and styling',
'Added keyboard shortcuts and queue management features',
'Added ListeningStreakCard component for tracking listening streaks',
'Moved service worker registration to dedicated component for improved client-side handling',
'Enhanced offline download manager with client-side checks',
'Enhanced OfflineManagement component with improved card styling and layout',
'Implemented Auto-Tagging Settings and MusicBrainz integration',
'Enhanced audio settings with ReplayGain, crossfade, and equalizer presets',
'Added AudioSettingsDialog component',
'Updated cover art retrieval to use higher resolution images',
'Enhanced UI with Framer Motion animations for album artwork and artist icons',
'Added page transition animations and notification settings for audio playback',
'Implemented offline library synchronization with IndexedDB',
'Implemented offline library management with IndexedDB support',
'Updated all npm subdependencies to latest minor versions',
],
fixes: [
'Updated README formatting and improved content clarity',
],
breaking: [
'Removed PostHog analytics tracking',
'Removed caching system (replaced with offline library management)',
]
},
{
version: '2025.07.31',
title: 'July End of Month Update',