• v0.0.24 9614d03bef

    Tilde Friends 0.0.24
    All checks were successful
    Build Tilde Friends / Build-All (push) Successful in 17m17s
    Stable

    cory released this 2024-10-30 19:40:19 -04:00 | 24 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
  • v0.0.23 7512edad59

    Tilde Friends 0.0.23
    All checks were successful
    Build Tilde Friends / Build-All (push) Successful in 18m13s
    Stable

    cory released this 2024-09-25 20:02:45 -04:00 | 114 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
  • v0.0.22 3c499c834b

    Tilde Friends 0.0.22
    Some checks failed
    Build Tilde Friends / Build-All (push) Failing after 8m53s
    Stable

    cory released this 2024-08-28 19:39:05 -04:00 | 166 commits to main since this release

    • Took an initial whack at encouraging internet-based discovery of open peers.
    • Added settings to control whether replication, room, peer exchange, and account registration are allowed.
    • Implemented prompt() on Android.
    • Fixed some incorrect cross-thread use of the main JS context.
    • Fixed yet another incorrect use of the DB from the main thread, from an RPC that isn't ever hit. Hmm.
    • Minor admin layout fixes.
    • Added c-ares for TXT record lookups.
    • Latest libsodium-stable.
    • Latest libbacktrace.
    • Latest CodeMirror.
    • Updated to Lit 3.2.0.
    • Updated sqlite to 3.46.1.
    Downloads
  • v0.0.21.1 e6f5399d53

    Tilde Friends 0.0.21.1
    Some checks failed
    Build Tilde Friends / Build-All (push) Failing after 5m21s
    Stable

    cory released this 2024-08-05 12:43:22 -04:00 | 216 commits to main since this release

    If all goes well, this will be the first F-Droid release.

    Downloads
  • v0.0.21 fa4e843c30

    Tilde Friends 0.0.21
    Some checks failed
    Build Tilde Friends / Build-All (push) Failing after 5m34s
    Stable

    cory released this 2024-07-31 20:14:40 -04:00 | 232 commits to main since this release

    • Reworked Android to launch its sandbox processes the prescribed way so that
      a Google Play-shippable android .aab is possible.
    • Reworked the build to generate what F-Droid wants, too.
    • Updated libbacktrace.
    • Updated CodeMirror.
    • Updated Android NDK.
    • Enabled LTO for smaller code sizes.
    Downloads
  • v0.0.20.1 48dec5a2c8

    Tilde Friends 0.0.20.1
    All checks were successful
    Build Tilde Friends / Build-All (push) Successful in 2m22s
    Stable

    cory released this 2024-07-16 22:32:26 -04:00 | 254 commits to main since this release

    This is 0.0.20 plus some bleeding edge Android sandbox changes, all prepped for F-Droid.

    Downloads
  • v0.0.20 8a93cdd33c

    cory released this 2024-06-26 20:29:39 -04:00 | 282 commits to main since this release

    • Fixed @autocomplete in Chrome.
    • Fixed several issues composing messages.
    • Fixed occasional runaway memory usage during replication.
    • Fixed some more shutdown issues. Ongoing.
    • Nothing hits the database/disk from the main thread any longer.
    • Consolidate login-related options in the navigation bar.
    • Made the favicon an SVG.
    • Updated lit to 3.1.4.
    • Updated OpenSSL to 3.3.1.
    • Updated CodeMirror.
    Downloads
  • v0.0.19 f4dfc1dd98

    cory released this 2024-05-28 12:53:37 -04:00 | 345 commits to main since this release

    • Fixed multiple issues with the first time experience.
    • Fix making the first user an admin.
    • Theme the identity and admin apps.
    • Fix and hook up more Android WebView dialog support.
    • Fixed multiple but still far from all shutdown issues.
    • Show active muxrpc requests in the ssb app connections tab.
    • Add nix build support.
    • Update CodeMirror.
    • Update libbacktrace.
    • Update sqlite to 3.46.0.
    • Update libsodium to 1.0.20.
    Downloads
  • v0.0.18 202b416acf

    cory released this 2024-04-24 20:32:09 -04:00 | 430 commits to main since this release

    • Added the first windows executable release.
    • Added a global id picker and removed the bespoke id pickers from multiple apps.
    • Fixed some tests not testing anything.
    • Linkify blob, message, and author ids in the ssb app.
    • Encourage @mention-ing the person to whom you are replying.
    • Show recently used emoji reactions when emoji reacting.
    • Progress toward making ssb post composition more usable.
    • UI to inspect ssb message reactions.
    • Redid the connection status / error message display.
    • New custom pull to refresh on Android.
    • Remove some crypto, http, and websocket functions that are no longer needed by the JS side.
    • Fix the wiki app for JSONB.
    • Make the ssb app use w3.css theme colors for everything to make it more dynamic. Switched to a more blue theme for this release.
    • Moved the auth handler from JS to C.
    • Moved a bunch of dependencies to git submodules.
    • Updated OpenSSL to 3.3.0.
    • Updated Lit to 3.1.3.
    • Updated sqlite to 3.45.3.
    • Updated CodeMirror to latest.
    Downloads
  • v0.0.17 3c0b680b8e

    cory released this 2024-03-27 19:00:14 -04:00 | 485 commits to main since this release

    • Breaking: Converted messages.content to JSONB. Any SELECT of content in JS probably wants to be updated to SELECT json(content).
    • Breaking: Renamed messages.sequence_before_author to flags.
    • 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