diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 03d9593..44b4d5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,36 @@ # Changelog +## 2.10.0 (2023-08-24) + +### WeeChat compatibility + +- Support multiline rendering in WeeChat >= 4.0.0. + +### Features + +- Display link to join huddle when started (PR #885). +- Support Chromium, Chrome and Firefox snap in `extract_token_from_browser.py` (PR #884). +- Detect default Firefox profile in `extract_token_from_browser.py` (PR #887). +- Support specifying profile to use in `extract_token_from_browser.py` (PR #884, PR #887). +- Read new local storage format for Firefox in `extract_token_from_browser.py` (PR #887). +- Automatically enable emoji/usergroups completion. +- Add info to get contents of a message (fixes #889). +- Filter channel list based on regular expression (PR #896). + +### Bug fixes + +- Support `/msg *` in thread buffers (fixes #888). +- Improve rendering of messages by using the `rich_text` block (fixes #354, fixes #550, fixes #893). + +### Slack API changes + +- Fix showing origin channel in previews of Slack messages when a message is linked after it was broken by an API change. + +### Other changes + +- Include a space between nicks in reaction string. +- Update Dockerfile to use XDG directories (PR #894). + ## 2.9.1 (2022-10-30) ### WeeChat compatibility |