diff --git a/CHANGELOG.md b/CHANGELOG.md index bcdeac3c..cb5dc66a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,12 @@ ###Changelog ###Version 0.18.0 (next) -* Added Portuguese pt_PT and pt_BR translations -* Added Hebrew translation +* Add Portuguese pt_PT and pt_BR translations +* Add Hebrew translation and transliteration * Consistently display device specific icons already during discovery * Add sleep chart diplaying the last week of sleep +* Huge speedup for weekly charts when changing days +* Drop support for pre Gadgetbride 0.12.0 database ####Version 0.17.5 * Automatically start the service on boot (can be turned off) diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index 469c9e74..75c358cc 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,14 @@ + + + Add Portuguese pt_PT and pt_BR translations + Add Hebrew translation and transliteration + Consistently display device specific icons already during discovery + Add sleep chart diplaying the last week of sleep + Huge speedup for weekly charts when changing days + Drop support for pre Gadgetbride 0.12.0 database + Automatically start the service on boot (can be turned off) Pebble: PebbleKit compatibility improvements (Datalogging)