aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dc74024..91975b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
1 (Format: Year/Month/Day) 1 (Format: Year/Month/Day)
2Changes for 1.0.1: 2Changes for 1.0.1:
3*07/12/20:
4 * Added new key command :ForEach (or :Map) (Mark)
5 - :ForEach {<command>} [{ [{<list opts>}] [<bool command>] }]
6 - For example, the following command will shade all windows on the current
7 workspace: ForEach {shade} {{groups} Matches (workspace=[current])}
8 - <list opts> can be any combination of `static' and `groups' where static
9 means windows are listed in creation order, and groups means individual
10 tabs are not considered separately
11 - This replaces syntax such as `:Minimize (layer)', which no longer works
12 WorkspaceCmd.cc/hh
3*07/12/19: 13*07/12/19:
4 * Don't let transient windows steal focus from other programs (Mark) 14 * Don't let transient windows steal focus from other programs (Mark)
5 Window.cc 15 Window.cc