diff options
author | Michael Vetter <jubalh@iodoru.org> | 2021-09-28 19:48:42 +0200 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2021-09-28 19:48:42 +0200 |
commit | e6f96cd7d736945a2f8db320f898bd51db364b8a (patch) | |
tree | b5b86c38bacc93a1b35ca07c201c9bb147b8c66d /CHANGELOG | |
parent | 8e43ab05da627c7359937e7ac8a4c2521c891766 (diff) | |
download | profani-tty-e6f96cd7d736945a2f8db320f898bd51db364b8a.tar.gz |
Release 0.11.1
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 15ae4229..c78c8f13 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,20 @@ +0.11.1 (2021-09-28) +===== + +5 people contributed to this bugfix release: @a1346054, @d3npa, @paulfariello, @pasis and @jubalh. + +Changes: +- Fix typo in `shade` color theme (#1579) +- Fix memory leaks (#1583) (#1584) (#1585) +- Fix buffer overread (#1586) +- Don't handle /me in the middle of a message with mentions (#1586) +- Explicitly check for curl version (#1581) +- Fix OMEMO devicelist access model by reconfiguring it (#1538) (#1591) +- Cosmetic cleanup (#1593) +- Change attentionflag shortcut from alt-f to alt+v (#1580) +- Update man page and /help information +- Enable whole word only notifications by default (#1578) + 0.11.0 (2021-07-14) ===== |