]> git.sur5r.net Git - i3/i3/commitdiff
Enter feature freeze. Update debian/changelog, add RELEASE-NOTES-3.b (not yet released!)
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 21 Jun 2009 14:40:23 +0000 (16:40 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 21 Jun 2009 14:40:23 +0000 (16:40 +0200)
RELEASE-NOTES-3.b [new file with mode: 0644]
debian/changelog

diff --git a/RELEASE-NOTES-3.b b/RELEASE-NOTES-3.b
new file mode 100644 (file)
index 0000000..da1d5fa
--- /dev/null
@@ -0,0 +1,49 @@
+Release notes for i3 v3.β
+-----------------------------
+
+This is the second version (3.β, transcribed 3.b) of i3. It is considered stable.
+
+The most important change probably is the implementation of floating clients,
+primarily useful for dialog/toolbar/popup/splash windows. When using i3 for
+managing floating windows other than the ones mentioned beforehand, please
+keep in mind that i3 is a tiling window manager in the first place and thus
+you might better use a "traditional" window manager when having to deal a
+lot with floating windows.
+
+Now that you’re warned, let’s have a quick glance at the other new features:
+  * jumping to other windows by specifying their position or window class/title
+  * assigning clients to specific workspaces by window class/title
+  * automatically starting programs (such as i3status + dzen2)
+  * configurable colors
+  * variables in configfile
+
+Furthermore, we now have a user’s guide which should be the first document
+you read when new to i3 (apart from the manpage).
+
+Thanks for this release go out to mist, Atsutane, ch3ka, urs, Moredread,
+badboy and all other people who reported bugs/made suggestions.
+
+A list of changes follows:
+
+  * Bugfix: Correctly handle col-/rowspanned containers when setting focus.
+  * Bugfix: Correctly handle col-/rowspanned containers when snapping.
+  * Bugfix: Force reconfiguration of all windows on workspaces which are
+    re-assigned because a screen was detached.
+  * Bugfix: Several bugs in resizing table columns fixed.
+  * Bugfix: Resizing should now work correctly in all cases.
+  * Bugfix: Correctly re-assign dock windows when workspace is destroyed.
+  * Bugfix: Correctly handle Mode_switch modifier.
+  * Bugfix: Don't raise clients in fullscreen mode.
+  * Bugfix: Re-assign dock windows to different workspaces when a workspace
+    is detached.
+  * Bugfix: Fix crash because of workspace-pointer which did not get updated
+  * Implement jumping to other windows by specifying their position or
+    window class/title.
+  * Implement jumping back by using the focus stack.
+  * Implement autostart (exec-command in configuration file).
+  * Implement floating.
+  * Implement automatically assigning clients on specific workspaces.
+  * Implement variables in configfile.
+  * Colors are now configurable.
+
+-- Michael Stapelberg, 2009-06-21
index a642bd2cec10e8e5d1126e79a5a5741826b05674..30477b6d6b5ebb75c465ba4a3ce675106a5bef7a 100644 (file)
@@ -1,21 +1,27 @@
 i3-wm (3.b-1) unstable; urgency=low
 
   * Bugfix: Correctly handle col-/rowspanned containers when setting focus.
+  * Bugfix: Correctly handle col-/rowspanned containers when snapping.
   * Bugfix: Force reconfiguration of all windows on workspaces which are
     re-assigned because a screen was detached.
   * Bugfix: Several bugs in resizing table columns fixed.
   * Bugfix: Resizing should now work correctly in all cases.
   * Bugfix: Correctly re-assign dock windows when workspace is destroyed.
   * Bugfix: Correctly handle Mode_switch modifier.
+  * Bugfix: Don't raise clients in fullscreen mode.
+  * Bugfix: Re-assign dock windows to different workspaces when a workspace
+    is detached.
+  * Bugfix: Fix crash because of workspace-pointer which did not get updated
   * Implement jumping to other windows by specifying their position or
     window class/title.
   * Implement jumping back by using the focus stack.
   * Implement autostart (exec-command in configuration file).
   * Implement floating.
   * Implement automatically assigning clients on specific workspaces.
+  * Implement variables in configfile.
   * Colors are now configurable.
 
- -- Michael Stapelberg <michael@stapelberg.de>  Sat, 09 May 2009 20:17:58 +0200
+ -- Michael Stapelberg <michael@stapelberg.de>  Sun, 21 Jun 2009 16:39:35 +0200
 
 i3-wm (3.a-bf2-1) unstable; urgency=low