Skip to content

Commit

Permalink
Update release notes, bump version numbers.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpoole committed Jan 4, 2019
1 parent 2716ab8 commit fed941b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
See https://github.com/MarcusWolschon/osmeditor4android/ for documentation on this version and all changes.

12.0.0: Fix rendering issue on restored Ways, documentation updates, protect against multiple tile services starting, small fixes, preset, imagery and translation updates.

12.0.0-4: Use FST for serialising state, fix ELI date parsing regression, fix crash when applying auto-preset, lots of small fixes.

12.0.0-3: Fix preset sorting crash, fix name suggestion issue, update name-suggestion-index, various text changes, improved ElementInfo dialog, updated DE translation.
Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/help/en/12.0.0 Release notes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Vespucci 12.0 BETA Highlights
# Vespucci 12.0 Highlights

## Simple action mode

Expand Down
2 changes: 1 addition & 1 deletion src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:tools="https://schemas.android.com/tools"
package="de.blau.android"
android:installLocation="auto"
android:versionCode="902"
android:versionCode="903"
android:versionName="@string/app_version" >

<uses-sdk
Expand Down
2 changes: 1 addition & 1 deletion src/main/assets/help/en/12.0.0 Release notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
</head>
<body>
<h1>Vespucci 12.0 BETA Highlights</h1>
<h1>Vespucci 12.0 Highlights</h1>
<h2>Simple action mode</h2>
<p>Simple action mode replaces the long click action on the screen with a menu driven way of creating new objects. Long clicks are disabled as long as the mode is active.</p>
<p>Tapping the large green floating button will show a menu. After you've selected one of the items, you will be asked to tap the screen at the location where you want to create the object, pan and zoom continues to work if you need to adjust the map view. </p>
Expand Down
2 changes: 1 addition & 1 deletion src/main/res/values/appname.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string translatable="false" name="app_name">Vespucci</string>
<string translatable="false" name="app_version">12.0.0.4</string>
<string translatable="false" name="app_version">12.0.0.0</string>
<string translatable="false" name="app_name_version">Vespucci 12.0.0</string>
</resources>

0 comments on commit fed941b

Please sign in to comment.