diff options
| author | 2024-05-25 08:05:36 +0000 | |
|---|---|---|
| committer | 2024-05-25 08:05:36 +0000 | |
| commit | 84a767dd0878013194ed7551b5ae6ef715e841a6 (patch) | |
| tree | 9fb1b2b89e0bfbb4b8bf1e85d840c8653e646bb7 /RELEASE_NOTES.md | |
| parent | Prevent some browsers from caching servers basic auth request (diff) | |
| parent | Backport from xs (fix regex.h compilation with tcc). (diff) | |
| download | snac2-84a767dd0878013194ed7551b5ae6ef715e841a6.tar.gz snac2-84a767dd0878013194ed7551b5ae6ef715e841a6.tar.xz snac2-84a767dd0878013194ed7551b5ae6ef715e841a6.zip | |
Merge pull request 'master' (#1) from grunfink/snac2:master into master
Reviewed-on: https://codeberg.org/louis77/snac2/pulls/1
Diffstat (limited to 'RELEASE_NOTES.md')
| -rw-r--r-- | RELEASE_NOTES.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index f82e722..cea217a 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md | |||
| @@ -1,9 +1,29 @@ | |||
| 1 | # Release Notes | 1 | # Release Notes |
| 2 | 2 | ||
| 3 | ## 2.53 | ||
| 4 | |||
| 5 | New user feature to search by post content (using regular expressions) or tag. | ||
| 6 | |||
| 7 | Added some (partial) support for `Event` object types. | ||
| 8 | |||
| 9 | Minor fixes: Allow unboosting your own posts (contributed by khm), CSS fixes for the Dillo browser (contributed by kvibber). | ||
| 10 | |||
| 3 | ## 2.52 | 11 | ## 2.52 |
| 4 | 12 | ||
| 5 | Posts that were liked or boosted can now be unliked and unboosted. | 13 | Posts that were liked or boosted can now be unliked and unboosted. |
| 6 | 14 | ||
| 15 | Outgoing message timeouts are no longer hardcoded and can be configured (see `snac(8)` for more information). | ||
| 16 | |||
| 17 | Fixed a bug that caused some incorrect unfollows under special conditions (with shared inboxes enabled and users from the same instance that follow each other, the internal message distributor was confused). | ||
| 18 | |||
| 19 | Mastodon API: Added support for lists. | ||
| 20 | |||
| 21 | Added a header to avoid over-zealous caching in some browsers (contributed by louis77). | ||
| 22 | |||
| 23 | Added support for running and federating inside hidden networks like Tor, I2P or Loki (contributed by iwojima). | ||
| 24 | |||
| 25 | Fixed an error processing polls coming from Pleroma instances. | ||
| 26 | |||
| 7 | ## 2.51 | 27 | ## 2.51 |
| 8 | 28 | ||
| 9 | Support for custom Emojis has been added; they are no longer hardcoded, but read from the `emojis.json` file at the server base directory. Also, they are no longer limited to string substitutions, but images as external URLs are also supported (see `snac(8)` for more information). | 29 | Support for custom Emojis has been added; they are no longer hardcoded, but read from the `emojis.json` file at the server base directory. Also, they are no longer limited to string substitutions, but images as external URLs are also supported (see `snac(8)` for more information). |