diff options
Diffstat (limited to 'RELEASE_NOTES.md')
| -rw-r--r-- | RELEASE_NOTES.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 073985b..5a1315f 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md | |||
| @@ -1,5 +1,27 @@ | |||
| 1 | # Release Notes | 1 | # Release Notes |
| 2 | 2 | ||
| 3 | ## UNRELEASED | ||
| 4 | |||
| 5 | Fixed regression in link verification code (contributed by nowster). | ||
| 6 | |||
| 7 | Added ipv6 support for the https frontend connection (contributed by hb9hnt). | ||
| 8 | |||
| 9 | New "Like by URL" operation (contributed by dheadshot). | ||
| 10 | |||
| 11 | Some search fixes regarding repeated matches. | ||
| 12 | |||
| 13 | The `export_csv` cmdline operation now exports the CSV files inside a user's `export/` subdirectory instead of the current directory. | ||
| 14 | |||
| 15 | All CSV files to be imported must now be stored inside a user's `import/` subdirectory instead of the current directory. | ||
| 16 | |||
| 17 | Mastodon API: more timeline paging tunings (contributed by nowster). | ||
| 18 | |||
| 19 | The command-line operation `note` new reads the `LANG` environment variable to set the post's language. | ||
| 20 | |||
| 21 | Fixed support for `Audio` objects. | ||
| 22 | |||
| 23 | Made xmpp and mailto URLs clickable. | ||
| 24 | |||
| 3 | ## 2.67 | 25 | ## 2.67 |
| 4 | 26 | ||
| 5 | The search box also accepts post URLs; the post is requested and, if it's found, can be interacted with (liked, boosted, replied to, etc.). | 27 | The search box also accepts post URLs; the post is requested and, if it's found, can be interacted with (liked, boosted, replied to, etc.). |