diff options
| author | default <nobody@localhost> | 2024-11-25 10:30:28 +0100 |
|---|---|---|
| committer | default <nobody@localhost> | 2024-11-25 10:30:28 +0100 |
| commit | 5165df0ceb6fee36acbe382c7d41b65d2295286a (patch) | |
| tree | fc016b92f6bdc502b8b0ef360d22c6463d020f7d | |
| parent | b3be8e06734c6428376514024af7cabf13774dce (diff) | |
Updated RELEASE_NOTES.
| -rw-r--r-- | RELEASE_NOTES.md | 4 |
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 The search box also searches for accounts (via webfinger). -The 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). +New 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). + +New command-line action `import_block_list`, to import a Mastodon list of accounts to be blocked in CSV format. ## 2.64 |