aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorTrygve Aaberge <trygveaa@gmail.com>2023-01-12 21:33:53 +0100
committerTrygve Aaberge <trygveaa@gmail.com>2023-01-12 21:33:53 +0100
commit7cb730861db2c27cd285fc34a396fc63f6e6270c (patch)
tree2b5018c3e659c9dceda56cdffbfffd925d2dd505 /CHANGELOG.md
parent6214c87ea5d81f773a34bd1dfaa333d5c3e12004 (diff)
downloadwee-slack-7cb730861db2c27cd285fc34a396fc63f6e6270c.tar.gz
Capitalize WeeChat correctly in the docs
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b1969b3..03d9593 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -172,7 +172,7 @@ Note that you need to update the `weemoji.json` file when upgrading to this vers
## 2.4.0 (2020-01-16)
- Support regex flags i, m and s for message edits.
-- Allow %h (weechat home) replacement in download_location (PR #690).
+- Allow %h (WeeChat home) replacement in download_location (PR #690).
- Render "by invitation from" before reactions.
- The command `/slack status` now prints the status if no arguments are given. Pass `-delete` to unset the status (fixes #574).
- Add completion for channel names (fixes #235).
@@ -217,7 +217,7 @@ Note that you need to update the `weemoji.json` file when upgrading to this vers
- Add option `files_download_location` to download uploaded files automatically (fixes #562, PR #666).
- Add option `show_buflist_presence` to show/hide presence from buflist (PR #558).
- Add command `/help` and add descriptions for all commands (fixes #363).
-- Remove command `/leave` (weechat aliases it to `/part` by default so we don't need to implement it specifically).
+- Remove command `/leave` (WeeChat aliases it to `/part` by default so we don't need to implement it specifically).
- Remove command `/slack p` (only used for debugging).
- Remove command `/slack openweb`, use `/slack linkarchive` instead.
- Make command `/thread` open last thread in channel when called without arguments (PR #677).