From 31414047071058ecfe8904ea365c4d95541476d0 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Tue, 7 May 2024 21:38:22 +0200 Subject: [PATCH] Bump package version and add doc --- doc/POST_UPGRADE.d/4.0.4.1491~ynh2.md | 2 ++ manifest.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 doc/POST_UPGRADE.d/4.0.4.1491~ynh2.md diff --git a/doc/POST_UPGRADE.d/4.0.4.1491~ynh2.md b/doc/POST_UPGRADE.d/4.0.4.1491~ynh2.md new file mode 100644 index 0000000..1136087 --- /dev/null +++ b/doc/POST_UPGRADE.d/4.0.4.1491~ynh2.md @@ -0,0 +1,2 @@ +Starting from 4.0.4.1491~ynh2, the data directory will be moved from the unusual (for a YunoHost package) `/var/lib/__APP__` to `/home/yunohost.app/__APP__`. +Beware, if you have customized or hacked your app. Enjoy Sonarr! diff --git a/manifest.toml b/manifest.toml index 065b9bf..bbd7301 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Sonarr" description.en = "Series collection manager for Usenet and BitTorrent users" description.fr = "Gestionnaire de collection de séries pour utilisateurs de Usenet et BitTorrent" -version = "4.0.4.1491~ynh1" +version = "4.0.4.1491~ynh2" maintainers = ["tituspijean"]