-
Tilde Friends 0.0.17 Stable
released this
2024-03-27 19:00:14 -04:00 | 495 commits to main since this release- Breaking: Converted
messages.content
to JSONB. AnySELECT
ofcontent
in JS probably wants to be updated toSELECT json(content)
. - Breaking: Renamed
messages.sequence_before_author
toflags
. - Fixed numerous small memory leaks.
- Fixed multiple issues preventing clean shutdown.
- Fixed multiple bugs affecting certain blob replication paths.
- Fixed an issue with the message root of sent private messages.
- Documented every C function in a header file.
- Added a command-line argument to change the network key:
-k, --ssb-network-key key
. - First pass support running with static data built into the executable.
- Got things actually running on Haiku.
- Updated sqlite to 3.45.2.
- Updated Android NDK to 26.2.11394342.
Downloads
-
TildeFriends-0.0.17.ipa
3.8 MiB
-
TildeFriends-arm-0.0.17.apk
4.4 MiB
-
TildeFriends-x86-0.0.17.apk
4.8 MiB
-
tildefriends-0.0.17.tar.xz
4.7 MiB
- Breaking: Converted