From 8bd9f1d37344e9698017f68befabb353bbe117d8 Mon Sep 17 00:00:00 2001 From: Jan Solanti Date: Tue, 4 Mar 2025 21:18:51 +0200 Subject: [PATCH 1/2] tauon: add DB migration warning to release notes --- nixos/doc/manual/release-notes/rl-2505.section.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/doc/manual/release-notes/rl-2505.section.md b/nixos/doc/manual/release-notes/rl-2505.section.md index f6578de089f2..6374e545a1a3 100644 --- a/nixos/doc/manual/release-notes/rl-2505.section.md +++ b/nixos/doc/manual/release-notes/rl-2505.section.md @@ -265,6 +265,8 @@ See the [1.3.0 changelog](https://git.sr.ht/~mil/mepo/refs/1.3.0) for more details. +- `tauon` 7.9.0+ when launched for the first time, migrates its database to a new schema that is not backwards compatible. Older versions will refuse to start at all with that database afterwards. If you need to still use older tauon versions, make sure to back up `~/.local/share/TauonMusicBox`. + - The `earlyoom` service is now using upstream systemd service, which enables hardening and filesystem isolation by default. If you need filesystem write access or want to access home directory via `killHook`, hardening setting can From 47310c4622262f8ed680ee6d8808b745812f2756 Mon Sep 17 00:00:00 2001 From: Jan Solanti Date: Tue, 4 Mar 2025 21:19:13 +0200 Subject: [PATCH 2/2] tauon: update changelog URL --- pkgs/by-name/ta/tauon/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/ta/tauon/package.nix b/pkgs/by-name/ta/tauon/package.nix index f8cbae0fe90a..ec9388a4435b 100644 --- a/pkgs/by-name/ta/tauon/package.nix +++ b/pkgs/by-name/ta/tauon/package.nix @@ -139,7 +139,7 @@ python3Packages.buildPythonApplication rec { description = "Linux desktop music player from the future"; mainProgram = "tauon"; homepage = "https://tauonmusicbox.rocks/"; - changelog = "https://github.com/Taiko2k/TauonMusicBox/releases/tag/v${version}"; + changelog = "https://github.com/Taiko2k/Tauon/releases/tag/v${version}"; license = licenses.gpl3; maintainers = with maintainers; [ jansol ]; platforms = platforms.linux ++ platforms.darwin;