1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-16 21:35:24 +00:00

Update changelog for 0.8.1

This commit is contained in:
Michael Vetter 2020-02-07 21:46:16 +01:00
parent ce48525e99
commit d05018857b

View File

@ -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)