-
Tilde Friends 0.0.32
All checks were successfulBuild Tilde Friends / Build-All (push) Successful in 34m51sreleased this
2025-06-25 17:55:44 -04:00 | 7 commits to main since this release- Improve load times.
- Fix the messages_refs table, and make it usable for hashtags.
- Fix a circumstance where we would fail to call promise callbacks.
- Fix the private messages tab.
- Fix the room app.
- Expose followed accounts in a user's profile.
- Show connection status in the sidebar.
- Simplify placeholder messages.
- Only show "Mark as Read" when relevant.
- Treat profile images more like post images.
- Limit the WAL file size.
- Updates:
- CodeMirror
- sqlite 3.50.1
Downloads
-
Tilde Friends 0.0.31
All checks were successfulBuild Tilde Friends / Build-All (push) Successful in 31m2sreleased this
2025-05-28 17:46:06 -04:00 | 79 commits to main since this release- Faster loads.
- Minor UI tweaks.
- Added an intro app as part of the initial flow for first-time users.
- Fixed more shutdown issues.
- Fixed a longstanding potential database issue.
- Added a blob export command.
- Refresh blob wants for blobs that are requested over the web.
- Updates:
- CodeMirror
- QuickJS 2025-04-26
- libuv 1.51.0
- sqlite 3.49.2
- w3.css 5.02
Downloads
-
Tilde Friends 0.0.30
All checks were successfulBuild Tilde Friends / Build-All (push) Successful in 31m16sreleased this
2025-04-23 17:41:22 -04:00 | 146 commits to main since this release- Faster loads.
- Replication fixes.
- Shutdown fixes.
- Consolidated message actions into a % menu.
- Fixed and tested handling of user permissions.
- Add a very work in progress "web" app.
- Updates:
- CodeMirror
- Lit 3.3.0
- OpenSSL 3.5.0
- c-ares 1.34.5
- libbacktrace
Downloads
-
Tilde Friends 0.0.29
All checks were successfulBuild Tilde Friends / Build-All (push) Successful in 28m50sreleased this
2025-03-26 18:48:49 -04:00 | 206 commits to main since this release- The connections tab now shows replication progress.
- Replication performance and thoroughness improvements.
- Bind only to localhost on mobile, configurable.
- Request blobs referenced by referenced blobs, and improve performance of that
query. - Fix file upload on iOS.
- Add rough back/forward/refresh buttons on iOS.
- Other crash fixes and performance improvements.
- Updates:
- CodeMirror
- w3.css
Downloads
-
Tilde Friends 0.0.28
All checks were successfulBuild Tilde Friends / Build-All (push) Successful in 28m52sreleased this
2025-02-26 18:54:00 -05:00 | 268 commits to main since this release- Allow specifying all global settings from the command-line (CLI usage changed).
- Replication improvements.
- An iOS build is on TestFlight.
- macOS targets are debug and release like everywhere else.
- Running from a subdirectory is fine.
- Patchwork compatibility improvements.
- Invite fixes.
- Follow/block UI fixes.
- Mobile automatically logs in.
- Updates:
- CodeMirror
- OpenSSL 3.4.1
- libbacktrace
- speedscope 1.22.2
- sqlite 3.49.1
Downloads
-
Tilde Friends 0.0.27
Some checks failedBuild Tilde Friends / Build-All (push) Failing after 1m40sreleased this
2025-01-29 20:53:09 -05:00 | 405 commits to main since this release- Fix win32 crashes.
- Cross-compile for aarch64.
- Added CLI commands.
- SSB
- Invites.
- Replying in a new thread.
- Drafts in the sidebar.
- Fix channel cycling shortcut.
- New databases go in ~/.local/share/tildefriends/.
- Disconnect reasons.
- Improved unread status.
- Improved replication.
- Show messages as they arrive.
- Loading screen.
- Faster load.
- Updated:
- CodeMirror
- libuv 1.50.0
- speedscope 1.22.0
- sqlite 3.48.0
Downloads
-
Tilde Friends 0.0.26
All checks were successfulBuild Tilde Friends / Build-All (push) Successful in 16m47sreleased this
2024-12-23 11:12:26 -05:00 | 581 commits to main since this release- 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
Downloads
-
Tilde Friends 0.0.25
All checks were successfulBuild Tilde Friends / Build-All (push) Successful in 16m0sreleased this
2024-11-27 12:10:17 -05:00 | 644 commits to main since this release- Improve, test, and fix some first time flow issues.
- Show connect failure reasons.
- Actually use CommonMark JS in "safe" mode(!).
- Move app blob handling from JS to C.
- Fixed "publish" command-line interface and used it to add a script that posts development activity updates.
- Minor style improvements.
- Make it possible to see the little graphs on mobile.
- Shutdown fixes.
- Updated dependencies:
- CodeMirror
- c-ares 1.34.3
- libbacktrace
- speedscope 1.21.0
- sqlite 3.47.1
Downloads
-
Tilde Friends 0.0.24
All checks were successfulBuild Tilde Friends / Build-All (push) Successful in 17m17sreleased this
2024-10-30 19:40:19 -04:00 | 724 commits to main since this release- Command-line publishing.
- SSB replication improvements.
- Disallow rich text paste more.
- identity app lets you change the server account.
- SSB profile icons stretching.
- Fixed iPhone app missing data.
- Added an initiate sync button.
- Fixed the AppImage.
- Flatpak WIP.
- Android compatibility fixes.
- Updates:
- CodeMirror
- CommonMark 0.31.2
- Lit 3.2.1
- OpenSSL 3.4.0
- c-ares 1.34.2
- libbacktrace
- libuv 1.49.2
- sqlite 3.47.0
Downloads
-
Tilde Friends 0.0.23
All checks were successfulBuild Tilde Friends / Build-All (push) Successful in 18m13sreleased this
2024-09-25 20:02:45 -04:00 | 814 commits to main since this release- Fix WebView localStorage on some Android versions.
- Fix viewing apps by blob URL.
- Let admin users use the server identity.
- Time out SHS connections that don't handshake.
- Add an SQL index on message type.
- Build an AppImage.
- Improve vote layout.
- Updated CodeMirror to latest.
- Updated OpenSSL to 3.3.2.
- Updated libuv to 1.49.0.
- Updated c-ares to 1.33.1.
Downloads