Logo
Explore Help
Register Sign In
cory/tildefriends
Watch 4
Star 6
Fork 2
Code Issues 19 Pull Requests Actions Packages Releases 49 Wiki Activity

49 Releases 52 Tags

RSS Feed
  • v0.0.19 f4dfc1dd98
    Compare

    Tilde Friends 0.0.19 Stable

    cory released this 2024-05-28 12:53:37 -04:00 | 2121 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
    • TildeFriends-0.0.19.ipa
      3.8 MiB
      2024-05-29 19:57:14 -04:00
    • TildeFriends-arm-0.0.19.apk
      4.4 MiB
      2024-05-29 19:57:07 -04:00
    • TildeFriends-x86-0.0.19.apk
      4.8 MiB
      2024-05-29 19:57:08 -04:00
    • tildefriends-0.0.19.exe
      33 MiB
      2024-05-29 19:57:39 -04:00
    • tildefriends-0.0.19.tar.xz
      4.4 MiB
      2024-05-29 19:57:14 -04:00
  • v0.0.18 202b416acf
    Compare

    Tilde Friends 0.0.18 Stable

    cory released this 2024-04-24 20:32:09 -04:00 | 2206 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
    • TildeFriends-0.0.18.ipa
      3.8 MiB
      2024-04-24 20:34:55 -04:00
    • TildeFriends-arm-0.0.18.apk
      4.4 MiB
      2024-04-24 20:34:40 -04:00
    • TildeFriends-x86-0.0.18.apk
      4.8 MiB
      2024-04-24 20:34:32 -04:00
    • tildefriends-0.0.18.exe
      33 MiB
      2024-04-24 20:35:07 -04:00
    • tildefriends-0.0.18.tar.xz
      4.4 MiB
      2024-04-24 20:34:48 -04:00
  • v0.0.17 3c0b680b8e
    Compare

    Tilde Friends 0.0.17 Stable

    cory released this 2024-03-27 19:00:14 -04:00 | 2261 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
    • TildeFriends-0.0.17.ipa
      3.8 MiB
      2024-03-27 19:03:08 -04:00
    • TildeFriends-arm-0.0.17.apk
      4.4 MiB
      2024-03-27 19:03:09 -04:00
    • TildeFriends-x86-0.0.17.apk
      4.8 MiB
      2024-03-27 19:03:16 -04:00
    • tildefriends-0.0.17.tar.xz
      4.7 MiB
      2024-03-27 19:03:16 -04:00
  • v0.0.16 13d43d8319
    Compare

    Tilde Friends 0.0.16 Stable

    cory released this 2024-02-28 18:24:12 -05:00 | 2316 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
    • TildeFriends-0.0.16.ipa
      4.5 MiB
      2024-02-28 18:26:06 -05:00
    • TildeFriends-arm-0.0.16.apk
      4.4 MiB
      2024-02-28 18:26:06 -05:00
    • TildeFriends-x86-0.0.16.apk
      4.8 MiB
      2024-02-28 18:26:24 -05:00
    • tildefriends-0.0.16.tar.xz
      4.7 MiB
      2024-02-28 18:26:24 -05:00
  • v0.0.15 72369ab745
    Compare

    Tilde Friends 0.0.15 Stable

    cory released this 2024-01-28 18:35:28 -05:00 | 2414 commits to main since this release

    🌟 Rewrote the HTTP server code for performance and bug fixes.
    🌟 Added an app for identity management, including import/export.
    🌟 Added app import/export from the editor.
    🌟 Many style changes.
    🌟 Minor blog and wiki improvements.
    🐛 Fixed a bunch of memory leaks.
    🧼 Disabled some debugging features by default, controlled by environmental variables.
    🧼 Removed the appstore app and moved some of its features into apps.
    🧼 Removed the docs app while I figure out rebuilding it on the wiki app.
    📦 Updated CodeMirror to 6.
    📦 Updated Lit to 3.1.1.
    📦 Updated picohttpparser to latest 4e7bc76.
    📦 Updated QuickJS to 2024-01-13.
    📦 Updated to latest libsodium-1.0.19-stable.tar.gz.
    📦 Updated speedscope to 1.20.0.
    📦 Updated sqlite to 3.45.0.
    📦 Updated zlib to 1.3.1.
    
    Downloads
    • TildeFriends-0.0.15.ipa
      4.3 MiB
      2024-05-11 11:16:30 -04:00
    • TildeFriends-arm-0.0.15.apk
      4.3 MiB
      2024-05-11 11:16:24 -04:00
    • TildeFriends-x86-0.0.15.apk
      4.6 MiB
      2024-05-11 11:16:24 -04:00
    • tildefriends-0.0.15.tar.xz
      4.5 MiB
      2024-05-11 11:16:30 -04:00
  • v0.0.14 f4f560b164
    Compare

    Tilde Friends 0.0.14 Stable

    cory released this 2023-12-29 14:33:46 -05:00 | 2526 commits to main since this release

    Downloads
    • TildeFriends-0.0.14.ipa
      4.4 MiB
      2024-05-11 11:17:40 -04:00
    • TildeFriends-arm-0.0.14.apk
      4.7 MiB
      2024-05-11 11:17:33 -04:00
    • TildeFriends-x86-0.0.14.apk
      4.9 MiB
      2024-05-11 11:17:33 -04:00
    • tildefriends-0.0.14.tar.xz
      4.5 MiB
      2024-05-11 11:17:40 -04:00
  • v0.0.13 0fbc84d364
    Compare

    Tilde Friends 0.0.13 Stable

    cory released this 2023-11-29 18:40:04 -05:00 | 2577 commits to main since this release

    Downloads
    • TildeFriends-0.0.13.ipa
      4.3 MiB
      2024-05-11 11:21:00 -04:00
    • TildeFriends-arm-0.0.13.apk
      4.8 MiB
      2024-05-11 11:20:53 -04:00
    • TildeFriends-x86-0.0.13.apk
      5.0 MiB
      2024-05-11 11:20:54 -04:00
    • tildefriends-0.0.13.tar.xz
      4.5 MiB
      2024-05-11 11:21:00 -04:00
  • v0.0.12 d84ab2734e
    Compare

    Tilde Friends 0.0.12 Stable

    cory released this 2023-10-25 18:31:29 -04:00 | 2646 commits to main since this release

    Downloads
    • TildeFriends-0.0.12.ipa
      4.4 MiB
      2024-05-11 11:21:24 -04:00
    • TildeFriends-arm-0.0.12.apk
      4.5 MiB
      2024-05-11 11:21:30 -04:00
    • TildeFriends-x86-0.0.12.apk
      4.8 MiB
      2024-05-11 11:21:24 -04:00
    • tildefriends-0.0.12.tar.xz
      4.4 MiB
      2024-05-11 11:21:31 -04:00
  • v0.0.11 af13bfc920
    Compare

    Tilde Friends 0.0.11 Stable

    cory released this 2023-09-27 18:26:19 -04:00 | 2750 commits to main since this release

    Downloads
    • TildeFriends-0.0.11.apk
      5.0 MiB
      2024-05-11 11:21:51 -04:00
    • tildefriends-0.0.11.tar.xz
      4.4 MiB
      2024-05-11 11:21:51 -04:00
  • v0.0.10 b7362dd84d
    Compare

    Tilde Friends 0.0.10 Stable

    cory released this 2023-08-23 18:37:15 -04:00 | 2807 commits to main since this release

    Downloads
    • TildeFriends-0.0.10.apk
      3.8 MiB
      2024-05-11 11:22:19 -04:00
    • tildefriends-0.0.10.tar.xz
      4.4 MiB
      2024-05-11 11:22:20 -04:00
First Previous 1 2 3 4 5 Next Last
Powered by Gitea Version: 1.27.2 Page: 70ms Template: 8ms
Auto
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API