Skip to content

Commit

Permalink
Update change log and bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpoole committed Aug 25, 2024
1 parent b2f881d commit b979191
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
See https://github.com/MarcusWolschon/osmeditor4android/ for documentation on this version and all changes.

20.1.1:

- Fix protect against data style not being initialized
- Fix determine direction as last action when creating photo object
- Fix protect against path being null when creating photo object
- Fix reset cached validation results when preset changes
- Fix call through to super in onDismiss in value widget
- Fix regression that caused the direction widget not to be displayed
- Fix protect against dialog already being detached.
- Update JosmFilterParser dependency
- Update default preset
- Update imagery from ELI
. Update translations

20.1.0:

- Fix rearrange order of natural
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="http://schemas.android.com/tools"
package="de.blau.android"
android:installLocation="auto"
android:versionCode="2905"
android:versionCode="2906"
android:versionName="@string/app_version" >

<uses-sdk tools:overrideLibrary="androidx.core.splashscreen" />
Expand Down
4 changes: 2 additions & 2 deletions 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">20.1.0.0</string>
<string translatable="false" name="app_name_version">Vespucci 20.1.0</string>
<string translatable="false" name="app_version">20.1.1.0</string>
<string translatable="false" name="app_name_version">Vespucci 20.1.1</string>
</resources>

0 comments on commit b979191

Please sign in to comment.