summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2022-12-08 07:15:41 +0100
committerGravatar default2022-12-08 07:15:41 +0100
commit4159e4144064445618027b0253a9192d7c8ae496 (patch)
treed39e9bfaf3ad87e044bfdece412fee0334ac7ce3
parentLittle tweak to previous change to avoid a memleak. (diff)
downloadsnac2-4159e4144064445618027b0253a9192d7c8ae496.tar.gz
snac2-4159e4144064445618027b0253a9192d7c8ae496.tar.xz
snac2-4159e4144064445618027b0253a9192d7c8ae496.zip
Updated RELEASE_NOTES.
-rw-r--r--RELEASE_NOTES.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index f713cb9..3fe54e5 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -2,14 +2,20 @@
2 2
3## 2.14 3## 2.14
4 4
5Previous posts in the public and private timelines can be reached by a "More..." post at the end (contributed by kensanata).
6
5New command-line operation, `resetpwd`, to reset a user's password to a new, random one. 7New command-line operation, `resetpwd`, to reset a user's password to a new, random one.
6 8
7Added a user setup option to toggle if sensitive content is shown or not by default (contributed by kensanata). 9Added a user setup option to toggle if sensitive content is shown or not by default (contributed by kensanata).
8 10
11All images are loaded in lazy mode for a snappier feel (contributed by kensanata).
12
9Fixed crash when debug level >= 2 (contributed by kensanata). 13Fixed crash when debug level >= 2 (contributed by kensanata).
10 14
11Log message improvements for excelence (contributed by kensanata). 15Log message improvements for excelence (contributed by kensanata).
12 16
17Some internal structure improvements.
18
13## 2.13 19## 2.13
14 20
15A 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. 21A 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.