diff options
| -rw-r--r-- | main/res/values/changelog_master.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/res/values/changelog_master.xml b/main/res/values/changelog_master.xml index 66643ea..b11f2b3 100644 --- a/main/res/values/changelog_master.xml +++ b/main/res/values/changelog_master.xml @@ -3,12 +3,12 @@ <!-- changelog for the master branch --> <string name="changelog_master" translatable="false"> <b>Next feature release:</b>\n - · New: Use GooglePlayService as additional location provider if available\n - · New: Optionally use a low power GPS mode for parts of the app which don\'t require high precision\n + · New: Google Play Services used for location (less battery usage)\n + · New: Optional low power GPS mode for parts of the app which don\'t require high precision\n · New: Confirmation dialog for dangerous log types\n · New: Store found date of found caches when importing via GPX\n · Fix: Improved compass rotation algorithm\n - · Fix: Better scaling of smilies in logbook\n + · Fix: Smilies fit line height in logbook\n \n </string> </resources> |
