Skip to content

Commit 11327ca

Browse files
committed
Update change log and bump versions
1 parent 007633a commit 11327ca

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
See https://github.com/MarcusWolschon/osmeditor4android/ for documentation on this version and all changes.
22

3+
21.0.3:
4+
5+
- Fix show a persisted error message if saving a custom preset fails
6+
- Fix actually support text_context for checkgroups
7+
- Fix use complete hashCode and equals for PresetRole
8+
- Fix re-downloading former rel. member would lead to inconsistent back links
9+
- Fix always remove node to split from original way except the 1st occurrence
10+
- Fix don't rely on ImageryOffsetId to generate safe ids
11+
- Fix force proguard to keep some action mode related fields
12+
- Fix handle empty way API message
13+
- Add allow user to select OAuth client key if no match with API name found
14+
- Update default preset
15+
- Update imagery from ELI
16+
317
21.0.2:
418

519
- Fix protect against possible crash after pasting

src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
44
android:installLocation="auto"
5-
android:versionCode="3103"
5+
android:versionCode="3104"
66
android:versionName="@string/app_version" >
77

88
<uses-sdk tools:overrideLibrary="androidx.core.splashscreen" />

src/main/res/values/appname.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
33
<string translatable="false" name="app_name">Vespucci</string>
4-
<string translatable="false" name="app_version">21.0.2.0</string>
5-
<string translatable="false" name="app_name_version">Vespucci 21.0.2</string>
4+
<string translatable="false" name="app_version">21.0.3.0</string>
5+
<string translatable="false" name="app_name_version">Vespucci 21.0.3</string>
66
</resources>

0 commit comments

Comments
 (0)