Releases Tags
-
v0.16.6
released this 2 months ago | 10 commits to master since this release
Fix a goroutine / memory leak in network check plugin
Remove unused simpleQueueDownloads
-
v0.16.5
released this 2 months ago | 13 commits to master since this release
- health check was firing way too often, fix some logic to keep it around 1min, not every 5 seconds
Downloads
-
v0.16.4
released this 3 months ago | 15 commits to master since this release
- close a connection if send message fails (alerting the ui connection may be offline and kick starting reconnection attempts
- add ParseScope to attributes
Downloads
-
v0.16.3
released this 3 months ago | 20 commits to master since this release
- fix race condition in eventmanager
- Send[Message|Invite|File] now return message id
Downloads
-
v0.16.2
released this 3 months ago | 23 commits to master since this release
- Simplify Network Check Plugin
- Prevent Connectivity Check Plugin for being used for Network Checks.
Downloads
-
v0.16.1
released this 4 months ago | 27 commits to master since this release
- Add extra checks to Import Profile
Downloads
-
v0.16.0
released this 4 months ago | 30 commits to master since this release
- Introduce Import and Export Profile API
Downloads
-
v0.15.2
released this 4 months ago | 33 commits to master since this release
- add server sync state management
- decrease contact reconnect initial interval
Downloads
-
v0.15.1
released this 5 months ago | 35 commits to master since this release
- Make file size uint64 explicit to allowing building on Android
Downloads
-
v0.15.0
released this 5 months ago | 37 commits to master since this release
- change to DownloadFile API which now requires a file limit parameter
Downloads
-
v0.14.18
released this 5 months ago | 41 commits to master since this release
- allow sharing of files unattached to a conversation
Downloads
-
v0.14.17
released this 5 months ago | 43 commits to master since this release
- version negotiation for dense p2p packets
Downloads
-
v0.14.16
released this 5 months ago | 49 commits to master since this release
- upgrade tapir
- propagate connection.Send error to event bus.
Downloads
-
v0.14.15
released this 5 months ago | 51 commits to master since this release
-upgrade connectivity
Downloads
-
v0.14.14
released this 5 months ago | 53 commits to master since this release
- filekey.path is now saved on the sender side.
Downloads
-
v0.14.13
released this 5 months ago | 57 commits to master since this release
- add contenthash to NewMessageFromPeer and NewMessageFromGroup
Downloads
-
v0.14.12
released this 5 months ago | 59 commits to master since this release
- Expose ACN Circuit information via ACNInfo events from the Protocol Engine
Downloads
-
v0.14.11
released this 5 months ago | 61 commits to master since this release
- upgrade of tapir and connectivity
Downloads
-
v0.14.10
released this 6 months ago | 64 commits to master since this release
- logic tweaks to block/accept -conversation calls, fix persisting, add unblock API to cwtch_peer
Downloads
-
v0.14.9
released this 6 months ago | 68 commits to master since this release
- in engine peerWithTokenService, initializes ephemeralServices.service right away to avoid small window during connection attempt where a segfault could occur during access (like Shtudown)
Downloads
-
v0.14.8
released this 6 months ago | 70 commits to master since this release
- Create a conversation on Authenticated not on New Message
- Non-migrateable Attributes now cause Debug Logs not Errors
Downloads
-
v0.14.7
released this 6 months ago | 73 commits to master since this release
- IndexedFailure on Send Error
Downloads
-
v0.14.6
released this 6 months ago | 76 commits to master since this release
- Updates to Support Image Previews and Auto Download
- Change Password for new Storage Engine
- Simplify Application
- Improvement to Protocol Engine for Server Connections
Downloads
-
v0.14.5
released this 6 months ago | 89 commits to master since this release
- add two new events: StartingStorageMigration, DoneStorageMigration; to signal when a profile storage migration is happening
- improve engine peerWithTokenService locking by adding per service granularity so it doesn't use one lock over the whole function including a network conenct call
Downloads
-
v0.14.4
released this 6 months ago | 94 commits to master since this release
- import group does Join Server
- add GroupName to new group events
- change locking on engine.ephermeralServices
- logify integ test
- delete unused events
Downloads
-
v0.14.3
released this 7 months ago | 98 commits to master since this release
Attributes: new "server" zone
Downloads
-
v0.14.2
released this 7 months ago | 100 commits to master since this release
- NewMessageFromGroup event nows contains message body
Downloads