converse-desktop/CHANGES.md

51 lines
1.5 KiB
Markdown
Raw Normal View History

2020-06-16 21:42:03 +00:00
## 0.1.55 (2020-06-17)
2020-06-16 21:34:45 +00:00
- Fix Chimeverse fails to load due to missing locale files [#24](https://github.com/nick-denry/Chimeverse/issues/24)
- Added websocket connection to the login form [#18](https://github.com/nick-denry/Chimeverse/issues/18)
- Generate random xmpp resource only if no resource provided at all
- Added debug item to the help menu
2020-05-28 16:17:02 +00:00
## 0.1.54 (2020-05-28)
2020-05-28 16:40:54 +00:00
- Fix for interrupting macOS shutdown with minimizeOnClose setting enabled
- Added tray icons for macOS dark mode
- macOS tray icons improved
2020-05-28 16:17:02 +00:00
- Display menu items according to typical usability for each platform
2020-05-28 16:40:54 +00:00
- Added restart action to the settings dialog
2020-05-28 16:17:02 +00:00
2020-05-18 15:02:43 +00:00
## 0.1.53 (2020-05-18)
- Improved tray icons for each platform
- Improved login process stability
- Auto-generate an unique xmpp resource id for each Chimeverse instance
2020-05-18 19:31:02 +00:00
- Settings param for use OMEMO by default if available
2020-05-18 15:02:43 +00:00
- Display a notification for a new release available
2020-05-12 18:11:04 +00:00
## 0.1.52 (2020-05-12)
- Display notifications only for recieved messages (not contact typing, services messages, etc.)
2020-05-13 12:24:38 +00:00
- Open chat with unreaded message by clicking tray icon
- Added settings dialog
2020-05-12 18:11:04 +00:00
- Run minimized to tray
2020-05-13 12:24:38 +00:00
- Minimize window to tray instead of closing
2020-05-12 18:11:04 +00:00
- Preserve window position
- Preserve window size
2020-05-13 12:24:38 +00:00
- Allow or disallow Converse.js server bookmarks
- Added about dialog
2020-05-12 18:11:04 +00:00
2019-04-29 00:48:00 +00:00
## 0.0.16 (2019-04-29)
2019-04-29 00:57:07 +00:00
- Add app menu items for reconnect and force logout
2019-04-29 00:48:00 +00:00
2019-04-29 01:09:44 +00:00
2019-04-26 22:06:31 +00:00
## 0.0.15 (2019-04-26)
- Bugfix: Open external links with system default browser
- Add copy & paste support via menu
- Remove debug calls
## 0.0.14 (2019-04-26)
2020-05-18 19:31:02 +00:00
- Initial release