From 3815956c099b06469b036b73d8eb11c3575c8a21 Mon Sep 17 00:00:00 2001 From: Joshua Fuhs Date: Wed, 27 Jun 2012 21:44:45 -0400 Subject: [PATCH] Create a changelog so that I can keep things straight. --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 ChangeLog diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..9a19a56 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,17 @@ +8.2.2 +-------- + +Features + - NxM master area tiling. + - Split windows between multiple monitors on startup based on their + starting positions (has no effect on configured positions). + - Faster view drawing. + - Logging and debug logging capabilities. + - Layout and content are now distinct. View layouts may be manipulated + in the absence of windows. + +Bugs + - Cycling through windows on a view no longer gets stuck. + - Prevent windows from switching to different monitors under odd + circumstances. + - Gap width usage is now consistent between tile and monocle layouts.