]> git.sur5r.net Git - i3/i3/blob - debian/changelog
Update changelog / release-notes
[i3/i3] / debian / changelog
1 i3-wm (3.d-0) unstable; urgency=low
2
3   * Implement tabbing (command "T")
4   * Implement horizontal resize of containers (containers! not windows)
5   * Implement the urgency hint for windows/workspaces
6   * Implement vim-like marks (mark/goto command)
7   * Implement stack-limit for further defining how stack windows should look
8   * Implement modes which allow you to use a different set of keybindings
9     when inside a specific mode
10   * Implement changing the default mode of containers
11   * Implement long options (--version, --no-autostart, --help, --config)
12   * Implement 'bt' to toggle between the different border styles
13   * Implement an option to specify the default border style
14   * Use a yacc/lex parser/lexer for the configuration file
15   * The number of workspaces is now dynamic instead of limited to 10
16   * Floating windows (and tiled containers) can now be resized using
17     floating_modifier and right mouse button
18   * Dock windows can now reconfigure their height
19   * Bugfix: Correctly handle multiple messages on the IPC socket
20   * Bugfix: Correctly use base_width, base_height and size increment hints
21   * Bugfix: Correctly send fake configure_notify events
22   * Bugfix: Don’t crash if the numlock symbol cannot be found
23   * Bugfix: Don’t display a colon after unnamed workspaces
24   * Bugfix: If the pointer is outside of the screen when starting, fall back to
25     the first screen.
26   * Bugfix: Initialize screens correctly when not using Xinerama
27   * Bugfix: Correctly handle unmap_notify events when resizing
28   * Bugfix: Correctly warp pointer after rendering the layout
29   * Bugfix: Fix NULL pointer dereference when reconfiguring screens
30   * Explicitly specify -lxcb when linking (Closes: #554860)
31
32  -- Michael Stapelberg <michael@stapelberg.de>  Mon, 09 Nov 2009 20:53:43 +0100
33
34 i3-wm (3.c-2) unstable; urgency=low
35
36   * Fix FTBFS on GNU/kFreeBSD and possibly GNU/Hurd (Closes: #542877)
37   * Add manpage for i3-msg
38
39  -- Michael Stapelberg <michael@stapelberg.de>  Mon, 24 Aug 2009 12:23:18 +0200
40
41 i3-wm (3.c-1) unstable; urgency=low
42
43   * Implement a reload command
44   * Implement keysymbols in configuration file
45   * Implement assignments of workspaces to screens
46   * Implement named workspaces
47   * Implement borderless/1-px-border windows
48   * Implement command to focus screens
49   * Implement IPC via unix sockets
50   * Correctly render decoration of floating windows
51   * Map floating windows requesting (0x0) to center of their leader/workspace
52   * Optimization: Render stack windows on pixmaps to reduce flickering
53   * Optimization: Directly position new windows to their final position
54   * Bugfix: Repeatedly try to find screens if none are available
55   * Bugfix: Correctly redecorate clients when changing focus
56   * Bugfix: Don’t crash when clients reconfigure themselves
57   * Bugfix: Fix screen wrapping
58   * Bugfix: Fix selecting a different screen with your mouse when not having
59     any windows on the current workspace
60   * Bugfix: Correctly unmap stack windows and don’t re-map them too early
61   * Bugfix: Allow switching layout if there are no clients in the this container
62   * Bugfix: Set WM_STATE_WITHDRAWN when unmapping, unmap windows when
63     destroying
64   * Bugfix: Don’t hide assigned clients to inactive but visible workspaces
65
66  -- Michael Stapelberg <michael@stapelberg.de>  Wed, 19 Aug 2009 13:07:58 +0200
67
68 i3-wm (3.b-1) unstable; urgency=low
69
70   * Bugfix: Correctly handle col-/rowspanned containers when setting focus.
71   * Bugfix: Correctly handle col-/rowspanned containers when snapping.
72   * Bugfix: Force reconfiguration of all windows on workspaces which are
73     re-assigned because a screen was detached.
74   * Bugfix: Several bugs in resizing table columns fixed.
75   * Bugfix: Resizing should now work correctly in all cases.
76   * Bugfix: Correctly re-assign dock windows when workspace is destroyed.
77   * Bugfix: Correctly handle Mode_switch modifier.
78   * Bugfix: Don't raise clients in fullscreen mode.
79   * Bugfix: Re-assign dock windows to different workspaces when a workspace
80     is detached.
81   * Bugfix: Fix crash because of workspace-pointer which did not get updated
82   * Bugfix: Correctly initialize screen when Xinerama is disabled.
83   * Bugfix: Fullscreen window movement and focus problems fixed
84   * Implement jumping to other windows by specifying their position or
85     window class/title.
86   * Implement jumping back by using the focus stack.
87   * Implement autostart (exec-command in configuration file).
88   * Implement floating.
89   * Implement automatically assigning clients on specific workspaces.
90   * Implement variables in configfile.
91   * Colors are now configurable.
92
93  -- Michael Stapelberg <michael@stapelberg.de>  Fri, 26 Jun 2009 04:42:23 +0200
94
95 i3-wm (3.a-bf2-1) unstable; urgency=low
96
97   * Bugfix: Don't crash when setting focus
98   * Bugfix: Reconfigure bar window when changing resolutions
99
100  -- Michael Stapelberg <michael@stapelberg.de>  Sun, 03 May 2009 23:02:24 +0200
101
102 i3-wm (3.a-bf1-1) unstable; urgency=low
103
104   * Bugfix: When entering a stack window with the mouse, set focus to the
105     active client in the container the stack window belongs to.
106   * Bugfix: Correctly filter out the numlock bit. This fixes i3 not reacting
107     to any keybindings after pressing numlock once.
108   * Bugfix: Don't crash when Xinerama is disabled.
109   * Bugfix: Correctly remove client from container when moving to another
110     workspace.
111   * Bugfix: Set focus to the client which was previously focused instead of
112     the next client in container when moving windows out of a container.
113   * Bugfix: Correctly set focus when switching between screens.
114   * Bugfix: Don't crash anymore moving focus to another screen under the
115     following conditions: The screen you switch to has a lower number of cells
116     and/or rows than the current one, you switch focus using your mouse, you
117     previously were in a column/row which is not available on the destination
118     screen.
119   * Bugfix: When switching screens, warp the pointer to the correct
120     destination window.
121   * Bugfix: Store dock clients per screen, not per workspace.
122   * Bugfix: Perform bounds checking for snapped containers.
123   * Bugfix: Send clients their absolute position/size (on the root window) in
124     generated configure events. This fixes problems with xfontsel, xmaple,
125     etc.
126   * Bugfix: Correctly update state when moving fullscreen windows across
127     workspaces.
128   * Bugfix: Correctly restart i3 when not using its absolute path
129   * Bugfix: Drag & Drop in GTK applications works now
130   * Bugfix: Don't hide non-managed windows (libnotify-popups for example)
131     when raising clients in stacked containers.
132   * Bugfix: Correctly restore focus when leaving fullscreen mode
133   * Bugfix: Re-distribute free space when closing customly resized containers,
134     re-evaluate for other containers
135   * Bugfix: When moving windows into different containers, insert them at the
136     correct position.
137   * Bugfix: Correctly set focus when moving windows into other containers
138   * Implement scrolling on stack windows and on the bottom bar.
139   * Create i3-wm-dbg with debug symbols
140   * Don't rely on libxcb-wm any longer, as it got removed in libxcb 0.3.4.
141
142  -- Michael Stapelberg <michael@stapelberg.de>  Sat, 02 May 2009 20:55:46 +0200
143
144 i3-wm (3.a-1) unstable; urgency=low
145
146   * First release (Closes: #521709)
147
148  -- Michael Stapelberg <michael@stapelberg.de>  Sun, 29 Mar 2009 18:21:30 +0200