diff --git a/GNUmakefile b/GNUmakefile index ddfef409..88e94dca 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -18,7 +18,7 @@ MAKEFLAGS += --no-builtin-rules VERSION_CODE := 40 VERSION_CODE_IOS := 15 -VERSION_NUMBER := 0.0.33-wip +VERSION_NUMBER := 0.0.33 VERSION_NAME := This program kills fascists. IPHONEOS_VERSION_MIN=14.0 diff --git a/metadata/en-US/changelogs/40.txt b/metadata/en-US/changelogs/40.txt new file mode 100644 index 00000000..3c9023f7 --- /dev/null +++ b/metadata/en-US/changelogs/40.txt @@ -0,0 +1,14 @@ +* Added an option to stay connected to a handful of peers. +* Load more messages at a time. +* Fix a set of Android not responding errors. +* Target Android 15 (API level 35) to meet new requirements. +* Support JS-less webapps. +* Fix unnecessary tunnel disconnects. +* Many small user interface tweaks. +* Update: + * CodeMirror + * OpenSSL 3.5.1 + * lit 3.3.1 + * picohttpparser + * speedscope 1.23.0 + * sqlite 3.50.4 diff --git a/src/android/AndroidManifest.xml b/src/android/AndroidManifest.xml index 6ebe4c21..da40e6c2 100644 --- a/src/android/AndroidManifest.xml +++ b/src/android/AndroidManifest.xml @@ -2,7 +2,7 @@ + android:versionName="0.0.33">