• 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 | 32 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 | 82 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 | 98 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 | 120 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 | 148 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 | 211 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 | 296 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 | 351 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
  • v0.0.16 13d43d8319

    cory released this 2024-02-28 18:24:12 -05:00 | 406 commits to main since this release

    • Fixed lots of shutdown order issues and potential memory leaks.
    • Fixed importing and exporting apps on Android by hooking up file dialogs.
    • Fix some issues with links and navigation in the wiki app.
    • Moved most of the static file HTTP request handling to C.
    • Enable top-level async in QuickJS.
    • Updated sqlite to 3.45.1.
    • Updated OpenSSL to 3.2.1.
    • Updated lit to 3.1.2.
    • Updated CodeMirror 6.
    • Updated libuv to 1.48.0.
    • Removed xopt.
    • Run clang-format on the C source.
    • Hook up prettier in the source tree and the editor.
    • Add module-level Doxygen-style comments to the C source and started comment functions.
    • Call pledge() and unveil() on OpenBSD.
    Downloads
  • v0.0.15 72369ab745