snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit fab45bcd213f3a22ab8f115dacdbb5668a5a63b0
parent fbc5015dc4f7b8fbc5901022b3252b5edbcf6ebf
Author: default <nobody@localhost>
Date:   Mon, 20 Jan 2025 10:48:51 +0100

Updated RELEASE_NOTES.

Diffstat:
MRELEASE_NOTES.md | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git 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).