diff options
author | default <nobody@localhost> | 2022-10-10 09:09:19 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2022-10-10 09:09:19 +0200 |
commit | ec73ef0bda1bbd4276aebcdb3a4500494efef3a2 (patch) | |
tree | d0e8e14bcd62d60f103855163a3e867989360ccb | |
parent | 556517ab5403701ff3617049b6a2df1dc7cccb31 (diff) |
Updated RELEASE_NOTES.
-rw-r--r-- | RELEASE_NOTES.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index d8d838d..c58e5d4 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,8 +2,14 @@ ## 2.03 +Notes can now attach images and other media. The web interface still limits this feature to only one attachment (given by URL). + +Videos attached to notes are now shown. + A small set of ASCII emoticons are translated to emojis. +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). + ## 2.02 Fixed a bug that caused empty actor names look like crap. |