build: Let's build v0.2025.10.

This commit is contained in:
2025-10-29 12:43:50 -04:00
parent 0f8687e473
commit 13302ad1c7
4 changed files with 8 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ MAKEFLAGS += --no-builtin-rules
VERSION_CODE := 44
VERSION_CODE_IOS := 18
VERSION_NUMBER := 0.2025.10-wip
VERSION_NUMBER := 0.2025.10
VERSION_NAME := This program kills fascists.
IPHONEOS_VERSION_MIN=14.0

View File

@@ -1,8 +1,10 @@
* Remove OpenSSL.
* Exclude messages for subscribed channels from the general feed.
* Remove the query tab in favor of searching for "sql:SELECT ...".
* Faster load times.
* Private message fixes.
* Fix contact groups expanding/collapsing.
* Manual SSB theme color picker.
* Give channel subscribe/unsubscribe similar grouping treatment to follows/blocks.
* Slightly improved following/blocking message display.
* Remove the query tab in favor of searching for "sql:SELECT ...".
* Exclude messages for subscribed channels from the general feed.
* Remove OpenSSL.
* Updates: CodeMirror, libbacktrace, and speedscope 1.24.0.

View File

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

View File

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