diff options
Diffstat (limited to 'RELEASE_NOTES.md')
| -rw-r--r-- | RELEASE_NOTES.md | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 23a2a17..f8566a2 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md | |||
| @@ -1,5 +1,43 @@ | |||
| 1 | # Release Notes | 1 | # Release Notes |
| 2 | 2 | ||
| 3 | ## 2.72 | ||
| 4 | |||
| 5 | Each post can have more than one attachment from the web UI. The maximum number can be configured in `server.json` via the `max_attachments` value (default: 4). | ||
| 6 | |||
| 7 | Each notification includes a link labelled `Context`, that leads to a page with the full conversation tree the post is a part of. | ||
| 8 | |||
| 9 | Each followed hashtag has now a directly accesible link. | ||
| 10 | |||
| 11 | Fixed a search bug (some matches were missed). | ||
| 12 | |||
| 13 | Fixed more crashes (contributed by inz). | ||
| 14 | |||
| 15 | Fixed link detection in posts (contributed by inz). | ||
| 16 | |||
| 17 | Allow multiple editors for command-line posts (contributed by inz). | ||
| 18 | |||
| 19 | Separated maximum and default timeline entry count, allowing larger timelines to be requested without having to increase the default (contributed by lxo). | ||
| 20 | |||
| 21 | Turned message date into a link to the local post, so that it can be loaded into a separate tab for interacting with (contributed by lxo). | ||
| 22 | |||
| 23 | Special thanks to fellow developer inz for bringing my attention to code places where I should have been more careful. | ||
| 24 | |||
| 25 | ## 2.71 | ||
| 26 | |||
| 27 | Fixed memory leak (contributed by inz). | ||
| 28 | |||
| 29 | Fixed crash. | ||
| 30 | |||
| 31 | ## 2.70 | ||
| 32 | |||
| 33 | Notifications are now shown in a more compact way (i.e. all reactions are shown just above your post, instead of repeating the post *ad nauseam* for every reaction). | ||
| 34 | |||
| 35 | New command-line option `unmute` to, well, no-longer-mute an actor. | ||
| 36 | |||
| 37 | The private timeline now includes an approximate mark between new posts and "already seen" ones. | ||
| 38 | |||
| 39 | Fixed a spurious 404 error in the instance root URL for some configurations. | ||
| 40 | |||
| 3 | ## 2.69 "Yin/Yang of Love" | 41 | ## 2.69 "Yin/Yang of Love" |
| 4 | 42 | ||
| 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. | 43 | 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. |