diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 1.0.1: | 2 | Changes 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 |