All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
0.1.0 - 2018-07-02
- Adjust api responses to adapt latest changes. #5
- Upgraded deps to
@realmq/[email protected]
,@realmq/[email protected]
. #5
- Add support for using the app on custom realmq instance by setting
REALMQ_HOST
env var.
0.1.0-alpha7 - 2018-06-29
- Fix missing chats in chat list. All chats will be loaded now.
0.1.0-alpha6 - 2018-06-28
- Fix flickering of agent view if two or more are open in parallel caused by permanent reconnect. Each agent view will now generate a new auth token.