summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 70c8cc3..6bdeb7e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,9 @@
All notable changes to this project will be documented in this file.
-#### v1.6 (git)
+#### v1.7 (git)
+
+#### v1.6 (current)
- **NEW**: True multi-monitor support
- **NEW**: Vertical stack resizing
- **NEW**: Mouse warping
@@ -13,6 +15,10 @@ All notable changes to this project will be documented in this file.
- **NEW**: Can switch monitors via keyboard
- **NEW**: Can move windows between monitors via keyboard
- **NEW**: Can click on a window to set focus to it
+- **NEW**: Window swallowing
+- **NEW**: New windows can now open as master window
+- **NEW**: Scratchpads
+- **NEW**: Window centering
- **CHANGE**: Renamed `focus_previous` to `focus_prev`
- **CHANGE**: Invalid sample config
- **CHANGE**: Parser `$HOME` searching order. XDG Compliance
@@ -27,8 +33,9 @@ All notable changes to this project will be documented in this file.
- **FIXED**: Invisible windows of minimized programs
- **FIXED**: Zombie processes spawned from apps
- **FIXED**: Undefined behaviour in `parse_col`
+- **FIXED**: Added monitor switching functions to call_table (#95)
-#### v1.5 (current)
+#### v1.5
- **NEW**: Using XCursor instead of cursor font && new logo.
- **CHANGE**: No longer using INIT_WORKSPACE macro, proper workspace handling. New sxwmrc
- **FIXED**: Proper bind resetting on refresh config. && Multi-arg binds now work due to new and improved spawn function