Releases: coasys/flux
Releases · coasys/flux
Release v0.2.7
[0.2.7] - 11/10/2021
Added
- Cargo caching to Github actions release build
- More detailed information when joining a community
Changed
- Tweak size and type of avatar upload button
- Improved join/create community
Deprecated
Removed
Fixed
- Broken jest config for test
- Profile picture being too large and killing holochain (now use IPFS for storage)
- Community picture being too large and killing holochain (now use IPFS for storage)
- Bug where ad4m would not be killed correctly in production MacOS
- Links in gitbook opening in the electron browser window (now opens in default browser)
Security
Release v0.2.6
[0.2.6] - 07/10/2021
Added
- Confirm modal when cleaning state
Changed
Deprecated
Removed
- Windows build
- Apollo composable dependency
- Old database perspective that was created on user signup
- Expression UI caching when joining or creating a community
Fixed
- Language language throwing error in production
- Service worker load error on mac in production
- Correctly init main neighbourhood as home channel when joining a channel
- Added membrane root value on neighbourhood when creating and joining a neighbourhood
Security
Release v0.2.5
[0.2.5] - 06/10/2021
Added
- Windows build support
Changed
- Holochain upgraded to version 109
- Base social-context that is created when creating a community is now also used as the link store for the home channel
Deprecated
Removed
Fixed
Security
Release v0.2.4
[0.2.4] - 01/10/2021
Added
Changed
Deprecated
Removed
- Vulnrability warning when joining a community
Fixed
- More ad4m-executor quit calls on sigint's and other application close events to fix ipfs.lock issues
- Allow insecure requests in language due to ssl errors on language language API
Security
Release v0.2.3
[0.2.3] - 30/09/2021
Added
- Added button to copy logs to desktop inside settings -> privacy to allow for easier error reporting
- Deadlock on channel worker to avoid duplicate channels being added
Changed
- Set no-cache headers in polling worker gql requests
- Added static sleep for polling on link expressions and chat expressions
Deprecated
Removed
Fixed
- Fixed bug where batched grabbed expressions returning null would break store mutation
- Logs when starting app cleaned up
Security
Release v0.2.2
[0.2.2] - 28/09/2021
Added
- Language signature verification to fix remote code exec vulnrability on ad4m!
- Now save trusted ad4m agents to allow for verification of languages to be installed by ad4m
Changed
- Chat messages from retrieved links are now loaded in bulk, improves performance and UX
- Holochain updated to version 107
- Centralized language language version used to avoid gossip problems on
Deprecated
Removed
Fixed
Security
Release v0.1.9
[0.1.9] - 30/06/2021
Added
- Mentions feature in channel view!
- Profile card on mention click
Changed
- Holochain now built from source in CI to ensure that binaries will work on systems without nix installed!
- Default channel renamed
Deprecated
Removed
Fixed
- Junto elements now being imported from npm vs in index.html
- Editor cleaned on enter press
Security
Release v0.1.8
[0.1.8] - 29/06/2021
Added
- Identicon derived from DID as default client side profile picture for users without profile picture uploaded
- When app is closed it will arrive in the system tray to allow for continued running of holochain and app experience
Changed
Deprecated
Removed
Fixed
- Fixed file checking for copying lair-keystore in copy-hc script for darwin target
Security
Release v0.1.7
[0.1.7] - 28/06/2021
Added
Changed
- We now await loadUrl in prod once window is ready to serve UI
- Code to start update search in background.ts not starts after user has logged in to ensure win is defined when update callbacks are called
Deprecated
Removed
Fixed
- Ad4m now waits for holochain & lair to emit ready signals before returning from runHolochain function
- Update profile will now correctly update the cache after updating
- Notfication would sometimes be sent if channel was muted
Security
Release v0.1.6.hotfix
hotfix