From cdfa5ee8df661d4745e0949d07a3b2e2fa848bd8 Mon Sep 17 00:00:00 2001 From: default Date: Tue, 7 Jan 2025 10:19:48 +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 247b53b..31165ac 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,6 @@ # Release Notes -## UNRELEASED +## 2.68 Fixed regression in link verification code (contributed by nowster). -- cgit v1.2.3 From 361f6b693a0a6eee886fc6e5bacf42f359e7f793 Mon Sep 17 00:00:00 2001 From: default Date: Fri, 10 Jan 2025 06:41:31 +0100 Subject: Updated RELEASE_NOTES. --- RELEASE_NOTES.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'RELEASE_NOTES.md') diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 31165ac..ae68d50 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,13 @@ # Release Notes +## UNRELEASED + +Some fixes to accept `Event` objects properly (like those coming from implementations like https://gancio.org/). + +Added some caching for local `Actor` objects. + +Hashtags that are not explicitly linked in a post's content are shown below. + ## 2.68 Fixed regression in link verification code (contributed by nowster). -- cgit v1.2.3 From a0fd51eec8a513a5c3ff9b4cf36dbdfc9d908339 Mon Sep 17 00:00:00 2001 From: default Date: Sun, 12 Jan 2025 07:22:08 +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 ae68d50..d68824d 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -8,6 +8,8 @@ Added some caching for local `Actor` objects. Hashtags that are not explicitly linked in a post's content are shown below. +Fixed broken NetBSD build (missing dependency in Makefile.NetBSD). + ## 2.68 Fixed regression in link verification code (contributed by nowster). -- cgit v1.2.3 From 5d2a5f160adc0992178812bcaa72df9cd5f072a7 Mon Sep 17 00:00:00 2001 From: default Date: Sun, 12 Jan 2025 09:32:09 +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 d68824d..28bcf56 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -10,6 +10,8 @@ Hashtags that are not explicitly linked in a post's content are shown below. Fixed broken NetBSD build (missing dependency in Makefile.NetBSD). +The user profile can now include longitude and latitude data for your current location. + ## 2.68 Fixed regression in link verification code (contributed by nowster). -- cgit v1.2.3 From 061fa60171f157c064bceb990a9fbc9ae472b535 Mon Sep 17 00:00:00 2001 From: default Date: Wed, 15 Jan 2025 06:47: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 28bcf56..2e20bc7 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -12,6 +12,8 @@ Fixed broken NetBSD build (missing dependency in Makefile.NetBSD). The user profile can now include longitude and latitude data for your current location. +Reduced RSA key size for new users from 4096 to 2048. This will be friendlier to smaller machines, and everybody else out there is using 2048. + ## 2.68 Fixed regression in link verification code (contributed by nowster). -- cgit v1.2.3 From 0078f9db6892f984434cc34dbbae1ec5c31d1a90 Mon Sep 17 00:00:00 2001 From: default Date: Wed, 15 Jan 2025 06:54:04 +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 2e20bc7..37a8f97 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -12,6 +12,8 @@ Fixed broken NetBSD build (missing dependency in Makefile.NetBSD). The user profile can now include longitude and latitude data for your current location. +Mastodon API: implemented limit= on notification fetches (contributed by nowster). + Reduced RSA key size for new users from 4096 to 2048. This will be friendlier to smaller machines, and everybody else out there is using 2048. ## 2.68 -- cgit v1.2.3 From ad5455f5556b2057b6ddfce8e0656c04112737de Mon Sep 17 00:00:00 2001 From: default Date: Wed, 15 Jan 2025 06:58:20 +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 37a8f97..ae96c92 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -12,7 +12,7 @@ Fixed broken NetBSD build (missing dependency in Makefile.NetBSD). The user profile can now include longitude and latitude data for your current location. -Mastodon API: implemented limit= on notification fetches (contributed by nowster). +Mastodon API: implemented limit= on notification fetches (contributed by nowster), implemented faster min_id handling (contributed by nowster). Reduced RSA key size for new users from 4096 to 2048. This will be friendlier to smaller machines, and everybody else out there is using 2048. -- cgit v1.2.3 From ba4c3508f76466e79e9f3b5f665d72f0e425c4aa Mon Sep 17 00:00:00 2001 From: default Date: Wed, 15 Jan 2025 09:29:18 +0100 Subject: Updated RELEASE_NOTES. --- RELEASE_NOTES.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'RELEASE_NOTES.md') diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index ae96c92..f99f3e0 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,17 +2,17 @@ ## UNRELEASED -Some fixes to accept `Event` objects properly (like those coming from implementations like https://gancio.org/). +Some fixes to accept `Event` objects properly (like those coming from implementations like https://gancio.org/ or https://mobilizon.fr). Added some caching for local `Actor` objects. -Hashtags that are not explicitly linked in a post's content are shown below. +Hashtags that are not explicitly linked in a post's content are shown below it. Fixed broken NetBSD build (missing dependency in Makefile.NetBSD). The user profile can now include longitude and latitude data for your current location. -Mastodon API: implemented limit= on notification fetches (contributed by nowster), implemented faster min_id handling (contributed by nowster). +Mastodon API: implemented limit= on notification fetches (contributed by nowster), implemented faster min_id handling (contributed by nowster), obey the quiet public visibility set for posts. Reduced RSA key size for new users from 4096 to 2048. This will be friendlier to smaller machines, and everybody else out there is using 2048. -- cgit v1.2.3 From 8b1ee84788bd0e7ede7904cc5653ec8310e37c2b Mon Sep 17 00:00:00 2001 From: default Date: Thu, 16 Jan 2025 14:24:37 +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 f99f3e0..6776410 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,6 +2,8 @@ ## UNRELEASED +Added support for a Mastodon-like `/authorize_interaction` webpoint entry, that allows following, liking and boosting from another account's Mastodon public web interface. To be able to use it, you must reconfigure your https proxy to redirect `/authorize_interaction` to snac (see `snac(8)`). + Some fixes to accept `Event` objects properly (like those coming from implementations like https://gancio.org/ or https://mobilizon.fr). Added some caching for local `Actor` objects. -- cgit v1.2.3 From 9be32a3061f20add0f159e2e9c805754aa4ecaf5 Mon Sep 17 00:00:00 2001 From: default Date: Sun, 19 Jan 2025 17:13:23 +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 6776410..b99fadf 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,6 +2,10 @@ ## UNRELEASED +Added support for subscribing to LitePub (Pleroma-style) Fediverse Relays like e.g. https://fedi-relay.gyptazy.com to improve federation. See `snac(8)` (the Administrator Manual) for more information on how to use this feature. + +Added support for following hashtags. This is only useful if your instance is subscribed to relays (see above). + Added support for a Mastodon-like `/authorize_interaction` webpoint entry, that allows following, liking and boosting from another account's Mastodon public web interface. To be able to use it, you must reconfigure your https proxy to redirect `/authorize_interaction` to snac (see `snac(8)`). Some fixes to accept `Event` objects properly (like those coming from implementations like https://gancio.org/ or https://mobilizon.fr). -- cgit v1.2.3 From fab45bcd213f3a22ab8f115dacdbb5668a5a63b0 Mon Sep 17 00:00:00 2001 From: default Date: Mon, 20 Jan 2025 10:48:51 +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 b99fadf..97cf0e4 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -22,6 +22,8 @@ Mastodon API: implemented limit= on notification fetches (contributed by nowster Reduced RSA key size for new users from 4096 to 2048. This will be friendlier to smaller machines, and everybody else out there is using 2048. +If the `SNAC_BASEDIR` environment variable is defined and set to the base directory of your installation, you don't have to include the base directory in the command line. + ## 2.68 Fixed regression in link verification code (contributed by nowster). -- cgit v1.2.3 From 7add876a9334e87138be7edf72db35832755e118 Mon Sep 17 00:00:00 2001 From: default Date: Mon, 20 Jan 2025 18:38:25 +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 97cf0e4..cc6866a 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -24,6 +24,8 @@ Reduced RSA key size for new users from 4096 to 2048. This will be friendlier to If the `SNAC_BASEDIR` environment variable is defined and set to the base directory of your installation, you don't have to include the base directory in the command line. +Fixed a bug in the generation of the top page (contributed by an-im-dugud). + ## 2.68 Fixed regression in link verification code (contributed by nowster). -- cgit v1.2.3 From ece1b9ed165f524d50c3be20e477a7c9b25e19a4 Mon Sep 17 00:00:00 2001 From: default Date: Tue, 21 Jan 2025 14:34:29 +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 cc6866a..1e8c221 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -26,6 +26,8 @@ If the `SNAC_BASEDIR` environment variable is defined and set to the base direct Fixed a bug in the generation of the top page (contributed by an-im-dugud). +Added support for Markdown headers and underlining (contributed by an-im-dugud). + ## 2.68 Fixed regression in link verification code (contributed by nowster). -- cgit v1.2.3 From f5e75f90058665f413e1535e8001ec5b4e0a7a19 Mon Sep 17 00:00:00 2001 From: default Date: Wed, 22 Jan 2025 06:28:46 +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 1e8c221..eb5c3b2 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -18,7 +18,7 @@ Fixed broken NetBSD build (missing dependency in Makefile.NetBSD). The user profile can now include longitude and latitude data for your current location. -Mastodon API: implemented limit= on notification fetches (contributed by nowster), implemented faster min_id handling (contributed by nowster), obey the quiet public visibility set for posts. +Mastodon API: implemented limit= on notification fetches (contributed by nowster), implemented faster min_id handling (contributed by nowster), obey the quiet public visibility set for posts, other timeline improvements (contributed by nowster). Reduced RSA key size for new users from 4096 to 2048. This will be friendlier to smaller machines, and everybody else out there is using 2048. -- cgit v1.2.3 From 4140d46faf6571f729da807ca857733d1b72a397 Mon Sep 17 00:00:00 2001 From: default Date: Fri, 24 Jan 2025 10:14:57 +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 eb5c3b2..23a2a17 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,6 @@ # Release Notes -## UNRELEASED +## 2.69 "Yin/Yang of Love" Added support for subscribing to LitePub (Pleroma-style) Fediverse Relays like e.g. https://fedi-relay.gyptazy.com to improve federation. See `snac(8)` (the Administrator Manual) for more information on how to use this feature. -- cgit v1.2.3