Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.3 KB

CHANGELOG.md

File metadata and controls

39 lines (20 loc) · 1.3 KB

[unreleased]

  • Running Chromatic tests for forked PRs

[2.0.0-alpha.11]

  • Customize Launch Screen on iOS

  • Suspends certain websocket events until backend becomes fully operative (faster and dumber frontend).

  • Replaced greying out inputs with splash screen on joining/creating screens.

  • Fixes empty space between chat's input and a soft keyboard on iOS devices.

  • Changed registration process - user connects to the libp2p network directly instead of using registrar. Invitation link format changed. User csr is now saved to database.

  • Fixed android stucking on username registration screen introduced in previous alpha.

  • Added creator username to initial channel message.

  • Fixed bug with changing joining community/create community screens with required field.

  • Fixed bug with displaying incorrect default settings tab.

  • Replaced source of publicKey in sendMessage saga to CSR

  • Labels for unregistered and duplicate usernames with modals

  • Fixed LoadingPanel useEffect bug.

  • Use csrs instead of certificates as a source of user data

  • Integration state manager layer with UI layer(desktop and mobile)

  • Clarify autoupdate language in update modal to let users know that the app will update on restart.

  • C4 for Quiet architecture. Context and Container diagrams.

  • Invite tab as default in settings