Releases: element-hq/chatterbox
Releases · element-hq/chatterbox
v0.5.2
What's Changed
- Don't login after registration by @MidhunSureshR in #97
- Add aria label for the start button by @johan-smits in #93
New Contributors
- @johan-smits made their first contribution in #93
Full Changelog: v0.5.1...v0.5.2
v0.5.1
What's Changed
- Add title and screenshot by @Half-Shot in #75
- Instructions for setting up your homeserver by @Half-Shot in #77
- ComposerViewModel may be undefined by @MidhunSureshR in #82
- Elaborate on what the "disable_composer_until_operator_join" option does by @MidhunSureshR in #84
- Add ability to export logs from the console by @MidhunSureshR in #87
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- Pre release maintenance by @MidhunSureshR in #64
- Add support for disabling the composer until operator joins by @MidhunSureshR in #65
- Update default chatterbox link by @turt2live in #67
- Prevent users from redacting messages sent by the operator by @MidhunSureshR in #71
- Show tile when user leaves rooms by @MidhunSureshR in #72
Full Changelog: v0.4.2...v0.5.0
V0.4.2
v0.4.1
What's Changed
- Uses better logic for finding previously created room; fixes the issue where CB keeps spawning new rooms when the initially created room is not a DM.
Full Changelog: v0.4.0...v0.4.1
Release v0.4.0
What's Changed
- Upgrade to the latest and mightiest vite!
- Branding in the footer is now clickable. The links can be configured via config.json.
- Add sentry support by @Half-Shot in #53.
- Show a spinner within the button when waiting for chatterbox to complete its magic.
- Add cypress tests by @Half-Shot in #50.
- Fix for a bug where the avatars for other users were missing.
- Upgrade to latest hydrogen sdk, fixes #54
Full Changelog: v0.3.2...v0.4.0
v0.3.2
Release v0.3.1
- Fixes a race issue
- Avatar by default shows no letter on background
- You can now specify a custom avatar for the user in config!
v0.3.0
What's Changed
- Rooms are now encrypted if
encrypt_room
is set to true in config. - Room header no longer defaults to showing the room-name if a custom title is not specified.
- Messages from the user now render with their display-name set to "me" (as opposed to their random username).
- Unnecessary tiles in the timeline are now hidden!
- Chatterbox now ✨disappears✨ in the event of an error.
- Chatterbox button now shows the unread-count!
- Upgrade to latest SDK which includes two important bug fixes.
v0.2.3
What's Changed
- add link to config format description by @bwindels in #20
- Add a nginx config file which includes the required cors headers by @Half-Shot in #25
- Add docker CI build step by @Half-Shot in #29
- Refactor codebase by @MidhunSureshR in #31
- Upgrade to latest sdk by @MidhunSureshR in #32
- Select first flow that contains no unsupported stage during registration by @MidhunSureshR in #33
Full Changelog: v0.2.2...v0.2.3