summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Naumov <posix.ru@gmail.com>2015-06-22 20:51:37 +0200
committerAlexander Naumov <posix.ru@gmail.com>2015-06-22 20:51:37 +0200
commitfdd65811ab0e9d730ec1b9865e76ba99cdc84c6d (patch)
tree2474126cfa002bf8c88489996d124afd8d5afbb7
parent27a8c9677a95b8de67c91f983b25691f0864c194 (diff)
downloadscreen-fdd65811ab0e9d730ec1b9865e76ba99cdc84c6d.tar.gz
Update ChangeLog: version 4.3.0
Signed-off-by: Alexander Naumov <alexander_naumov@opensuse.org>
-rw-r--r--src/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index dc687a6..8872074 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
+Version 4.3.0 (13/06/2015):
+ * Introduce Xx string escape showing the executed command of a window
+ * Implement dead/zombie window polling, allowing for auto reconnecting
+ * Allow setting hardstatus on first line
+
+ New Commands:
+ * 'sort' command sorting windows by title
+ * 'bumpleft', 'bumpright' - manually move windows on window list
+ * 'collapse' removing numbering 'gaps' between windows, by renumbering
+ * 'windows' command now accepts arguments for use with querying
+
Version 4.2.1 (28/04/2014):
* allow for terminal with long $TERM (up to 32 characters)
* allow to use long logins
@@ -92,6 +103,8 @@ Version 4.2.0 (17/04/2014):
* Scripting support (thanks to Google Summer of Code 2009 project by Rui Guo)
Developers:
+ * Alexander Naumov <alexander_naumov@opensuse.org>
+ * Amadeusz Sławiński <amade@asmblr.net>
* Juergen Weigert <jw@suse.de>
* Michael Schroeder <mls@suse.de>
* Micah Cowan <micah@cowan.name>