summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Naumov <alexander_naumov@opensuse.org>2024-08-28 21:43:40 +0200
committerAlexander Naumov <alexander_naumov@opensuse.org>2024-08-28 21:43:40 +0200
commit9d8b0ff3901bdcb8d3bc05d94fce2ef987562768 (patch)
tree7dd59f5f2726f38109e15434aaa238fa4c324617
parentb2c75ef33760e37c91aa1adac90527003021f4bd (diff)
-rw-r--r--src/ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index bc46f50..3441327 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,28 @@
+Version 5.0.0 (28/08/24):
+ * Rewriten autentication mechanism
+ * Add escape %T to show current tty for window
+ * Add escape %O to show number of currently open windows
+ * Use wcwdith() instead of UTF-8 hard-coded tables
+ * New commands:
+ - auth [on|off]
+ Provides password protection
+ - status [top|up|down|bottom] [left|right]
+ The status window by default is in bottom-left corner.
+ This command can move status messages to any corner of the screen.
+ - truecolor [on|off]
+ - multiinput
+ Input to multiple windows at the same time
+ * Removed commands:
+ - time
+ - debug
+ - password
+ - maxwin
+ - nethack
+ * Fixes:
+ - Screen buffers ESC keypresses indefinitely
+ - Crashes after passing through a zmodem transfer
+ - Fix double -U issue
+
Version 4.9.1 (20/08/2023):
* Support stop/parity bits on serial port (#23952)
* Add needed system headers in checks and return values