diff options
| author | 2024-03-12 10:14:09 +0100 | |
|---|---|---|
| committer | 2024-03-12 10:14:09 +0100 | |
| commit | 866dec0e8c1ee0189308dbe80bba4e3c387cac7f (patch) | |
| tree | fffe5c4d758c47141021db1d7eb6cb7137eee8a7 | |
| parent | Some formatting tweaks. (diff) | |
| download | snac2-866dec0e8c1ee0189308dbe80bba4e3c387cac7f.tar.gz snac2-866dec0e8c1ee0189308dbe80bba4e3c387cac7f.tar.xz snac2-866dec0e8c1ee0189308dbe80bba4e3c387cac7f.zip | |
Updated RELEASE_NOTES.
| -rw-r--r-- | RELEASE_NOTES.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 6b52712..14e00ae 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md | |||
| @@ -1,5 +1,15 @@ | |||
| 1 | # Release Notes | 1 | # Release Notes |
| 2 | 2 | ||
| 3 | ## 2.50 | ||
| 4 | |||
| 5 | 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(8)`). | ||
| 6 | |||
| 7 | Improved page position after hitting the `Hide` or `MUTE` buttons (for most cases). | ||
| 8 | |||
| 9 | Use a shorter maximum conversation thread level (also, this maximum value is now configurable at compilation level with the `MAX_CONVERSATION_LEVELS` define). | ||
| 10 | |||
| 11 | Added defines for time to enable MacOS builds (contributed by andypiper). | ||
| 12 | |||
| 3 | ## 2.49 | 13 | ## 2.49 |
| 4 | 14 | ||
| 5 | Mastodon API: Fixed a bug in how validated links are reported. | 15 | Mastodon API: Fixed a bug in how validated links are reported. |