-
End of Month Update (July) Stable
released this
2025-08-01 13:30:28 -05:00 | 17 commits to dev since this releaseChanges:
- Native support for mobile devices (using PWA)
Fixes:
- Fixed issue with mobile navigation bar not displaying correctly
- Improved performance on mobile devices
- Resolved layout issues on smaller screens
- Fixed audio player controls not responding on mobile
- Improved touch interactions for better usability
- Fixed issue with album artwork not loading on mobile
- Resolved bug with search functionality on mobile devices
- Improved caching for faster load times on mobile
Breaking Changes:
- None
Other
- chore(deps): bump brace-expansion from 1.1.11 to 1.1.12 in the npm_and_yarn group across 1 directory by @dependabot[bot] in https://github.com/sillyangel/mice/pull/10
- chore(deps): bump axios from 1.7.9 to 1.8.2 in the npm_and_yarn group across 1 directory by @dependabot[bot] in https://github.com/sillyangel/mice/pull/8
- chore(deps): bump @radix-ui/react-menubar from 1.1.4 to 1.1.15 by @dependabot[bot] in https://github.com/sillyangel/mice/pull/15
- chore(deps-dev): bump postcss from 8.4.49 to 8.5.6 by @dependabot[bot] in https://github.com/sillyangel/mice/pull/13
- chore(deps-dev): bump the dev group with 3 updates by @dependabot[bot] in https://github.com/sillyangel/mice/pull/11
- chore(deps): bump zod from 3.24.1 to 3.25.70 by @dependabot[bot] in https://github.com/sillyangel/mice/pull/12
- chore(deps): bump lucide-react from 0.469.0 to 0.525.0 by @dependabot[bot] in https://github.com/sillyangel/mice/pull/17
- chore(deps-dev): bump eslint-config-next from 15.3.4 to 15.3.5 in the dev group by @dependabot[bot] in https://github.com/sillyangel/mice/pull/16
- chore(deps): bump @radix-ui/react-tabs from 1.1.2 to 1.1.12 by @dependabot[bot] in https://github.com/sillyangel/mice/pull/18
- chore(deps): bump @radix-ui/react-select from 2.1.4 to 2.2.5 by @dependabot[bot] in https://github.com/sillyangel/mice/pull/19
- chore(deps): bump tailwind-merge from 2.6.0 to 3.3.1 by @dependabot[bot] in https://github.com/sillyangel/mice/pull/20
- remove this worthless piece of junk by @sillynano in https://github.com/sillyangel/mice/pull/23
- chore(deps): bump form-data from 4.0.3 to 4.0.4 in the npm_and_yarn group by @dependabot[bot] in https://github.com/sillyangel/mice/pull/30
- chore(deps-dev): bump the dev group across 1 directory with 3 updates by @dependabot[bot] in https://github.com/sillyangel/mice/pull/29
- chore(deps): bump react-hook-form from 7.54.2 to 7.60.0 by @dependabot[bot] in https://github.com/sillyangel/mice/pull/27
- chore(deps): bump @radix-ui/react-separator from 1.1.1 to 1.1.7 by @dependabot[bot] in https://github.com/sillyangel/mice/pull/26
- chore(deps): bump @radix-ui/react-context-menu from 2.2.4 to 2.2.15 by @dependabot[bot] in https://github.com/sillyangel/mice/pull/25
- chore(deps): bump zod from 3.25.70 to 4.0.5 by @dependabot[bot] in https://github.com/sillyangel/mice/pull/24
- chore(deps): bump @eslint/plugin-kit from 0.3.3 to 0.3.4 in the npm_and_yarn group by @dependabot[bot] in https://github.com/sillyangel/mice/pull/37
- chore(deps): bump axios from 1.8.2 to 1.11.0 by @dependabot[bot] in https://github.com/sillyangel/mice/pull/33
- chore(deps): bump @radix-ui/react-progress from 1.1.1 to 1.1.7 by @dependabot[bot] in https://github.com/sillyangel/mice/pull/34
- chore(deps): bump zod from 4.0.5 to 4.0.10 by @dependabot[bot] in https://github.com/sillyangel/mice/pull/35
- chore(deps): bump @hookform/resolvers from 3.10.0 to 5.2.0 by @dependabot[bot] in https://github.com/sillyangel/mice/pull/36
- chore(deps-dev): bump the dev group with 3 updates by @dependabot[bot] in https://github.com/sillyangel/mice/pull/32
- Mobile support by @sillyangel in https://github.com/sillyangel/mice/pull/31
New Contributors
- @dependabot[bot] made their first contribution in https://github.com/sillyangel/mice/pull/10
- @sillynano made their first contribution in https://github.com/sillyangel/mice/pull/23
Full Changelog: https://github.com/sillyangel/mice/compare/2025.07.02...2025.07.31
Downloads
-
released this
2025-07-10 18:56:28 -05:00 | 69 commits to main since this releaseThis update brings a fresh sidebar layout, onboarding improvements, better loading states, and more customization options — plus tons of fixes!
✨ New Features & Improvements
- Rich PWA Installs are now supported
- Added right-click shortcuts to the PWA icon
- Onboarding now suggests Navidrome’s demo server
- Users can export settings as a downloadable
.jsonfile - New compact sidebar layout
- New masonry-style grid in the settings page
- Added appearance customization options in settings
- Displays recently played albums and created playlists
- Brand new loading screen
- Recommended songs section on the homepage
- Enhanced playlist page
- Improved home page layout and content
- Switched theme system to use OKLCH instead of HSL
- All themes updated (⚠️ light themes may still look similar)
- Implemented a new caching system (still in progress)
- Skeleton loading added across the entire app
🛠 Fixes
- Fixed: Skeleton loader missing from the Home screen
- Fixed: Album page displaying incorrect album art
- Fixed: Album page showing wrong artist name
- Fixed: Album page showing incorrect song count
- Fixed: Flash of onboarding screen for already onboarded users
- Fixed: Audio player not resuming after pause
- Fixed: Search results not displaying correctly
⚠ Breaking (UI)
- Removed the extended sidebar layout for a cleaner, simplified look
Downloads
-
2025.07.02 Stable
released this
2025-07-02 15:37:03 -05:00 | 133 commits to main since this releaseWhat's Changed
- Mini Player Designs by @sillyangel in https://github.com/sillyangel/mice/pull/2
- Add full screen audio player and radio station management by @sillyangel in https://github.com/sillyangel/mice/pull/3
- Development -> Main by @sillyangel in https://github.com/sillyangel/mice/pull/4
- feat: enhance SearchPage with improved no results message and replace… by @sillyangel in https://github.com/sillyangel/mice/pull/5
- Development -> Main by @sillyangel in https://github.com/sillyangel/mice/pull/6
- Docker Support, and Start with Date versioning by @sillyangel in https://github.com/sillyangel/mice/pull/7
New Contributors
- @sillyangel made their first contribution in https://github.com/sillyangel/mice/pull/2
Full Changelog: https://github.com/sillyangel/mice/commits/2025.07.02
Downloads