Skip to content

Commit f9d3e82

Browse files
committed
version/CHANGELOG/FAQ: Update to indicate new 0.5.2 release.
1 parent ea8321d commit f9d3e82

File tree

3 files changed

+42
-3
lines changed

3 files changed

+42
-3
lines changed

CHANGELOG.md

Lines changed: 39 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,45 @@
11
# Zulip-terminal Changelog
22

3-
## Next Release
3+
## 0.5.2 - 30 July 2020
44

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)
643

744
## 0.5.1 - 13 May 2020
845

docs/FAQ.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ for it mentioning your terminal name, version, and OS.
5454

5555
Links that don't fit on one line are cropped with an ellipsis in the footlinks, since typically they are not recognized as a link across multiple lines in terminal emulators, copy/pasting can be challenging, and this also saves screen real estate. However, they will become visible with each message if you can widen your terminal window, and they're rendered completely in the Message Information view (see also [#622](https://www.github.com/zulip/zulip-terminal/issues/622)).
5656

57+
**NOTE** Footlinks, ie. footnotes in messages showing the targets of links, exist in release 0.5.2 onwards.
58+
5759
## Mouse does not support *performing some action/feature*
5860

5961
We think of Zulip Terminal as a keyboard-centric client. Consequently, while functionality via the mouse does work in places, mouse support is not currently a priority for the project (see also [#248](https://www.github.com/zulip/zulip-terminal/issues/248)).

zulipterminal/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ZT_VERSION = '0.5.1+git'
1+
ZT_VERSION = '0.5.2'
22

33
SUPPORTED_SERVER_VERSIONS = [
44
('2.1', None),

0 commit comments

Comments
 (0)