diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2014-04-16 14:38:49 +0200 |
|---|---|---|
| committer | Samuel Tardieu <sam@rfc1149.net> | 2014-04-16 14:38:49 +0200 |
| commit | d339bc69cd3e0a1ca9100ac3b451aefc8201a270 (patch) | |
| tree | 347460a8e264698a49e58d0dc80a1dce2ae2f7de | |
| parent | 9fdbeee2e57d2af91f886686721ad564bcaa026b (diff) | |
| download | cgeo-d339bc69cd3e0a1ca9100ac3b451aefc8201a270.zip cgeo-d339bc69cd3e0a1ca9100ac3b451aefc8201a270.tar.gz cgeo-d339bc69cd3e0a1ca9100ac3b451aefc8201a270.tar.bz2 | |
Update ChangeLogs
| -rw-r--r-- | main/res/values/changelog_master.xml | 7 | ||||
| -rw-r--r-- | main/res/values/changelog_release.xml | 7 |
2 files changed, 6 insertions, 8 deletions
diff --git a/main/res/values/changelog_master.xml b/main/res/values/changelog_master.xml index b56c719..1e3c3d4 100644 --- a/main/res/values/changelog_master.xml +++ b/main/res/values/changelog_master.xml @@ -2,12 +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 - · Support of opencaching.nl, opencaching.us, opencaching.ro\n - · Changed initial coordinate format for waypoints to MinDec\n - <b>Bugfixing:</b>\n - · Improved long click detection in lists\n - · A lot of fixes for crash scenarios\n </string> </resources> diff --git a/main/res/values/changelog_release.xml b/main/res/values/changelog_release.xml index 8af5cb9..0041e0f 100644 --- a/main/res/values/changelog_release.xml +++ b/main/res/values/changelog_release.xml @@ -2,8 +2,13 @@ <resources> <!-- changelog for the release branch --> <string name="changelog_release" translatable="false">\n - <b>Next bugfix release:</b>\n + <b>New features:</b>\n + · Support of opencaching.nl, opencaching.us, opencaching.ro\n + · Changed initial coordinate format for waypoints to MinDec\n + \n <b>Bugfixing:</b>\n + · Improved long click detection in lists\n + · A lot of fixes for crash scenarios\n · Import from web does not work if started a second time\n · Reduce log picture preview size to avoid crashes on tablets\n · Fixed wrong arrow direction on live map and list in landscape mode\n |
