699a27b0b9
Use git commit SHA for versioning, fix audio playback resume, remove all streak localStorage code
2026-01-25 01:22:54 +00:00
b5fc05382e
Fix menubar, add lazy loading, improve image quality, limit search results, filter browse artists
2026-01-25 01:16:17 +00:00
43a51b165b
Add pagination to library/songs and remove listening streaks
...
Library/Songs improvements:
- Added pagination with 50 songs per page
- Added Previous/Next navigation buttons
- Updated header to show current page range (e.g., 'Showing 1-50 of 247 songs')
- Track numbers now reflect global position across all pages
- Page resets to 1 when search/sort filters change
- Imported ChevronLeft and ChevronRight icons for navigation
Listening Streak removal:
- Removed CompactListeningStreak component from home page
- Removed ListeningStreakCard component from history page
- Removed listening streak imports from both pages
- Cleaned up empty comment sections
The songs page now handles large libraries more efficiently with pagination,
and the UI is cleaner without the listening streak cards.
2026-01-25 00:46:15 +00:00
c64e40d56b
Organize documentation: move markdown files to docs/ folder
...
- Created docs/ directory for documentation
- Moved KEYBOARD_SHORTCUTS.md → docs/
- Moved DOCKER.md → docs/
- Moved SPOTLIGHT_SEARCH.md → docs/
- Moved themes.md → docs/
- Moved OFFLINE_DOWNLOADS.md → docs/
- Kept README.md in root for repository visibility
2026-01-25 00:39:08 +00:00
6d1e4fb063
Simplify service worker: remove offline download functionality
...
- Removed all audio download and caching logic
- Removed offline-song URL mapping
- Removed metadata cache (META_CACHE)
- Removed audio cache (AUDIO_CACHE)
- Removed message handlers for DOWNLOAD_ALBUM, DOWNLOAD_SONG, DOWNLOAD_QUEUE
- Removed message handlers for offline status checks and deletion
- Updated VERSION to v3 to force cache cleanup on next load
- Kept only app shell and image caching for faster loading
- Simplified to 120 lines (from 681 lines - 82% reduction)
2026-01-25 00:37:42 +00:00
eb56096992
Remove all offline download and caching functionality
...
- Deleted all offline-related component files:
- EnhancedOfflineManager.tsx
- OfflineIndicator.tsx
- OfflineLibrarySync.tsx
- OfflineManagement.tsx
- OfflineNavidromeContext.tsx
- OfflineNavidromeProvider.tsx
- OfflineStatusIndicator.tsx
- Deleted all offline-related hooks:
- use-offline-audio-player.ts
- use-offline-downloads.ts
- use-offline-library-sync.ts
- use-offline-library.ts
- Updated components to remove offline functionality:
- RootLayoutClient: Removed OfflineNavidromeProvider, using only NavidromeProvider
- SongRecommendations: Removed offline data fetching logic
- album-artwork: Removed OfflineIndicator usage
- WhatsNewPopup: Updated changelog to reflect offline removal
- Updated pages:
- album/[id]/page: Removed all OfflineIndicator components from album and song displays
- page.tsx: Removed OfflineStatusIndicator and offline empty state message
- settings/page: Removed EnhancedOfflineManager and OfflineManagement sections
- Simplified use-progressive-album-loading hook to only use online API
- Fixed resizable component imports for react-resizable-panels 4.5.1 API changes
2026-01-25 00:35:58 +00:00
df248497ae
chore: Update version to 2026.01.24 and add changelog for January 2026 release
2026-01-25 00:16:58 +00:00
7b036d8b6c
Update pnpm-lock.yaml to match new overrides configuration
2026-01-25 00:14:02 +00:00
a0051576c6
Remove PostHog analytics and update dependencies to latest minor versions
...
- Remove posthog-js and posthog-node dependencies
- Delete PostHogProvider component and lib/posthog.ts
- Remove PostHog configuration from environment files
- Remove PostHog rewrites from next.config.mjs
- Update all npm subdependencies to latest minor versions
- Update @types/react and @types/react-dom overrides to 19.2.9 and 19.2.3
2026-01-25 00:12:04 +00:00
52a00ca899
feat: Improve SortableQueueItem component with enhanced click handling and styling
2025-08-16 17:07:18 -05:00
7710bf3cc9
feat: Add keyboard shortcuts and queue management features
...
- Implement global keyboard shortcuts for playback controls, volume adjustments, and navigation.
- Introduce drag-and-drop functionality for queue reordering with visual feedback.
- Add context menus for tracks, albums, and artists with quick action options.
- Develop Spotlight Search feature with Last.fm integration for enhanced music discovery.
- Create GlobalSearchProvider for managing search state and keyboard shortcuts.
- Ensure accessibility and keyboard navigation support across all new features.
2025-08-12 13:09:33 +00:00
9427a2a237
feat: Add ListeningStreakCard component for tracking listening streaks
...
feat: Implement InfiniteScroll component for loading more items on scroll
feat: Create useListeningStreak hook to manage listening streak data and statistics
feat: Develop useProgressiveAlbumLoading hook for progressive loading of albums
feat: Implement background sync service worker for automatic data synchronization
2025-08-11 14:50:57 +00:00
1f6ebf18a3
feat: Move service worker registration to a dedicated component for improved client-side handling
2025-08-11 12:35:50 +00:00
c999c43288
feat: Refactor service worker registration and enhance offline download manager with client-side checks
2025-08-11 12:31:08 +00:00
a352021dbc
feat: Enhance OfflineManagement component with improved card styling and layout
2025-08-11 05:05:00 +00:00
147602ad8c
feat: Implement Auto-Tagging Settings and MusicBrainz integration
...
- Added AutoTaggingSettings component for configuring auto-tagging preferences.
- Integrated localStorage for saving user preferences and options.
- Developed useAutoTagging hook for fetching and applying metadata from MusicBrainz.
- Created MusicBrainz API client for searching and retrieving music metadata.
- Enhanced metadata structure with additional fields for tracks and albums.
- Implemented rate-limiting for MusicBrainz API requests.
- Added UI components for user interaction and feedback during the tagging process.
2025-08-10 15:02:49 +00:00
18f0811787
feat: Enhance audio settings with ReplayGain, crossfade, and equalizer presets; add AudioSettingsDialog component
2025-08-10 02:57:55 +00:00
7a1c7e1eae
feat: Update cover art retrieval to use higher resolution images and enhance download manager with new features
2025-08-10 02:06:39 +00:00
7e6a28e4f4
feat: Enhance UI with Framer Motion animations for album artwork and artist icons
2025-08-08 21:38:58 +00:00
36c1edd01e
feat: Add page transition animations and notification settings for audio playback
2025-08-08 21:29:01 +00:00
3839a1be2d
feat: Implement offline library synchronization with IndexedDB
...
- Added `useOfflineLibrarySync` hook for managing offline library sync operations.
- Created `OfflineLibrarySync` component for UI integration.
- Developed `offlineLibraryDB` for IndexedDB interactions, including storing and retrieving albums, artists, songs, and playlists.
- Implemented sync operations for starred items, playlists, and scrobbling.
- Added auto-sync functionality when coming back online.
- Included metadata management for sync settings and statistics.
- Enhanced error handling and user feedback through toasts.
2025-08-08 20:04:06 +00:00
0a0feb3748
feat: Implement offline library management with IndexedDB support
...
- Added `useOfflineLibrary` hook for managing offline library state and synchronization.
- Created `OfflineLibraryManager` class for handling IndexedDB operations and syncing with Navidrome API.
- Implemented methods for retrieving and storing albums, artists, songs, and playlists.
- Added support for offline favorites management (star/unstar).
- Implemented playlist creation, updating, and deletion functionalities.
- Added search functionality for offline data.
- Created a manifest file for PWA support with icons and shortcuts.
- Added service worker file for caching and offline capabilities.
2025-08-07 22:07:53 +00:00
7ac5eb89ce
style: update README formatting and improve content clarity
2025-08-06 02:15:29 +00:00
8886302809
Merge pull request #39 from sillyangel/dependabot/npm_and_yarn/dev-99ea30e4b7
...
chore(deps-dev): bump the dev group across 1 directory with 2 updates
2025-08-03 09:39:18 -05:00
dependabot[bot]
b5669cf831
chore(deps-dev): bump the dev group across 1 directory with 2 updates
...
Bumps the dev group with 2 updates in the / directory: [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next ) and [typescript](https://github.com/microsoft/TypeScript ).
Updates `eslint-config-next` from 15.4.4 to 15.4.5
- [Release notes](https://github.com/vercel/next.js/releases )
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js )
- [Commits](https://github.com/vercel/next.js/commits/v15.4.5/packages/eslint-config-next )
Updates `typescript` from 5.8.3 to 5.9.2
- [Release notes](https://github.com/microsoft/TypeScript/releases )
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml )
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.8.3...v5.9.2 )
---
updated-dependencies:
- dependency-name: eslint-config-next
dependency-version: 15.4.5
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: dev
- dependency-name: typescript
dependency-version: 5.9.2
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: dev
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-01 18:32:37 +00:00
9cda875605
Merge pull request #31 from sillyangel/mobile-support
...
Release Docker Image / push_to_registry (push) Failing after 7s
YAY
2025.07.31
2025-08-01 13:30:28 -05:00
ca92ff717e
Merge branch 'dev' into mobile-support
2025-08-01 13:27:49 -05:00
fd7690b725
Add debug logging for audio source handling and API initialization; improve error handling in AudioPlayer and AudioPlayerContext
2025-08-01 18:17:09 +00:00
be2266bf3a
Update .env.local with new commit SHA; comment out 'Browse' heading in LibraryPage for future reference
2025-08-01 17:29:43 +00:00
462f04c208
Merge pull request #32 from sillyangel/dependabot/npm_and_yarn/dev-380966b8c2
...
chore(deps-dev): bump the dev group with 3 updates
2025-07-31 17:30:58 -05:00
71de7884c3
Merge branch 'dev' into dependabot/npm_and_yarn/dev-380966b8c2
2025-07-31 17:30:42 -05:00
346d70c85b
Merge pull request #36 from sillyangel/dependabot/npm_and_yarn/hookform/resolvers-5.2.0
...
chore(deps): bump @hookform/resolvers from 3.10.0 to 5.2.0
2025-07-31 17:30:02 -05:00
4412c38d2e
Merge pull request #35 from sillyangel/dependabot/npm_and_yarn/zod-4.0.10
...
chore(deps): bump zod from 4.0.5 to 4.0.10
2025-07-31 17:29:47 -05:00
d7cf308470
Merge pull request #34 from sillyangel/dependabot/npm_and_yarn/radix-ui/react-progress-1.1.7
...
chore(deps): bump @radix-ui/react-progress from 1.1.1 to 1.1.7
2025-07-31 17:29:40 -05:00
ee956ba2e4
Merge pull request #33 from sillyangel/dependabot/npm_and_yarn/axios-1.11.0
...
chore(deps): bump axios from 1.8.2 to 1.11.0
2025-07-31 17:29:30 -05:00
b6fa101816
Merge pull request #37 from sillyangel/dependabot/npm_and_yarn/npm_and_yarn-373e2693b3
...
chore(deps): bump @eslint/plugin-kit from 0.3.3 to 0.3.4 in the npm_and_yarn group
2025-07-31 17:28:56 -05:00
dependabot[bot]
a5fe3be9fd
chore(deps): bump @eslint/plugin-kit in the npm_and_yarn group
...
Bumps the npm_and_yarn group with 1 update: [@eslint/plugin-kit](https://github.com/eslint/rewrite/tree/HEAD/packages/plugin-kit ).
Updates `@eslint/plugin-kit` from 0.3.3 to 0.3.4
- [Release notes](https://github.com/eslint/rewrite/releases )
- [Changelog](https://github.com/eslint/rewrite/blob/main/packages/plugin-kit/CHANGELOG.md )
- [Commits](https://github.com/eslint/rewrite/commits/plugin-kit-v0.3.4/packages/plugin-kit )
---
updated-dependencies:
- dependency-name: "@eslint/plugin-kit"
dependency-version: 0.3.4
dependency-type: indirect
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-29 09:37:26 +00:00
0c32c056c6
Refactor FullScreenPlayer layout for improved readability; update button placement for favorites toggle; replace multiple divs with a single heading element; update album preview images
2025-07-28 23:28:46 +00:00
dependabot[bot]
fed1ce4ee8
chore(deps): bump @hookform/resolvers from 3.10.0 to 5.2.0
...
Bumps [@hookform/resolvers](https://github.com/react-hook-form/resolvers ) from 3.10.0 to 5.2.0.
- [Release notes](https://github.com/react-hook-form/resolvers/releases )
- [Commits](https://github.com/react-hook-form/resolvers/compare/v3.10.0...v5.2.0 )
---
updated-dependencies:
- dependency-name: "@hookform/resolvers"
dependency-version: 5.2.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-28 00:27:32 +00:00
dependabot[bot]
d2a9c72f1f
chore(deps): bump zod from 4.0.5 to 4.0.10
...
Bumps [zod](https://github.com/colinhacks/zod ) from 4.0.5 to 4.0.10.
- [Release notes](https://github.com/colinhacks/zod/releases )
- [Commits](https://github.com/colinhacks/zod/compare/v4.0.5...v4.0.10 )
---
updated-dependencies:
- dependency-name: zod
dependency-version: 4.0.10
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-28 00:27:29 +00:00
dependabot[bot]
843db69df8
chore(deps): bump @radix-ui/react-progress from 1.1.1 to 1.1.7
...
Bumps [@radix-ui/react-progress](https://github.com/radix-ui/primitives ) from 1.1.1 to 1.1.7.
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md )
- [Commits](https://github.com/radix-ui/primitives/commits )
---
updated-dependencies:
- dependency-name: "@radix-ui/react-progress"
dependency-version: 1.1.7
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-28 00:27:11 +00:00
dependabot[bot]
61a19d7914
chore(deps): bump axios from 1.8.2 to 1.11.0
...
Bumps [axios](https://github.com/axios/axios ) from 1.8.2 to 1.11.0.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v1.8.2...v1.11.0 )
---
updated-dependencies:
- dependency-name: axios
dependency-version: 1.11.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-28 00:27:10 +00:00
dependabot[bot]
4a327b420c
chore(deps-dev): bump the dev group with 3 updates
...
Bumps the dev group with 3 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ), [eslint](https://github.com/eslint/eslint ) and [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next ).
Updates `@types/node` from 24.0.15 to 24.1.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Updates `eslint` from 9.31.0 to 9.32.0
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v9.31.0...v9.32.0 )
Updates `eslint-config-next` from 15.4.2 to 15.4.4
- [Release notes](https://github.com/vercel/next.js/releases )
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js )
- [Commits](https://github.com/vercel/next.js/commits/v15.4.4/packages/eslint-config-next )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-version: 24.1.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: dev
- dependency-name: eslint
dependency-version: 9.32.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: dev
- dependency-name: eslint-config-next
dependency-version: 15.4.4
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: dev
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-28 00:26:47 +00:00
23d6f48ee1
Update AudioPlayer and FullScreenPlayer for improved mobile audio handling; refactor WhatsNewPopup for better dialog structure; clean up LoginForm by removing unused settings
2025-07-25 22:49:52 +00:00
1dfb86fa15
Refactor code structure for improved readability and maintainability
2025-07-25 18:45:46 +00:00
745f164482
Update UserProfile avatar size; add development-only debug tools in SettingsPage
2025-07-25 17:58:12 +00:00
25e9bd6912
Refactor UI components for improved spacing; add UserProfile component for user info display
2025-07-25 17:35:07 +00:00
74b9648eef
Enhance FullScreenPlayer for improved iOS scrolling; add debug tools in SettingsPage for localStorage management
2025-07-25 15:46:38 +00:00
86e198aa24
Comment out year display in album cards for cleaner UI
2025-07-25 14:22:31 +00:00
284bb4b29f
Remove star button from AlbumPage; conditionally render PopularSongs section in ArtistPage based on mobile view
2025-07-25 14:05:10 +00:00