From 1aab3c5739a689f5288d576fa5148d001a9a56c6 Mon Sep 17 00:00:00 2001 From: default Date: Sun, 15 Dec 2024 23:34:01 +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 4630352..08fb219 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,11 @@ # Release Notes +## UNRELEASED + +Mastodon API: fixed a crash, fixed an incorrect value for the `bot` field, added a `Link` header to improve timeline pagination in some clients. + +Added documentation and some tweaks to enable static compilation with musl (contributed by Shamar). + ## 2.66 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. -- cgit v1.2.3 From 7fe80a80cace768b981e42b945b2afeca7498152 Mon Sep 17 00:00:00 2001 From: default Date: Tue, 17 Dec 2024 04:44:39 +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 08fb219..e193d12 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,7 +2,7 @@ ## UNRELEASED -Mastodon API: fixed a crash, fixed an incorrect value for the `bot` field, added a `Link` header to improve timeline pagination in some clients. +Mastodon API: Improved timeline pagination in some clients (details: a `Link` header has been added), fixed an incorrect value for the `bot` field in newly created accounts, fixed a crash. Added documentation and some tweaks to enable static compilation with musl (contributed by Shamar). -- cgit v1.2.3 From e9f3d5120c23406d0e395bea9daf23b2a1300c88 Mon Sep 17 00:00:00 2001 From: default Date: Tue, 17 Dec 2024 04:45:35 +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 e193d12..0031dce 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,6 +4,8 @@ Mastodon API: Improved timeline pagination in some clients (details: a `Link` header has been added), fixed an incorrect value for the `bot` field in newly created accounts, fixed a crash. +When running in server mode, the pidfile is locked to avoid concurrent running of the same server instance. + Added documentation and some tweaks to enable static compilation with musl (contributed by Shamar). ## 2.66 -- cgit v1.2.3 From bcfefbe8b1c20f4a86a109b7f03ac750d40c3bbe Mon Sep 17 00:00:00 2001 From: default Date: Thu, 19 Dec 2024 05:08:03 +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 0031dce..0ccdd49 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,6 +2,8 @@ ## UNRELEASED +The search box also accepts post URLs; the post is requested and, if it's found, can be interacted with (liked, boosted, replied to, etc.). + Mastodon API: Improved timeline pagination in some clients (details: a `Link` header has been added), fixed an incorrect value for the `bot` field in newly created accounts, fixed a crash. When running in server mode, the pidfile is locked to avoid concurrent running of the same server instance. -- cgit v1.2.3 From 39096852159775e43548fe3eaceb136f1c0260b5 Mon Sep 17 00:00:00 2001 From: default Date: Thu, 19 Dec 2024 10:07:24 +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 0ccdd49..a0ff2f8 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,6 +4,8 @@ The search box also accepts post URLs; the post is requested and, if it's found, can be interacted with (liked, boosted, replied to, etc.). +Fixed a bug regarding repeated attachments when editing a post. + Mastodon API: Improved timeline pagination in some clients (details: a `Link` header has been added), fixed an incorrect value for the `bot` field in newly created accounts, fixed a crash. When running in server mode, the pidfile is locked to avoid concurrent running of the same server instance. -- cgit v1.2.3 From d63106cd56db8cc1a8d1779a4fc8be2a69028ce4 Mon Sep 17 00:00:00 2001 From: default Date: Thu, 19 Dec 2024 19:31:40 +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 a0ff2f8..df11ac4 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,9 +4,11 @@ The search box also accepts post URLs; the post is requested and, if it's found, can be interacted with (liked, boosted, replied to, etc.). +IP addresses for failed logins are tracked and throttled to mitigate brute force attacks (see `snac(8)` for more information). + Fixed a bug regarding repeated attachments when editing a post. -Mastodon API: Improved timeline pagination in some clients (details: a `Link` header has been added), fixed an incorrect value for the `bot` field in newly created accounts, fixed a crash. +Mastodon API: Improved timeline pagination in some clients (details: an HTTP `Link` header has been added), fixed an incorrect value for the `bot` field in newly created accounts, fixed a crash. When running in server mode, the pidfile is locked to avoid concurrent running of the same server instance. -- cgit v1.2.3 From 55fb7dcbef819478c8d54a0161fb1330622a762e Mon Sep 17 00:00:00 2001 From: default Date: Fri, 20 Dec 2024 08:36:42 +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 df11ac4..fc7144b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -8,7 +8,7 @@ IP addresses for failed logins are tracked and throttled to mitigate brute force Fixed a bug regarding repeated attachments when editing a post. -Mastodon API: Improved timeline pagination in some clients (details: an HTTP `Link` header has been added), fixed an incorrect value for the `bot` field in newly created accounts, fixed a crash. +Mastodon API: Improved timeline pagination in some clients (details: an HTTP `Link` header has been added), fixed an incorrect value for the `bot` field in newly created accounts, fixed a crash, implemented markers (contributed by nowster). When running in server mode, the pidfile is locked to avoid concurrent running of the same server instance. -- cgit v1.2.3 From 5ffd4435d8590d0c1f07c3d8761488eb81e88180 Mon Sep 17 00:00:00 2001 From: default Date: Sat, 21 Dec 2024 16:50:28 +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 fc7144b..9749197 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -8,7 +8,7 @@ IP addresses for failed logins are tracked and throttled to mitigate brute force Fixed a bug regarding repeated attachments when editing a post. -Mastodon API: Improved timeline pagination in some clients (details: an HTTP `Link` header has been added), fixed an incorrect value for the `bot` field in newly created accounts, fixed a crash, implemented markers (contributed by nowster). +Mastodon API: Improved timeline pagination in some clients (details: an HTTP `Link` header has been added), fixed missing audio attachments, fixed an incorrect value for the `bot` field in newly created accounts, fixed a crash, implemented markers (contributed by nowster). When running in server mode, the pidfile is locked to avoid concurrent running of the same server instance. -- cgit v1.2.3 From bba997c11aae9d81a07ca4457499a387e8d7c3c1 Mon Sep 17 00:00:00 2001 From: default Date: Sun, 22 Dec 2024 09:36:10 +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 9749197..073985b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,6 @@ # Release Notes -## UNRELEASED +## 2.67 The search box also accepts post URLs; the post is requested and, if it's found, can be interacted with (liked, boosted, replied to, etc.). -- cgit v1.2.3