diff options
| author | 2024-03-15 20:49:27 +0100 | |
|---|---|---|
| committer | 2024-03-15 20:49:27 +0100 | |
| commit | f58cb00adaad713af7f35eea149a0a52de6fd818 (patch) | |
| tree | a516deb7d63e1eeafc8c716c7d5db8425296061c | |
| parent | Updated RELEASE_NOTES. (diff) | |
| download | snac2-f58cb00adaad713af7f35eea149a0a52de6fd818.tar.gz snac2-f58cb00adaad713af7f35eea149a0a52de6fd818.tar.xz snac2-f58cb00adaad713af7f35eea149a0a52de6fd818.zip | |
Updated RELEASE_NOTES.
| -rw-r--r-- | RELEASE_NOTES.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 8da2ded..97571ee 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md | |||
| @@ -2,13 +2,13 @@ | |||
| 2 | 2 | ||
| 3 | ## 2.50 | 3 | ## 2.50 |
| 4 | 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(5)` and `snac(8)`). | 5 | 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)`). |
| 6 | 6 | ||
| 7 | Improved page position after hitting the `Hide` or `MUTE` buttons (for most cases). | 7 | Improved page position after hitting the `Hide` or `MUTE` buttons (for most cases). |
| 8 | 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). | 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 | 10 | ||
| 11 | The way of refreshing actor data has been improved. | 11 | The way of refreshing remote actor data has been improved. |
| 12 | 12 | ||
| 13 | Posting from the command-line now allows attachments. | 13 | Posting from the command-line now allows attachments. |
| 14 | 14 | ||