diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 64f1d91994..8863a9a7fd 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,5 +1,16 @@
See https://github.com/MarcusWolschon/osmeditor4android/ for documentation on this version and all changes.
+19.3.0:
+
+- Fix use a monospace font for arrows
+- Fix set commas correctly
+- Fix report errors in fixupApiStorage when reading files
+- Fix return correct paths for Uris that use the Vespucci file provider
+- Add explicit handling for 509 error on download and 429 in upload
+- Update translations
+- Update imagery from ELI
+- Update preset
+
19.3.0-1:
- Fix keep org.eclipse.egit.github.core.** fixes crash creating issues due to changes R8/Proguard behaviour
diff --git a/documentation/docs/help/en/19.3.0 Release notes.md b/documentation/docs/help/en/19.3.0 Release notes.md
index 7046af88e5..9654dd909e 100644
--- a/documentation/docs/help/en/19.3.0 Release notes.md
+++ b/documentation/docs/help/en/19.3.0 Release notes.md
@@ -1,4 +1,4 @@
-# Vespucci 19.3 BETA Highlights
+# Vespucci 19.3 Highlights
2023-10-27
diff --git a/src/main/AndroidManifest.xml b/src/main/AndroidManifest.xml
index ad57a6ea0d..ce80a8d387 100755
--- a/src/main/AndroidManifest.xml
+++ b/src/main/AndroidManifest.xml
@@ -3,7 +3,7 @@
xmlns:tools="http://schemas.android.com/tools"
package="de.blau.android"
android:installLocation="auto"
- android:versionCode="2700"
+ android:versionCode="2701"
android:versionName="@string/app_version" >
2023-10-27
For version 20 that will likely be released early next year, we intend to drop support for Android version prior to Android 5, this will effect devices running 4.1 to 4.4. These Android versions are at this point more than a decade old and have become difficult to support going forward and as you know we already have to distribute a separate build now.
@@ -14,7 +14,7 @@Layers that can have multiple instances and can be styled via the UI (GPX, GeoJSON, MVT) are now automatically assigned varying colours when they are created, the same applies to feature layers in MVT layers that do not have a Mapbox GL style loaded.
For GPX and GeoJSON certain style setting (marker type, stroke width, label source) are now initialized to the last used value.
Both sequences and images on the MApillary layer can now be filtered by a date range. Select the overflow/hamburger menu for the layer and select "Set data range...".
+Both sequences and images on the Mapillary layer can now be filtered by a date range. Select the overflow/hamburger menu for the layer and select "Set date range...".
PMTiles is a "cloud native" container format for map tiles from Brandon Liu that for certain use cases offers advantages over the widely in use MBTiles format. We support PMTiles both as local and remote custom imagery sources. See custom imagery help.