From d05018857b23a0f61833a55d0697a17199fd71ec Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Fri, 7 Feb 2020 21:46:16 +0100 Subject: [PATCH] Update changelog for 0.8.1 --- CHANGELOG | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 9019e915..dbe51170 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,18 @@ +0.8.1 (2020-02-07) +===== + +This is a bugfix release. + +If you like Profanity, please consider donating: https://profanity-im.github.io/donate.html + +Changes: + +- Fix ending ncurses colors in rosterwin +- Fix segfault when consistent nick colors where never in config (#1236) +- Improve `/clear` behaviour to also clear the buffer. So a redraw doesn't bring + the content back. +- Use unique IDs in stanzas when requesting avatars + 0.8.0 (2020-02-03) ===== @@ -7,8 +22,6 @@ On 2012-02-02 the first commit to Profanity was done by @boothj5. This release has 315 commits since the last release. 11 people contributed code to it: @paulfariello, @svensp, @aaptel, @aszlig, @mdosch, @pasis, @mzagozen, @quite, @weiss, @Misaflo and @jubalh. -If you like Profanity, please consider donating: https://profanity-im.github.io/donate.html - Changes: - OMEMO fingerprint autocompletion now considers only the contact in question (@paulfariello) (#1068)