diff options
author | default <nobody@localhost> | 2022-10-07 18:00:31 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2022-10-07 18:00:31 +0200 |
commit | a366ca3e44c30b6daca3f41584c18920d1ca1f89 (patch) | |
tree | c1e188a67ddc7853a4a7e72cf18cfb2ee811b9d4 /RELEASE_NOTES.md | |
parent | 8ffeab7884820ce410a23464038e6b4a2721a54a (diff) |
Updated RELEASE_NOTES.
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index c657cd0..a462a07 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,29 @@ # Release Notes +## 2.02 + +Fixed a bug that caused empty actor names look like crap. + +Fixed a severe bug in number parsing and storage. + +Children entries are not indented further than 4 levels, so that fucking Twitter-like threads are readable. + +Added some asserts for out-of-memory situations. + +The publication timestamp only shows the date, so timezone configuration and conversion is no longer an issue. + +The reply textareas are pre-filled with the user ids mentioned in the message. + +Fixed bug in the web command `Boost (by URL)`. + +New command-line option `purge`. + +Fixed a null-termination bug in Basic Authentication parsing. + +Updated documentation. + +New systemd and OpenBSD startup script examples in the examples/ directory. + ## 2.01 This is the first public release of the 2.x branch. |