snac2/RELEASE_NOTES.md

40 lines
1.2 KiB
Markdown
Raw Normal View History

2022-10-03 21:26:03 +03:00
# Release Notes
2022-10-07 20:08:09 +03:00
## 2.03
2022-10-10 19:09:02 +03:00
Notes can now attach images and other media. The web interface still limits this feature to only one attachment (given by URL, so the file must have been uploaded elsewhere).
2022-10-10 10:09:19 +03:00
Videos attached to notes are now shown.
2022-10-07 20:08:09 +03:00
A small set of ASCII emoticons are translated to emojis.
2022-10-10 10:09:19 +03:00
The new (optional) server configuration directive, `disable_cache`, disables the caching of timeline HTML output if set to `true` (useful only for debugging, don't use it otherwise).
2022-10-07 19:00:31 +03:00
## 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.
2022-10-03 21:26:03 +03:00
## 2.01
This is the first public release of the 2.x branch.