forked from cory/tildefriends
build: Let's build v0.2025.10.
This commit is contained in:
@@ -18,7 +18,7 @@ MAKEFLAGS += --no-builtin-rules
|
|||||||
|
|
||||||
VERSION_CODE := 44
|
VERSION_CODE := 44
|
||||||
VERSION_CODE_IOS := 18
|
VERSION_CODE_IOS := 18
|
||||||
VERSION_NUMBER := 0.2025.10-wip
|
VERSION_NUMBER := 0.2025.10
|
||||||
VERSION_NAME := This program kills fascists.
|
VERSION_NAME := This program kills fascists.
|
||||||
|
|
||||||
IPHONEOS_VERSION_MIN=14.0
|
IPHONEOS_VERSION_MIN=14.0
|
||||||
|
|||||||
@@ -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.
|
* Faster load times.
|
||||||
|
* Private message fixes.
|
||||||
* Fix contact groups expanding/collapsing.
|
* Fix contact groups expanding/collapsing.
|
||||||
|
* Manual SSB theme color picker.
|
||||||
* Give channel subscribe/unsubscribe similar grouping treatment to follows/blocks.
|
* Give channel subscribe/unsubscribe similar grouping treatment to follows/blocks.
|
||||||
* Slightly improved following/blocking message display.
|
* 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.
|
* Updates: CodeMirror, libbacktrace, and speedscope 1.24.0.
|
||||||
|
|||||||
@@ -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="44"
|
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.ACCESS_NETWORK_STATE"/>
|
||||||
<uses-permission android:name="android.permission.INTERNET"/>
|
<uses-permission android:name="android.permission.INTERNET"/>
|
||||||
<application
|
<application
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
#define VERSION_NUMBER "0.2025.10-wip"
|
#define VERSION_NUMBER "0.2025.10"
|
||||||
#define VERSION_NAME "This program kills fascists."
|
#define VERSION_NAME "This program kills fascists."
|
||||||
|
|||||||
Reference in New Issue
Block a user