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