2136 Commits

Author SHA1 Message Date
rochakjain361
4f98e6b310
Make the version number in the about dialog clickable (#817)
* Make the version number in the about dialog clickable

* Fix prettier errors

* Fix build errors
2026-01-02 19:21:29 +00:00
Nelyah
9076cc3e9b
Accept more recent node and Go versions when building dev or server
This will allow developers to experiment with different versions of Go.
2026-01-02 19:21:29 +00:00
Nelyah
7e11bf5d84
Bump Go version number in go.mod to 1.16
This will allow to use 'embed' and 'fs' packages.
This also makes the check for the Go environment when running the
Makefile fail if Golang version isn't 1.16.x
2026-01-02 19:21:29 +00:00
dpirad007
09ac0d29c6
SelectPlaylist Input mobile view fix 2026-01-02 19:21:29 +00:00
Deluan
c1ab2e0fea
Upgrade to GoLang 1.16.0 2026-01-02 19:21:29 +00:00
Deluan
3da7dda6b9
Update pipeline tests to Go 1.16.0 2026-01-02 19:21:29 +00:00
Deluan
769fad8864
Fix race condition in test 2026-01-02 19:21:29 +00:00
Deluan
6361f98595
Revert "Bump github.com/go-chi/chi from 1.5.1 to 1.5.2"
This caused a panic and needs more investigation:

http: superfluous response.WriteHeader call from github.com/go-chi/chi/middleware.Recoverer.func1.1 (recoverer.go:33)

 panic: interface conversion: *middleware.compressResponseWriter is not io.ReaderFrom: missing method ReadFrom

 -> github.com/go-chi/chi/middleware.(*httpFancyWriter).ReadFrom
 ->   /Users/deluan/go/pkg/mod/github.com/go-chi/chi@v1.5.2/middleware/wrap_writer.go:135
2026-01-02 19:21:29 +00:00
Deluan
4468e91421
Remove duplicated call to split 2026-01-02 19:21:29 +00:00
Deluan
5d374a56a6
go mod tidy 2026-01-02 19:21:29 +00:00
Deluan
7b40f2a444
Replace cursor with pointer when hovering over an expandable comment.
Fixes https://github.com/navidrome/navidrome/issues/637#issuecomment-778599670
2026-01-02 19:21:29 +00:00
dependabot-preview[bot]
907e57946b
Bump github.com/spf13/cobra from 1.1.1 to 1.1.3
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.1.1 to 1.1.3.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md)
- [Commits](https://github.com/spf13/cobra/compare/v1.1.1...v1.1.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2026-01-02 19:21:29 +00:00
dependabot-preview[bot]
b72d3b5941
Bump github.com/go-chi/chi from 1.5.1 to 1.5.2
Bumps [github.com/go-chi/chi](https://github.com/go-chi/chi) from 1.5.1 to 1.5.2.
- [Release notes](https://github.com/go-chi/chi/releases)
- [Changelog](https://github.com/go-chi/chi/blob/master/CHANGELOG.md)
- [Commits](https://github.com/go-chi/chi/compare/v1.5.1...v1.5.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2026-01-02 19:21:29 +00:00
Deluan
99dbe34d0f
Use a Waiter diode, to avoid constant CPU usage. Fixes #777 2026-01-02 19:21:29 +00:00
Deluan
a59f2c1e4b
Don't break if it tries to render ContextMenu without data. Fix #776 2026-01-02 19:21:28 +00:00
CgX
e973377a65
Update fr.json 2026-01-02 19:21:28 +00:00
Nelyah
ea85f9c2c9
Update French translation 2026-01-02 19:21:28 +00:00
Deluan
8be485ab3e
Update list of Not Implemented / Gone Subsonic API endpoints 2026-01-02 19:21:28 +00:00
Gosz
1e49f2e583
Update spanish translation 2026-01-02 19:21:28 +00:00
Deluan
fee4724c3c
Update Dutch translation 2026-01-02 19:21:28 +00:00
Deluan
94da1050e2
Better explanation of NewSpreadFS 2026-01-02 19:21:28 +00:00
Deluan
fdd9a94144
Rename ExternalInfo to ExternalMetadata 2026-01-02 19:21:28 +00:00
Deluan
0a94249d38
Move utilitarian/generic packages to utils: lastfm, spotify, gravatar, cache, and pool 2026-01-02 19:21:28 +00:00
Deluan
53b31a1c69
Add artist ID to agent's interfaces 2026-01-02 19:21:28 +00:00
Andy Klimczak
de7f5e64a8
Upgrade pipeline to use docker/setup-buildx-action
Issue #563
2026-01-02 19:21:28 +00:00
Deluan
fa67193521
Add Chinese Traditional translation (thanks @Leitftw) 2026-01-02 19:21:28 +00:00
Deluan
f6fdade5f4
Add some info about how to create new agents 2026-01-02 19:21:28 +00:00
Deluan
ac0c5cadc8
Cleanup, add Placeholder agent 2026-01-02 19:21:27 +00:00
Deluan
8666a9aac9
Implement TopSongs 2026-01-02 19:21:27 +00:00
Deluan
6e0433ad03
Implement SimilarSongs 2026-01-02 19:21:27 +00:00
Deluan
01957126fe
Use MBID in calls to Last.FM, if it is available 2026-01-02 19:21:27 +00:00
Deluan
9d4464b5ed
Clean names before calling agents 2026-01-02 19:21:27 +00:00
Deluan
36eaf7bcdc
Get MBID first, if it is not yet available 2026-01-02 19:21:27 +00:00
Deluan
5cab07c7b2
Clean up, comments and logs 2026-01-02 19:21:27 +00:00
Deluan
2240844bb2
Fix lint errors 2026-01-02 19:21:27 +00:00
Deluan
3caa6f093e
Get images 2026-01-02 19:21:27 +00:00
Deluan
11ed6f2b9e
Add a cached http client 2026-01-02 19:21:27 +00:00
Deluan
5cc7dbb2ba
Incomplete implementation of agents 2026-01-02 19:21:23 +00:00
dependabot-preview[bot]
f19e60ac28
Bump react-icons from 4.1.0 to 4.2.0 in /ui
Bumps [react-icons](https://github.com/react-icons/react-icons) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/react-icons/react-icons/releases)
- [Commits](https://github.com/react-icons/react-icons/compare/v4.1.0...v4.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2026-01-02 19:20:17 +00:00
Deluan
06265f3f5f
go mod tidy 2026-01-02 19:20:17 +00:00
dependabot-preview[bot]
6d0c308572
Bump github.com/onsi/gomega from 1.10.4 to 1.10.5
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.10.4 to 1.10.5.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/gomega/compare/v1.10.4...v1.10.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2026-01-02 19:20:17 +00:00
dependabot-preview[bot]
3a110c689f
Bump github.com/onsi/ginkgo from 1.14.2 to 1.15.0
Bumps [github.com/onsi/ginkgo](https://github.com/onsi/ginkgo) from 1.14.2 to 1.15.0.
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/ginkgo/compare/v1.14.2...v1.15.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2026-01-02 19:20:16 +00:00
Deluan
d9993df4b0
Fix Docker pulls badge 2026-01-02 19:20:16 +00:00
Deluan
ccca101ee9
Move project to Navidrome GitHub organization 2026-01-02 19:20:16 +00:00
Deluan
10cf2372f8
Move project to Navidrome GitHub organization 2026-01-02 19:20:16 +00:00
Deluan
659888c1b2
Fix space hotkey 2026-01-02 19:20:16 +00:00
Deluan
7abee03e08
Do not trigger next/prev event handlers when Cmd (meta) is pressed 2026-01-02 19:20:16 +00:00
Deluan
2115c098a6
Upgrade to latest go-chi 2026-01-02 19:20:16 +00:00
Deluan
ab78ad869a
Fix test suite name 2026-01-02 19:20:16 +00:00
Deluan
685fa0427d
Add tests to diode 2026-01-02 19:20:16 +00:00