summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorleo-arch <leonardoabramovich2@gmail.com>2023-09-16 13:04:21 -0300
committerleo-arch <leonardoabramovich2@gmail.com>2023-09-16 13:04:21 -0300
commit8d121d27decab3a292f8fbf46717a6b4c669b48a (patch)
tree27d38540e2088e1bc3e436565335f1c879a369a8
parentcf78eca4e5b8c778cafb06d005a02cbfdb503347 (diff)
Update CHANGELOG filev1.14.5
-rw-r--r--CHANGELOG20
1 files changed, 20 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 0f32f502..d36c2b9e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,23 @@
+1.14.5
+
+Bug fixes
+* Missing --stat and --stat-full in shell completion files.
+* Wrongly displaying file names with invalid encodings.
+* Out of bounds read when bleaching file names with invalid enconding.
+* POSIX mode: Reading environment variables even if running in secure mode.
+* 'm' wrongly performs regex expansion on the last parameter (new name).
+* Hidden files not counted in light mode ('stats' command).
+* Bookmark name (in the bookmarks screen) is executred as a command name.
+* Crash on some OpenBSD systems.
+
+New features/improvements
+* Add internal 256 color scheme (stealth mode can now run in 256 colors mode).
+* Highlight backslashes to make escaped file names more readable (color code is 'hw').
+* Read-only mode (via --readonly or the Readonly option in the config file).
+* The update_trash_indicator routine is almost 5x faster.
+* Faster symlink resolution when ColorLinkAsTarget is enabled.
+* Harden regex expansion to prevent undesired expansions (prepend '^' and append '$' to queries).
+
1.14 (Jawbreaker)
Overall, 1.14 brings more preformance (regarding both speed and memory usage), better
compatibility (POSIX/legacy systems), and improved security.