diff options
Diffstat (limited to 'RELEASE_NOTES.md')
| -rw-r--r-- | RELEASE_NOTES.md | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 247b53b..23a2a17 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md | |||
| @@ -1,6 +1,34 @@ | |||
| 1 | # Release Notes | 1 | # Release Notes |
| 2 | 2 | ||
| 3 | ## UNRELEASED | 3 | ## 2.69 "Yin/Yang of Love" |
| 4 | |||
| 5 | Added support for subscribing to LitePub (Pleroma-style) Fediverse Relays like e.g. https://fedi-relay.gyptazy.com to improve federation. See `snac(8)` (the Administrator Manual) for more information on how to use this feature. | ||
| 6 | |||
| 7 | Added support for following hashtags. This is only useful if your instance is subscribed to relays (see above). | ||
| 8 | |||
| 9 | Added support for a Mastodon-like `/authorize_interaction` webpoint entry, that allows following, liking and boosting from another account's Mastodon public web interface. To be able to use it, you must reconfigure your https proxy to redirect `/authorize_interaction` to snac (see `snac(8)`). | ||
| 10 | |||
| 11 | Some fixes to accept `Event` objects properly (like those coming from implementations like https://gancio.org/ or https://mobilizon.fr). | ||
| 12 | |||
| 13 | Added some caching for local `Actor` objects. | ||
| 14 | |||
| 15 | Hashtags that are not explicitly linked in a post's content are shown below it. | ||
| 16 | |||
| 17 | Fixed broken NetBSD build (missing dependency in Makefile.NetBSD). | ||
| 18 | |||
| 19 | The user profile can now include longitude and latitude data for your current location. | ||
| 20 | |||
| 21 | Mastodon API: implemented limit= on notification fetches (contributed by nowster), implemented faster min_id handling (contributed by nowster), obey the quiet public visibility set for posts, other timeline improvements (contributed by nowster). | ||
| 22 | |||
| 23 | Reduced RSA key size for new users from 4096 to 2048. This will be friendlier to smaller machines, and everybody else out there is using 2048. | ||
| 24 | |||
| 25 | If the `SNAC_BASEDIR` environment variable is defined and set to the base directory of your installation, you don't have to include the base directory in the command line. | ||
| 26 | |||
| 27 | Fixed a bug in the generation of the top page (contributed by an-im-dugud). | ||
| 28 | |||
| 29 | Added support for Markdown headers and underlining (contributed by an-im-dugud). | ||
| 30 | |||
| 31 | ## 2.68 | ||
| 4 | 32 | ||
| 5 | Fixed regression in link verification code (contributed by nowster). | 33 | Fixed regression in link verification code (contributed by nowster). |
| 6 | 34 | ||