|
1 | 1 | # Zulip-terminal Changelog
|
2 | 2 |
|
3 |
| -## Next Release |
| 3 | +## 0.5.1 - 13 May 2020 |
4 | 4 |
|
5 |
| -No changes yet! |
| 5 | +While not composed of as many significant changes as 0.5.0, this is a meaningful release focusing on message and UI improvements - enjoy! |
| 6 | + |
| 7 | +### HIGHLIGHTS |
| 8 | +- Lists in messages are displayed much more compactly, represent bulleted and numbered styles accurately, and indent appropriately for nested lists! |
| 9 | +- Reactions are rendered more accurately and consistently, and are styled differently if you've reacted |
| 10 | +- Bars adjacent to topic names and private message recipients are colored appropriately and thinner |
| 11 | +- Theme names have changed to *zt_dark*, *zt_light*, *zt_blue* and *gruvbox_dark* (**NOTE** old names will continue working for now) |
| 12 | +- Default (now *zt_dark*) theme colors should work more reliably across terminals |
| 13 | +- Support for color depths other than the previous 256-color mode, including a polished monochrome mode, with new '--color-depth' option |
| 14 | +- Stream/topic/user searches are clearly marked when they are in effect, in line with message search |
| 15 | + |
| 16 | +### Interactivity improvements |
| 17 | +- Move focus fully into topic search box before entering text (don't leave topic selected) |
| 18 | +- After topic search, return to previously selected topic |
| 19 | +- Clearly indicate when a stream/topic/user search is in effect, in line with message search |
| 20 | + |
| 21 | +### Visual improvements |
| 22 | +- Use bullet characters for unordered lists, in place of stars |
| 23 | +- Render numbered lists fully and according to Zulip style (previously rendered as bulleted lists) |
| 24 | +- Support nested lists (bulleted and numbered) |
| 25 | +- Style reaction counts which include yourself differently (inverted colors, typically) |
| 26 | +- Sort reactions alphabetically for consistency |
| 27 | +- Support color depths other than 256-colors; try --color-depth=1 for a retro, high-constrast experience! |
| 28 | +- Improve specificity of colors in default theme, enhancing rendering and consistency in 256 color mode |
| 29 | +- Use triangle symbol (▶) to separate streams and topics, instead of simply '>' |
| 30 | +- The 'bar' extending from topics or private message recipients is now thinner and colored if a stream |
| 31 | + |
| 32 | +### Important bugfixes |
| 33 | +- If notifications are enabled but the external script was not found, cleanly warn the user just once per session and avoid showing a traceback over the screen |
| 34 | +- Names of reactions and inline emoji for the same icon could be different - use emoji list from Zulip server to unify them and remove dependency on emoji package |
| 35 | +- Remove extra newlines present in lists, improving rendering and leading to better use of screen space |
| 36 | + |
| 37 | +### Infrastructure improvements |
| 38 | +- Improve Installation/Running/Configuration in README, including noting how to run a snapshot of the current development version, and that we have Dockerfiles |
| 39 | +- Lint locally and in CI using flake8 (instead of pycodestyle), with continuation & quotes plugins, enforcing stricter, clearer rules on code style |
| 40 | +- Tidy code using pyupgrade |
6 | 41 |
|
7 | 42 | ## 0.5.0 - 16 April 2020
|
8 | 43 |
|
|
0 commit comments