From 498fee157e4e34f39595b9b7fce77fa6fa1e1d61 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Tue, 26 Dec 2023 13:11:44 +0100 Subject: [PATCH] upgrade to 0.7.28 --- doc/PRE_UPGRADE.d/0.7.28~ynh1.md | 11 +++++++++++ manifest.toml | 2 +- scripts/_common.sh | 2 +- tests.toml | 3 ++- 4 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 doc/PRE_UPGRADE.d/0.7.28~ynh1.md diff --git a/doc/PRE_UPGRADE.d/0.7.28~ynh1.md b/doc/PRE_UPGRADE.d/0.7.28~ynh1.md new file mode 100644 index 0000000..49fc32c --- /dev/null +++ b/doc/PRE_UPGRADE.d/0.7.28~ynh1.md @@ -0,0 +1,11 @@ +Features and enhancements + + PR#474 - Improve links display + +Bugs Fixed + + 6e215aa - fix background color on dark theme when modal is displayed + +Translations + + PR#473 - Translations update (Galician, Spanish and German) diff --git a/manifest.toml b/manifest.toml index ce08c42..a715eca 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "FitTrackee" description.en = "Self-hosted outdoor activity tracker 🚴" description.fr = "Traqueur d’activités extérieures auto-hébergé 🚴" -version = "0.7.27~ynh1" +version = "0.7.28~ynh1" maintainers = ["Thovi98"] diff --git a/scripts/_common.sh b/scripts/_common.sh index 47a2191..5896c09 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -fittrackee_version="0.7.27" +fittrackee_version="0.7.28" #================================================= # PERSONAL HELPERS diff --git a/tests.toml b/tests.toml index ec891a5..424ea12 100644 --- a/tests.toml +++ b/tests.toml @@ -22,4 +22,5 @@ test_format = 1.0 test_upgrade_from.a446e8c.name = "0.7.23" test_upgrade_from.316dea4.name = "0.7.24" test_upgrade_from.d682f12.name = "0.7.25~ynh3" - test_upgrade_from.e48197d.name = "0.7.26" \ No newline at end of file + test_upgrade_from.e48197d.name = "0.7.26" + test_upgrade_from.33f7a78.name = "0.7.27" \ No newline at end of file