diff options
| -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 | |||
| 6 | 6 | ||
| 7 | The search box also searches for accounts (via webfinger). | 7 | The search box also searches for accounts (via webfinger). |
| 8 | 8 | ||
| 9 | 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). | 9 | 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). |
| 10 | |||
| 11 | New 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 | ||