diff --git a/GNUmakefile b/GNUmakefile index f869ea3c..6d3bf231 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -17,7 +17,7 @@ MAKEFLAGS += --no-builtin-rules ## ANDROID_SDK := Path to the Android SDK. VERSION_CODE := 31 -VERSION_NUMBER := 0.0.26-wip +VERSION_NUMBER := 0.0.26 VERSION_NAME := This program kills fascists. SQLITE_URL := https://www.sqlite.org/2024/sqlite-amalgamation-3470200.zip diff --git a/metadata/en-US/changelogs/31.txt b/metadata/en-US/changelogs/31.txt new file mode 100644 index 00000000..4d1baed9 --- /dev/null +++ b/metadata/en-US/changelogs/31.txt @@ -0,0 +1,15 @@ +* Add channels to the ssb user interface. +* Confirm setting global settings. +* Fix the wiki app. +* Multiple crash fixes, especially on Android. +* Following depth fixes. +* Try harder to request profile images. +* Updated the emoji list used for reactions. +* Admin users can encrypt/decrypt using the server identity. +* Request more messages as the follow graph changes. +* Add a store_blob cli option. +* Updated dependencies: + * CodeMirror + * Prettier + * sqlite 3.47.2 + * c-ares 1.34.4 diff --git a/src/android/AndroidManifest.xml b/src/android/AndroidManifest.xml index 1d535eff..2b281358 100644 --- a/src/android/AndroidManifest.xml +++ b/src/android/AndroidManifest.xml @@ -2,7 +2,7 @@ + android:versionName="0.0.26">