diff options
| -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 @@ | |||
| 1 | # Release Notes | 1 | # Release Notes |
| 2 | 2 | ||
| 3 | ## 2.02 | ||
| 4 | |||
| 5 | Fixed a bug that caused empty actor names look like crap. | ||
| 6 | |||
| 7 | Fixed a severe bug in number parsing and storage. | ||
| 8 | |||
| 9 | Children entries are not indented further than 4 levels, so that fucking Twitter-like threads are readable. | ||
| 10 | |||
| 11 | Added some asserts for out-of-memory situations. | ||
| 12 | |||
| 13 | The publication timestamp only shows the date, so timezone configuration and conversion is no longer an issue. | ||
| 14 | |||
| 15 | The reply textareas are pre-filled with the user ids mentioned in the message. | ||
| 16 | |||
| 17 | Fixed bug in the web command `Boost (by URL)`. | ||
| 18 | |||
| 19 | New command-line option `purge`. | ||
| 20 | |||
| 21 | Fixed a null-termination bug in Basic Authentication parsing. | ||
| 22 | |||
| 23 | Updated documentation. | ||
| 24 | |||
| 25 | New systemd and OpenBSD startup script examples in the examples/ directory. | ||
| 26 | |||
| 3 | ## 2.01 | 27 | ## 2.01 |
| 4 | 28 | ||
| 5 | This is the first public release of the 2.x branch. | 29 | This is the first public release of the 2.x branch. |