Skip to content

Commit

Permalink
Bump version numbers and update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpoole committed Jun 28, 2024
1 parent 0a84626 commit 3208d87
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
See https://github.com/MarcusWolschon/osmeditor4android/ for documentation on this version and all changes.

20.0.4:

- Fix add workaround of misbehaviour of certain launchers
- Fix check that any relation changes are actually real when drilling down relation members
- Fix protect against null GeoJSON Feature caused by trailing commas
- Fix when no roles can be found allow all elements to be selected when editing relations
- Fix relation preset matching
- Fix add workaround for the letsencrypt issue for WebViews
- Update default preset
- Update imagery configuration from ELI
- Update NSI

20.0.3:

- Fix add ISRG X1 certificate manually, fixes issue with letsencrypt on pre 7.1 devices
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="2804"
android:versionCode="2805"
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.0.3.0</string>
<string translatable="false" name="app_name_version">Vespucci 20.0.3</string>
<string translatable="false" name="app_version">20.0.4.0</string>
<string translatable="false" name="app_name_version">Vespucci 20.0.4</string>
</resources>

0 comments on commit 3208d87

Please sign in to comment.