Skip to content

Commit

Permalink
Release v2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trygveaa committed Aug 24, 2023
1 parent a93a154 commit 2443952
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion wee_slack.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@

SCRIPT_NAME = "slack"
SCRIPT_AUTHOR = "Trygve Aaberge <trygveaa@gmail.com>"
SCRIPT_VERSION = "2.9.1"
SCRIPT_VERSION = "2.10.0"
SCRIPT_LICENSE = "MIT"
SCRIPT_DESC = "Extends WeeChat for typing notification/search/etc on slack.com"
REPO_URL = "https://github.com/wee-slack/wee-slack"
Expand Down

0 comments on commit 2443952

Please sign in to comment.