build: Let's release 0.0.26.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 16m47s

This commit is contained in:
Cory McWilliams 2024-12-23 11:12:26 -05:00
parent c3b1832cfb
commit f42811d3d4
4 changed files with 18 additions and 3 deletions

View File

@ -17,7 +17,7 @@ MAKEFLAGS += --no-builtin-rules
## ANDROID_SDK := Path to the Android SDK. ## ANDROID_SDK := Path to the Android SDK.
VERSION_CODE := 31 VERSION_CODE := 31
VERSION_NUMBER := 0.0.26-wip VERSION_NUMBER := 0.0.26
VERSION_NAME := This program kills fascists. VERSION_NAME := This program kills fascists.
SQLITE_URL := https://www.sqlite.org/2024/sqlite-amalgamation-3470200.zip SQLITE_URL := https://www.sqlite.org/2024/sqlite-amalgamation-3470200.zip

View File

@ -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

View File

@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.unprompted.tildefriends" package="com.unprompted.tildefriends"
android:versionCode="31" android:versionCode="31"
android:versionName="0.0.26-wip"> android:versionName="0.0.26">
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="android.permission.INTERNET"/> <uses-permission android:name="android.permission.INTERNET"/>
<application <application

View File

@ -1,2 +1,2 @@
#define VERSION_NUMBER "0.0.26-wip" #define VERSION_NUMBER "0.0.26"
#define VERSION_NAME "This program kills fascists." #define VERSION_NAME "This program kills fascists."