snac2

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

commit 4159e4144064445618027b0253a9192d7c8ae496
parent 8222776ff9212f0f1bdb559fd277d0e13d68afd4
Author: default <nobody@localhost>
Date:   Thu,  8 Dec 2022 07:15:41 +0100

Updated RELEASE_NOTES.

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

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md @@ -2,14 +2,20 @@ ## 2.14 +Previous posts in the public and private timelines can be reached by a "More..." post at the end (contributed by kensanata). + New command-line operation, `resetpwd`, to reset a user's password to a new, random one. Added a user setup option to toggle if sensitive content is shown or not by default (contributed by kensanata). +All images are loaded in lazy mode for a snappier feel (contributed by kensanata). + Fixed crash when debug level >= 2 (contributed by kensanata). Log message improvements for excelence (contributed by kensanata). +Some internal structure improvements. + ## 2.13 A big disk layout rework, to make it more efficient when timelines get very big. Please take note that you must run `snac upgrade` when you install this version over an already existing one.