|
1 | 1 | # Zulip-terminal Changelog
|
2 | 2 |
|
3 |
| -## Next Release |
| 3 | +## 0.5.2 - 30 July 2020 |
4 | 4 |
|
5 |
| -No changes yet! |
| 5 | +This release contains the first batch of changes from this year's GSoC students, among other contributors - we're keen to get this out and let you have the improvements available! |
| 6 | + |
| 7 | +### SECURITY NOTICE |
| 8 | +This release fixes two security issues, so we strongly recommend upgrading immediately. |
| 9 | + |
| 10 | +Note that notifications while running in WSL are temporarily removed in this release due to this. |
| 11 | + |
| 12 | +### HIGHLIGHTS |
| 13 | +- Links in messages are now shown more clearly with numeric references, with URLs as optional footnotes ('footlinks') and in the message information popup (#703/#618/#735) |
| 14 | +- Typeahead/autocomplete suggestions are now shown dynamically in the footer (#540) |
| 15 | +- The previous stream description popup can now be used to adjust stream properties (muting, pinning) (#695) |
| 16 | +- An About popup was added to check application and server versions while running (#653/#616) |
| 17 | +- Stream search and typeahead suggestions are ordered consistently, based on pinning and word sorting (#530) |
| 18 | +- Messages from the server due to user-triggered interactions that fail are reported in the footer (#714/#427) |
| 19 | +- Popup notifications for streams respect the desktop-notifications setting (#669) |
| 20 | + |
| 21 | +### Interactivity improvements |
| 22 | +- Messages are not marked as read while browsing through messages resulting from a search (#624/#723) |
| 23 | +- On searching with no search text, exit search and focus on the list below (don't perform an empty search) (#551) |
| 24 | +- Require <kbd>esc</kbd> to exit message compose box - avoiding loss of draft upon clicking elsewhere (#720/#652) |
| 25 | +- Autocomplete now triggers correctly with leading text (including parentheses), eg `(#str` (#542) |
| 26 | + |
| 27 | +### Visual improvements |
| 28 | +- Pinned and unpinned streams are shown with a separator while searching (#577) |
| 29 | +- Message reactions are shown clearer in the message information popup (#659) |
| 30 | +- Links within messages are listed in the message information popup, above reactions (#708) |
| 31 | + |
| 32 | +### Important bugfixes |
| 33 | +- Fixed crash on startup, related to looking up unsubscribed streams with unread counts (#694/#706) |
| 34 | +- Fixed crash when trying to send private message from user list (#677) |
| 35 | +- Fix security issue due to limited quote escaping in notifications |
| 36 | +- Fix security issue when running in profiling mode (fixed filename in /tmp) |
| 37 | +- Upgraded dependencies, leading to fix for color support in mosh & urxvt (via urwid 2.1.1) |
| 38 | +- Ensure recipient headers are shown in narrow message view (#671/#672) |
| 39 | +- Unread counts and message updating continue to be improved (#711/#697/#696) |
| 40 | + |
| 41 | +### Infrastructure improvements |
| 42 | +- Known working terminal emulators added to `FAQ.md` - moved from `README` into `docs/` (#689) |
6 | 43 |
|
7 | 44 | ## 0.5.1 - 13 May 2020
|
8 | 45 |
|
|
0 commit comments