• v0.14.2 9d23174cb6

    v0.14.2 Pre-Release

    sarah released this 2021-12-08 02:52:50 +00:00 | 335 commits to master since this release

    • NewMessageFromGroup event nows contains message body
    Downloads
  • v0.14.1 18280adf14

    v0.14.1 Pre-Release

    sarah released this 2021-12-08 01:35:36 +00:00 | 338 commits to master since this release

    • Bug Fix on Invite Generation for Groups
    • Other Small Code Fixups
    Downloads
  • v0.14.0 b862e29d22

    v0.14.0 Pre-Release

    sarah released this 2021-12-07 21:37:10 +00:00 | 344 commits to master since this release

    Significant refactor for the new storage engine plus laying the ground work for hybrid groups.

    • Refactor old-style encrypted file storage to use encrytped sqlite
    • Moves storage to be the responsibility of Cwtch Peer
    • Redesigns Cwtch Peer interface around the concept of conversations and channels instead of contacts and groups
    • Deprecates Profile and PublicProfile
    • Repurposes Groups as LegacyGroups
    • Significantly alters event bus APIs to output ConversationID instead of RemotePeer or GroupID i.e. "a move towards a hybrid interface"
    • Automatically upgrades profiles from old style storage to new database storage - we do not delete the old profiles yet for safety, that will come in a future PR.
    • Deletes a lot of deprecated code, significantly reduces functionality of storage and profile to the bare minimum needed for import.
    Downloads
  • v0.13.3 2c396826e7

    v0.13.3 Pre-Release

    dan released this 2021-11-05 23:36:00 +00:00 | 389 commits to master since this release

    • AddServer now returns the server onion
    Downloads
  • v0.13.2 4a9a254b48

    v0.13.2 Pre-Release

    sarah released this 2021-11-04 22:13:58 +00:00 | 391 commits to master since this release

    • Support File Sharing Resumption and Download Offer Expiry
    Downloads
  • v0.13.1 727916dcb6

    v0.13.1 Pre-Release

    sarah released this 2021-11-03 19:15:40 +00:00 | 398 commits to master since this release

    • Bugfix for loading saved p2p timelines
    Downloads
  • v0.13.0 126953f5ed

    v0.13.0 Pre-Release

    sarah released this 2021-11-01 21:45:38 +00:00 | 402 commits to master since this release

    • Deprecate SendMessageToPeer and SendMessageToGroupTracked
    • New GetMessage API for Group
    Downloads
  • v0.12.2 be361384df

    v0.12.2 Pre-Release

    sarah released this 2021-10-27 16:24:45 +00:00 | 407 commits to master since this release

    • prefer public.profile.name over local.profile.name
    • remove incorrect debugging logging
    Downloads
  • v0.12.1 3d2b048f28

    v0.12.1 Pre-Release

    sarah released this 2021-10-15 20:47:40 +00:00 | 411 commits to master since this release

    • Adds a temporary override when fetching a remote profile.name attribute to support clients that don't currently support zones.
    Downloads
  • v0.12.0 a30f8c4fa5

    v0.12.0 Pre-Release

    sarah released this 2021-10-15 20:08:38 +00:00 | 414 commits to master since this release

    • Profile Attributes are now explicitly typed by Scope and Zone
    • All Cwtch-level attributes are expected to be in the form scope.zone.key
    • Provides an automatic attribute upgrade path.
    Downloads