diff options
| -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 | 2 | ||
| 3 | ## 2.03 | 3 | ## 2.03 |
| 4 | 4 | ||
| 5 | Notes can now attach images and other media. The web interface still limits this feature to only one attachment (given by URL). | ||
| 6 | |||
| 7 | Videos attached to notes are now shown. | ||
| 8 | |||
| 5 | A small set of ASCII emoticons are translated to emojis. | 9 | A small set of ASCII emoticons are translated to emojis. |
| 6 | 10 | ||
| 11 | 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). | ||
| 12 | |||
| 7 | ## 2.02 | 13 | ## 2.02 |
| 8 | 14 | ||
| 9 | Fixed a bug that caused empty actor names look like crap. | 15 | Fixed a bug that caused empty actor names look like crap. |