diff options
| -rw-r--r-- | main/res/values/changelog_master.xml | 6 | ||||
| -rw-r--r-- | main/res/values/changelog_release.xml | 9 |
2 files changed, 8 insertions, 7 deletions
diff --git a/main/res/values/changelog_master.xml b/main/res/values/changelog_master.xml index cff468e..1e3c3d4 100644 --- a/main/res/values/changelog_master.xml +++ b/main/res/values/changelog_master.xml @@ -2,11 +2,5 @@ <resources> <!-- changelog for the master branch --> <string name="changelog_master" translatable="false"> - <b>Next feature release:</b>\n - <b>New features:</b>\n - \n - <b>Bugfixing:</b>\n - \n - \n </string> </resources> diff --git a/main/res/values/changelog_release.xml b/main/res/values/changelog_release.xml index 524b253..0430d65 100644 --- a/main/res/values/changelog_release.xml +++ b/main/res/values/changelog_release.xml @@ -2,11 +2,18 @@ <resources> <!-- changelog for the release branch --> <string name="changelog_release" translatable="false">\n - <b>2014.04.29:</b>\n + <b>2014.04.30:</b>\n + <b>New features:</b>\n + · Support new cache-type: Giga-Event\n + · Integrate with MapsWithMe\n + · Import external spoiler images from a Garmin-style file structure\n + · Support more details in GPX export\n <b>Bugfixing:</b>\n · Fixed a number of crash scenarios/instabilities due to memory issues\n · Fixed problems when calling some external navigation apps\n · Fixed a crash when starting with a readonly cache directory\n + · Have "attended" as default log type on day of event\n + · Improved contact matching\n \n \n <a href="https://github.com/cgeo/cgeo/issues?milestone=29&state=closed">Detailed list of all changes</a>\n |
