diff options
| author | 2025-01-05 16:55:48 +0100 | |
|---|---|---|
| committer | 2025-01-05 16:55:48 +0100 | |
| commit | 10d0acc6550de3113f4fbceda6b556d8898e8ea9 (patch) | |
| tree | c23bd19a89ac51e03aea6bb00e5a31ac79042d33 | |
| parent | New configuration directive "max_public_entries". (diff) | |
| download | penes-snac2-10d0acc6550de3113f4fbceda6b556d8898e8ea9.tar.gz penes-snac2-10d0acc6550de3113f4fbceda6b556d8898e8ea9.tar.xz penes-snac2-10d0acc6550de3113f4fbceda6b556d8898e8ea9.zip | |
Updated RELEASE_NOTES.
| -rw-r--r-- | RELEASE_NOTES.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index dd52041..f319a91 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md | |||
| @@ -20,6 +20,8 @@ Mastodon API: more timeline paging tunings (contributed by nowster), post langua | |||
| 20 | 20 | ||
| 21 | The command-line operation `note` new reads the `LANG` environment variable to set the post's language. | 21 | The command-line operation `note` new reads the `LANG` environment variable to set the post's language. |
| 22 | 22 | ||
| 23 | The maximum number of entries in users' RSS feed and in outboxes can now be set via the `max_public_entries` variable in the `server.json` file. | ||
| 24 | |||
| 23 | Fixed support for `Audio` objects. | 25 | Fixed support for `Audio` objects. |
| 24 | 26 | ||
| 25 | Made xmpp and mailto URLs clickable. | 27 | Made xmpp and mailto URLs clickable. |