summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2024-11-25 10:30:28 +0100
committerGravatar default2024-11-25 10:30:28 +0100
commit5165df0ceb6fee36acbe382c7d41b65d2295286a (patch)
treefc016b92f6bdc502b8b0ef360d22c6463d020f7d
parentNew cmdline ops 'import_list' and 'import_block_list'. (diff)
downloadpenes-snac2-5165df0ceb6fee36acbe382c7d41b65d2295286a.tar.gz
penes-snac2-5165df0ceb6fee36acbe382c7d41b65d2295286a.tar.xz
penes-snac2-5165df0ceb6fee36acbe382c7d41b65d2295286a.zip
Updated RELEASE_NOTES.
-rw-r--r--RELEASE_NOTES.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index b960fe2..283d2c4 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -6,7 +6,9 @@ Added a new user option to disable automatic follow confirmations (follow reques
6 6
7The search box also searches for accounts (via webfinger). 7The search box also searches for accounts (via webfinger).
8 8
9The list CSV import process now follows all accounts in the list (so that [Mastodon Follow Packs](https://mastodonmigration.wordpress.com/?p=995) can be directly used). 9New 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).
10
11New command-line action `import_block_list`, to import a Mastodon list of accounts to be blocked in CSV format.
10 12
11## 2.64 13## 2.64
12 14