diff options
| -rw-r--r-- | RELEASE_NOTES.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 5c8bd75..f0ec604 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md | |||
| @@ -4,15 +4,15 @@ | |||
| 4 | 4 | ||
| 5 | Added more aggressive caching to timelines and history files. | 5 | Added more aggressive caching to timelines and history files. |
| 6 | 6 | ||
| 7 | Show inline `Link` objects that are image, audio or video media. | 7 | Show `Link` objects that are image, audio or video media as if they were attachments. |
| 8 | 8 | ||
| 9 | The history in the public page is returned in reverse chronological order. | 9 | The history at the end of the public page is listed in reverse chronological order. |
| 10 | 10 | ||
| 11 | Mastodon API: minor fixes. | 11 | Mastodon API: minor fixes. |
| 12 | 12 | ||
| 13 | Be more strict when serving note objects. | 13 | Be more strict when serving note objects. |
| 14 | 14 | ||
| 15 | Additional HTTP headers can be added to the response by filling the `http_headers` object to the `server.json` configuration file. | 15 | Additional HTTP response headers can be defined by adding an `http_headers` object with header/content pairs into the `server.json` configuration file. |
| 16 | 16 | ||
| 17 | If you hover the mouse pointer over a vote option in a pool, the current count (as per the last update) is shown. This may be considered cheating in some cases, so try to be honest (or not). | 17 | If you hover the mouse pointer over a vote option in a pool, the current count (as per the last update) is shown. This may be considered cheating in some cases, so try to be honest (or not). |
| 18 | 18 | ||