From 9fee9708090b752a619e5f855870d46c486886d8 Mon Sep 17 00:00:00 2001 From: default Date: Sun, 24 Nov 2024 09:30:40 +0100 Subject: Updated RELEASE_NOTES. --- RELEASE_NOTES.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'RELEASE_NOTES.md') diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 6ec959c..10ba384 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,9 @@ # Release Notes +## UNRELEASED + +Added a new user option to disable automatic follow confirmations (follow requests must be manually approved from the people page). + ## 2.64 Some tweaks for better integration with https://bsky.brid.gy (the BlueSky bridge by brid.gy). -- cgit From 6e32dd16d8e1801a7ba8149f5654dfcbb893c9fa Mon Sep 17 00:00:00 2001 From: default Date: Sun, 24 Nov 2024 20:22:58 +0100 Subject: Updated RELEASE_NOTES. --- RELEASE_NOTES.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'RELEASE_NOTES.md') diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 10ba384..122b00f 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,6 +4,8 @@ Added a new user option to disable automatic follow confirmations (follow requests must be manually approved from the people page). +The search box also searches for accounts (via webfinger). + ## 2.64 Some tweaks for better integration with https://bsky.brid.gy (the BlueSky bridge by brid.gy). -- cgit From f549af800520b565cd95783c40ef886f7f0d8603 Mon Sep 17 00:00:00 2001 From: default Date: Mon, 25 Nov 2024 09:09:56 +0100 Subject: Updated RELEASE_NOTES. --- RELEASE_NOTES.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'RELEASE_NOTES.md') diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 122b00f..b960fe2 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -6,6 +6,8 @@ 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). + ## 2.64 Some tweaks for better integration with https://bsky.brid.gy (the BlueSky bridge by brid.gy). -- cgit From 5165df0ceb6fee36acbe382c7d41b65d2295286a Mon Sep 17 00:00:00 2001 From: default Date: Mon, 25 Nov 2024 10:30:28 +0100 Subject: Updated RELEASE_NOTES. --- RELEASE_NOTES.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'RELEASE_NOTES.md') 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 -- cgit From fa5672941d9416fae4920ee813001c1d48a86533 Mon Sep 17 00:00:00 2001 From: default Date: Tue, 26 Nov 2024 17:14:35 +0100 Subject: Updated RELEASE_NOTES. --- RELEASE_NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'RELEASE_NOTES.md') diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 283d2c4..b19c604 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,6 @@ # Release Notes -## UNRELEASED +## 2.65 Added a new user option to disable automatic follow confirmations (follow requests must be manually approved from the people page). -- cgit From 4b17a846987e6cb2c59497a19222a36239155971 Mon Sep 17 00:00:00 2001 From: default Date: Thu, 5 Dec 2024 09:32:50 +0100 Subject: Updated RELEASE_NOTES. --- RELEASE_NOTES.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'RELEASE_NOTES.md') diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index b19c604..7e76677 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,11 @@ # Release Notes +## UNRELEASED + +As many users have asked for it, there is now an option to make the number of followed and following accounts public (still disabled by default). + +Some fixes to blocked instances code (posts from them were sometimes shown). + ## 2.65 Added a new user option to disable automatic follow confirmations (follow requests must be manually approved from the people page). -- cgit From 221eeabf0c00f076ee8ae670811aabbc5b11a826 Mon Sep 17 00:00:00 2001 From: default Date: Thu, 5 Dec 2024 10:03:52 +0100 Subject: Updated RELEASE_NOTES. --- RELEASE_NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'RELEASE_NOTES.md') diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 7e76677..2218c20 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,7 +2,7 @@ ## UNRELEASED -As many users have asked for it, there is now an option to make the number of followed and following accounts public (still disabled by default). +As many users have asked for it, there is now an option to make the number of followed and following accounts public (still disabled by default). These are only the numbers; the lists themselves are never published. Some fixes to blocked instances code (posts from them were sometimes shown). -- cgit