diff options
| author | 2024-12-05 22:53:40 +0100 | |
|---|---|---|
| committer | 2024-12-05 22:53:40 +0100 | |
| commit | bd74ffda5b25cc07e8d559815e027c8dab3b9d73 (patch) | |
| tree | 00725a5d5f53ed421b923de6fc1892c58815cc16 /RELEASE_NOTES.md | |
| parent | Makefile: enable static compilation with musl (diff) | |
| parent | Updated RELEASE_NOTES. (diff) | |
| download | snac2-bd74ffda5b25cc07e8d559815e027c8dab3b9d73.tar.gz snac2-bd74ffda5b25cc07e8d559815e027c8dab3b9d73.tar.xz snac2-bd74ffda5b25cc07e8d559815e027c8dab3b9d73.zip | |
Merge branch 'master' into build-with-musl
Diffstat (limited to 'RELEASE_NOTES.md')
| -rw-r--r-- | RELEASE_NOTES.md | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index f46f958..2218c20 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md | |||
| @@ -1,5 +1,33 @@ | |||
| 1 | # Release Notes | 1 | # Release Notes |
| 2 | 2 | ||
| 3 | ## UNRELEASED | ||
| 4 | |||
| 5 | As many users have asked for it, there is now an option to make the number of followed and following accounts public (still disabled by default). These are only the numbers; the lists themselves are never published. | ||
| 6 | |||
| 7 | Some fixes to blocked instances code (posts from them were sometimes shown). | ||
| 8 | |||
| 9 | ## 2.65 | ||
| 10 | |||
| 11 | Added a new user option to disable automatic follow confirmations (follow requests must be manually approved from the people page). | ||
| 12 | |||
| 13 | The search box also searches for accounts (via webfinger). | ||
| 14 | |||
| 15 | New command-line action `import_list`, to import a Mastodon list in CSV format (so that [Mastodon Follow Packs](https://mastodonmigration.wordpress.com/?p=995) can be directly used). | ||
| 16 | |||
| 17 | New command-line action `import_block_list`, to import a Mastodon list of accounts to be blocked in CSV format. | ||
| 18 | |||
| 19 | ## 2.64 | ||
| 20 | |||
| 21 | Some tweaks for better integration with https://bsky.brid.gy (the BlueSky bridge by brid.gy). | ||
| 22 | |||
| 23 | A corner case bug in the media proxying code has been fixed. | ||
| 24 | |||
| 25 | Hashtags can now include underscores. | ||
| 26 | |||
| 27 | The server now creates a pidfile inside the data directory. | ||
| 28 | |||
| 29 | Mastodon API: fixed a crash in the notification code, fixed autocapitalization in the OAuth login field (contributed by fkooman). | ||
| 30 | |||
| 3 | ## 2.63 | 31 | ## 2.63 |
| 4 | 32 | ||
| 5 | The server can now act as a proxy for all image, audio or video media coming from other account's posts (both from the Web UI and the Mastodon API). This way, other servers will see media requests coming from the server IP, not the user's, improving privacy. This is controlled by setting the `proxy_media` boolean field to `server.json` to true. | 33 | The server can now act as a proxy for all image, audio or video media coming from other account's posts (both from the Web UI and the Mastodon API). This way, other servers will see media requests coming from the server IP, not the user's, improving privacy. This is controlled by setting the `proxy_media` boolean field to `server.json` to true. |