mirror of
https://github.com/YunoHost-Apps/fittrackee_ynh.git
synced 2024-09-03 18:36:16 +02:00
upgrade to 0.7.28
This commit is contained in:
parent
3095700f7a
commit
498fee157e
4 changed files with 15 additions and 3 deletions
11
doc/PRE_UPGRADE.d/0.7.28~ynh1.md
Normal file
11
doc/PRE_UPGRADE.d/0.7.28~ynh1.md
Normal file
|
@ -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)
|
|
@ -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"]
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# COMMON VARIABLES
|
||||
#=================================================
|
||||
|
||||
fittrackee_version="0.7.27"
|
||||
fittrackee_version="0.7.28"
|
||||
|
||||
#=================================================
|
||||
# PERSONAL HELPERS
|
||||
|
|
|
@ -23,3 +23,4 @@ test_format = 1.0
|
|||
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"
|
||||
test_upgrade_from.33f7a78.name = "0.7.27"
|
Loading…
Reference in a new issue