Skip to content

Commit 4ca003b

Browse files
authored
New version: Navidrome.Navidrome version 0.58.5 (#311245)
1 parent f339c8e commit 4ca003b

File tree

3 files changed

+131
-0
lines changed

3 files changed

+131
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Created with komac v2.13.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: Navidrome.Navidrome
5+
PackageVersion: 0.58.5
6+
InstallerLocale: en-US
7+
InstallerType: wix
8+
NestedInstallerType: portable
9+
Scope: machine
10+
ReleaseDate: 2025-11-09
11+
Installers:
12+
- Architecture: x86
13+
InstallerUrl: https://github.com/navidrome/navidrome/releases/download/v0.58.5/navidrome_0.58.5_windows_386_installer.msi
14+
InstallerSha256: 51A7FDF7A9A7A39D842388AD53B4AEEF5B5386385B3F08D1E698C14B99065BBD
15+
ProductCode: '{1EA75278-68B7-4132-8F58-E923453878E7}'
16+
AppsAndFeaturesEntries:
17+
- DisplayName: Navidrome (x86)
18+
Publisher: Deluan
19+
ProductCode: '{1EA75278-68B7-4132-8F58-E923453878E7}'
20+
UpgradeCode: '{2f0572e4-7e8c-42e7-a186-77f70ec0911a}'
21+
InstallationMetadata:
22+
DefaultInstallLocation: '%ProgramFiles(x86)%/Navidrome'
23+
- Architecture: x64
24+
InstallerUrl: https://github.com/navidrome/navidrome/releases/download/v0.58.5/navidrome_0.58.5_windows_amd64_installer.msi
25+
InstallerSha256: 55BA580F62D0F78FEAC98E8B978142C2D28966837014AE61DAAA040CDB6B57BE
26+
ProductCode: '{01AC9ED7-B7D9-493E-82FB-5D3DE0D7295F}'
27+
AppsAndFeaturesEntries:
28+
- Publisher: Deluan
29+
ProductCode: '{01AC9ED7-B7D9-493E-82FB-5D3DE0D7295F}'
30+
UpgradeCode: '{2f154974-1443-41b6-b808-b8be530291b3}'
31+
InstallationMetadata:
32+
DefaultInstallLocation: '%ProgramFiles%/Navidrome'
33+
ManifestType: installer
34+
ManifestVersion: 1.10.0
Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
# Created with komac v2.13.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
3+
4+
PackageIdentifier: Navidrome.Navidrome
5+
PackageVersion: 0.58.5
6+
PackageLocale: en-US
7+
Publisher: Navidrome
8+
PublisherUrl: https://github.com/navidrome
9+
PublisherSupportUrl: https://github.com/navidrome/navidrome/issues
10+
PackageName: Navidrome
11+
PackageUrl: https://github.com/navidrome/navidrome
12+
License: GPL-3.0
13+
LicenseUrl: https://github.com/navidrome/navidrome/blob/HEAD/LICENSE
14+
ShortDescription: Modern Music Server and Streamer compatible with Subsonic/Airsonic
15+
Tags:
16+
- airsonic
17+
- madsonic
18+
- media-server
19+
- music
20+
- music-server
21+
- navidrome
22+
- opensubsonic
23+
- raspberry-pi
24+
- self-hosted
25+
- streamer
26+
- streaming-api
27+
- streaming-audio
28+
- subsonic
29+
- subsonic-server
30+
ReleaseNotes: |-
31+
This release focuses on stability improvements and bug fixes, with several important fixes for UI themes, translations, database operations, and scanner functionality. Notable improvements include fixes for ARM64 crashes, playlist sorting, and new Bosnian translation.
32+
Added
33+
- UI Features:
34+
- Add Genre column as optional field in playlist table view. (aff9c7120 by @deluan)
35+
- Add new Bosnian translation. (#4399 by @MuxBH28)
36+
- Subsonic API:
37+
- Implement indexBasedQueue extension for better queue management. (#4244 by @kgarner7)
38+
- Populate Folder field with user's accessible library IDs. (94d2696c8 by @deluan)
39+
- Insights:
40+
- Detecting packaging method. (#3841 by @mintsoft)
41+
Changed
42+
- Scanner:
43+
- Optimize update artist's statistics using normalized media_file_artists table. (#4641 by @deluan)
44+
Fixed
45+
- UI:
46+
- Resolve transparent dropdown background in Ligera theme. (#4665 by @deluan)
47+
- Fix Ligera theme's RaPaginationActions contrast. (0bdd3e6f8 by @deluan)
48+
- Fix color of MuiIconButton in Gruvbox Dark theme. (#4585 by @konstantin-morenko)
49+
- Correct track ordering when sorting playlists by album. (#4657 by @deluan)
50+
- Allow scrolling in play queue by adding delay. (#4562 by @pca006132)
51+
- Fix Playlist Italian translation. (#4642 by @nagiqui)
52+
- Update Galician, Dutch, Thai translations from POEditor. (#4416 by @deluan)
53+
- Update Korean translation. (#4443 by @DDinghoya)
54+
- Update Traditional Chinese translation. (#4454 by @york9675)
55+
- Update Chinese simplified translation. (#4403 by @yanggqi)
56+
- Update Deutsch, Galego, Italiano translations. (#4394 by @fuxii)
57+
- Scanner:
58+
- Restore basic tag extraction fallback mechanism for improved metadata parsing. (#4401 by @deluan)
59+
- Server:
60+
- Album statistics not updating after deleting missing files. (#4668 by @deluan)
61+
- Qualify user id filter to avoid ambiguous column. (#4511 by @deluan)
62+
- Enable multi-valued releasetype in smart playlists. (#4621 by @deluan)
63+
- Handle UTF BOM in lyrics and playlist files. (#4637 by @deluan)
64+
- Slice share content label by UTF-8 runes. (#4634 by @beer-psi)
65+
- Update wazero dependency to resolve ARM64 SIGILL crash. (#4655 by @deluan)
66+
- Database:
67+
- Make playqueue position field an integer. (#4481 by @kgarner7)
68+
- Docker:
69+
- Use standalone wget instead of the busybox one. (#4473 by @daniele-athome)
70+
New Contributors
71+
- @konstantin-morenko made their first contribution in #4585
72+
- @nagiqui made their first contribution in #4642
73+
- @beer-psi made their first contribution in #4634
74+
- @fuxii made their first contribution in #4394
75+
- @daniele-athome made their first contribution in #4473
76+
- @pca006132 made their first contribution in #4562
77+
- @MuxBH28 made their first contribution in #4399
78+
Full Changelog: v0.58.0...v0.58.5
79+
Helping out
80+
This release is only possible thanks to the support of some awesome people!
81+
Want to be one of them?
82+
You can sponsor, pay me a Ko-fi, or contribute with code.
83+
Where to go next?
84+
- Read installation instructions on our website.
85+
- Host Navidrome on PikaPods for a simple cloud solution.
86+
- Reach out on Discord, Reddit and Twitter!
87+
ReleaseNotesUrl: https://github.com/navidrome/navidrome/releases/tag/v0.58.5
88+
ManifestType: defaultLocale
89+
ManifestVersion: 1.10.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with komac v2.13.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: Navidrome.Navidrome
5+
PackageVersion: 0.58.5
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)