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