]> git.sur5r.net Git - i3/i3/blob - debian/changelog
update debian changelog
[i3/i3] / debian / changelog
1 i3-wm (3.c-0) unstable; urgency=low
2
3   * Implement a reload command
4   * Implement IPC via unix sockets
5   * Optimization: Render stack windows on pixmaps to reduce flickering
6   * Optimization: Directly position new windows to their final position
7   * Bugfix: Repeatedly try to find screens if none are available
8   * Bugfix: Correctly redecorate clients when changing focus
9   * Bugfix: Don’t crash when clients reconfigure themselves
10
11  -- Michael Stapelberg <michael@stapelberg.de>  Sun, 02 Aug 2009 20:05:58 +0200
12
13 i3-wm (3.b-1) unstable; urgency=low
14
15   * Bugfix: Correctly handle col-/rowspanned containers when setting focus.
16   * Bugfix: Correctly handle col-/rowspanned containers when snapping.
17   * Bugfix: Force reconfiguration of all windows on workspaces which are
18     re-assigned because a screen was detached.
19   * Bugfix: Several bugs in resizing table columns fixed.
20   * Bugfix: Resizing should now work correctly in all cases.
21   * Bugfix: Correctly re-assign dock windows when workspace is destroyed.
22   * Bugfix: Correctly handle Mode_switch modifier.
23   * Bugfix: Don't raise clients in fullscreen mode.
24   * Bugfix: Re-assign dock windows to different workspaces when a workspace
25     is detached.
26   * Bugfix: Fix crash because of workspace-pointer which did not get updated
27   * Bugfix: Correctly initialize screen when Xinerama is disabled.
28   * Bugfix: Fullscreen window movement and focus problems fixed
29   * Implement jumping to other windows by specifying their position or
30     window class/title.
31   * Implement jumping back by using the focus stack.
32   * Implement autostart (exec-command in configuration file).
33   * Implement floating.
34   * Implement automatically assigning clients on specific workspaces.
35   * Implement variables in configfile.
36   * Colors are now configurable.
37
38  -- Michael Stapelberg <michael@stapelberg.de>  Fri, 26 Jun 2009 04:42:23 +0200
39
40 i3-wm (3.a-bf2-1) unstable; urgency=low
41
42   * Bugfix: Don't crash when setting focus
43   * Bugfix: Reconfigure bar window when changing resolutions
44
45  -- Michael Stapelberg <michael@stapelberg.de>  Sun, 03 May 2009 23:02:24 +0200
46
47 i3-wm (3.a-bf1-1) unstable; urgency=low
48
49   * Bugfix: When entering a stack window with the mouse, set focus to the
50     active client in the container the stack window belongs to.
51   * Bugfix: Correctly filter out the numlock bit. This fixes i3 not reacting
52     to any keybindings after pressing numlock once.
53   * Bugfix: Don't crash when Xinerama is disabled.
54   * Bugfix: Correctly remove client from container when moving to another
55     workspace.
56   * Bugfix: Set focus to the client which was previously focused instead of
57     the next client in container when moving windows out of a container.
58   * Bugfix: Correctly set focus when switching between screens.
59   * Bugfix: Don't crash anymore moving focus to another screen under the
60     following conditions: The screen you switch to has a lower number of cells
61     and/or rows than the current one, you switch focus using your mouse, you
62     previously were in a column/row which is not available on the destination
63     screen.
64   * Bugfix: When switching screens, warp the pointer to the correct
65     destination window.
66   * Bugfix: Store dock clients per screen, not per workspace.
67   * Bugfix: Perform bounds checking for snapped containers.
68   * Bugfix: Send clients their absolute position/size (on the root window) in
69     generated configure events. This fixes problems with xfontsel, xmaple,
70     etc.
71   * Bugfix: Correctly update state when moving fullscreen windows across
72     workspaces.
73   * Bugfix: Correctly restart i3 when not using its absolute path
74   * Bugfix: Drag & Drop in GTK applications works now
75   * Bugfix: Don't hide non-managed windows (libnotify-popups for example)
76     when raising clients in stacked containers.
77   * Bugfix: Correctly restore focus when leaving fullscreen mode
78   * Bugfix: Re-distribute free space when closing customly resized containers,
79     re-evaluate for other containers
80   * Bugfix: When moving windows into different containers, insert them at the
81     correct position.
82   * Bugfix: Correctly set focus when moving windows into other containers
83   * Implement scrolling on stack windows and on the bottom bar.
84   * Create i3-wm-dbg with debug symbols
85   * Don't rely on libxcb-wm any longer, as it got removed in libxcb 0.3.4.
86
87  -- Michael Stapelberg <michael@stapelberg.de>  Sat, 02 May 2009 20:55:46 +0200
88
89 i3-wm (3.a-1) unstable; urgency=low
90
91   * First release (Closes: #521709)
92
93  -- Michael Stapelberg <michael@stapelberg.de>  Sun, 29 Mar 2009 18:21:30 +0200