diff options
Diffstat (limited to 'RELEASE_NOTES.md')
| -rw-r--r-- | RELEASE_NOTES.md | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 6b52712..f272f5c 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md | |||
| @@ -1,5 +1,37 @@ | |||
| 1 | # Release Notes | 1 | # Release Notes |
| 2 | 2 | ||
| 3 | ## 2.52 | ||
| 4 | |||
| 5 | Posts that were liked or boosted can now be unliked and unboosted. | ||
| 6 | |||
| 7 | Added a header to avoid over-zealous caching in some browsers (contributed by louis77). | ||
| 8 | |||
| 9 | ## 2.51 | ||
| 10 | |||
| 11 | 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). | ||
| 12 | |||
| 13 | Fixed a bug that caused some notifications to be lost when coming from a user in the same instance. | ||
| 14 | |||
| 15 | Added an additional check for blocked instances (sometimes, posts from blocked sites that were ancestors of legit posts were 'leaking' into the timeline). | ||
| 16 | |||
| 17 | On OpenBSD, if the `disable_email_notifications` server flag is set to `true`, `unveil()` is not called for the execution of the `/usr/sbin/sendmail` binary and `pledge()` doesn't set the `exec` promise. | ||
| 18 | |||
| 19 | ## 2.50 | ||
| 20 | |||
| 21 | Incoming posts can now be filtered out by content using regular expressions on a server level (these regexes are written in the `filter_reject.txt` file at the server base directory; see `snac(5)` and `snac(8)`). | ||
| 22 | |||
| 23 | Improved page position after hitting the `Hide` or `MUTE` buttons (for most cases). | ||
| 24 | |||
| 25 | Use a shorter maximum conversation thread level (also, this maximum value is now configurable at compilation level with the `MAX_CONVERSATION_LEVELS` define). | ||
| 26 | |||
| 27 | Fixed a bug where editing a post made the attached media or video to be lost. | ||
| 28 | |||
| 29 | The way of refreshing remote actor data has been improved. | ||
| 30 | |||
| 31 | Posting from the command-line now allows attachments. | ||
| 32 | |||
| 33 | Added defines for time to enable MacOS builds (contributed by andypiper). | ||
| 34 | |||
| 3 | ## 2.49 | 35 | ## 2.49 |
| 4 | 36 | ||
| 5 | Mastodon API: Fixed a bug in how validated links are reported. | 37 | Mastodon API: Fixed a bug in how validated links are reported. |