]> git.sur5r.net Git - i3/i3/blob - debian/changelog
Merge branch 'multi-keycodes-fix' into next
[i3/i3] / debian / changelog
1 i3-wm (4.0.1-1) unstable; urgency=low
2
3   * Fix the build process of i3bar (Closes: #636274)
4   * Fix the build process on Mac OS X
5   * i3-config-wizard: also start i3bar in the keycode config template
6   * userguide: Remove the obsolete bar.* colors
7   * userguide: Use i3bar instead of dzen2 in the 'exec' example
8
9  -- Michael Stapelberg <michael@stapelberg.de>  Mon, 01 Aug 2011 23:31:06 +0200
10
11 i3-wm (4.0-1) unstable; urgency=low
12
13   * In addition to the proper flex/bison based parser for the config file
14     introduced in 3.δ, we now also have a flex/bison parser for commands. What
15     this means is that we can have more human-readable, beautiful command names
16     instead of cryptic commands like 'f' for fullscreen or 'mh' for move left.
17     In fact, the commands for the aforementioned functions *are* 'fullscreen'
18     and 'move left'!
19   * You can now chain commands using ';' (a semicolon). One example for that is
20     'workspace 3 ; exec /usr/bin/urxvt' to switch to a new workspace and open a
21     terminal.
22   * You can specify which windows should be affected by your command by using
23     different criteria. A good example is '[class="Firefox"] kill' to get rid
24     of all Firefox windows.
25   * As the configuration file needs new commands (and a few options are
26     obsolete), you need to change it. To make this process a little bit easier
27     for you, this release comes with the script i3-migrate-config-to-v4. Just
28     run it on your current config file and it will spit out a v4 config file to
29     stdout. To make things even better, i3 automatically detects v3 config files
30     and calls that script, so you never end up with a non-working config :).
31   * Similarly to the criteria when using commands, we now have a 'for_window'
32     configuration directive, which lets you automatically apply certain commands
33     to certain windows. Use it to set border styles per window, for example with
34     'for_window [class="XTerm"] border 1pixel'.
35   * Since dock clients (like dzen2) are now part of the layout tree (as opposed
36     to a custom data structure as before), it was easy to implement top and
37     bottom dock areas. Programs which properly specify the dock hint get placed
38     on the edge of the screen they request. i3bar has the -dtop and -dbottom
39     parameters, for example.
40   * The internal workspace bar is obsolete. Use i3bar instead.
41   * Resizing now works between all windows!
42   * Fullscreen now works for everything!
43   * Floating now works for everything!
44   * Your layout is now preserved when doing an inplace restart.
45   * When you have an error in your config file, a new program called i3-nagbar
46     will tell you so. It offers you two buttons: One to view the error in your
47     $PAGER and one to edit your config in your $EDITOR.
48   * The default config used key symbols (like 'bind Mod1+f fullscreen') instead
49     of key codes. If you use a non-qwerty layout, the program i3-config-wizard
50     can create a key symbol based config file based on your current layout. You
51     can also chose between Windows (Mod4) and Alt (Mod1) as your default
52     modifier. i3-config-wizard will automatically be started as long as you
53     don’t have a configuration file for i3.
54   * Custom X cursor themes are now supported.
55   * The RandR backend now respects the primary output.
56   * A wrong 'font' configuration in your config file will no longer make i3
57     exit. Instead, it will fall back to a different font and tell you about the
58     error in its log.
59   * The default split direction (whether a new window gets placed right next to
60     the current one or below the current one) is now automatically set to
61     horizontal if you have a monitor that is wider than high or vertical if you
62     a monitor which is higher than wide. This works great with rotated monitors.
63   * Sockets and temporary files are now placed in XDG_RUNTIME_DIR, if set (this
64     is used on systemd based systems).
65   * Tools like i3bar, i3-msg etc. use the I3_SOCKET_PATH property which is set
66     to the X11 root window, so you don’t have to configure your socket path
67     anywhere.
68   * The kill command kills single windows by default now. To kill a whole
69     application, use 'kill client'.
70   * IPC: Commands can now have custom replies. When the parser encounters an
71     error, a proper error reply is sent.
72   * There is now an 'exec_always' configuration directive which works like
73     'exec' but will also be run when restarting.
74
75  -- Michael Stapelberg <michael@stapelberg.de>  Sun, 31 Jul 2011 22:34:26 +0200
76
77 i3-wm (3.e-bf1-3) unstable; urgency=low
78
79   * include keyboard-layer{1,2}.png in docs (Closes: #595295)
80
81  -- Michael Stapelberg <michael@stapelberg.de>  Wed, 03 Nov 2010 20:32:42 +0100
82
83 i3-wm (3.e-bf1-2) unstable; urgency=low
84
85   * debian: call dh_installwm to register as alternative for x-window-manager
86
87  -- Michael Stapelberg <michael@stapelberg.de>  Wed, 23 Jun 2010 18:23:10 +0200
88
89 i3-wm (3.e-bf1-1) unstable; urgency=low
90
91   * Bugfix: Correctly initialize workspaces if RandR is not available
92   * Bugfix: Correctly handle asprintf() return value
93   * Bugfix: Update _NET_WM_STATE when clients request changes via ClientMessage
94   * Bugfix: Don’t invert directions when resizing floating clients (top/left)
95   * Bugfix: Don’t leak file descriptors
96
97  -- Michael Stapelberg <michael@stapelberg.de>  Wed, 09 Jun 2010 09:51:10 +0200
98
99 i3-wm (3.e-3) unstable; urgency=low
100
101   * Bump debian policy version
102   * Add Recommends: libanyevent-i3-perl, libanyevent-perl, libipc-run-perl
103     which are necessary to use i3-wsbar (which is not core functionality,
104     thus no Depends:) (Closes: #577287)
105
106  -- Michael Stapelberg <michael@stapelberg.de>  Sat, 24 Apr 2010 11:20:19 +0200
107
108 i3-wm (3.e-2) unstable; urgency=low
109
110   * Use x-terminal-emulator instead of hard-coded urxvt
111
112  -- Michael Stapelberg <michael@stapelberg.de>  Sun, 04 Apr 2010 19:30:46 +0200
113
114 i3-wm (3.e-1) unstable; urgency=low
115
116   * Implement RandR instead of Xinerama
117   * Obey the XDG Base Directory Specification for config file paths
118   * lexer/parser: proper error messages
119   * Add new options -V for verbose mode and -d <loglevel> for debug log levels
120   * Implement resize command for floating clients
121   * Include date of the last commit in version string
122   * Fixed cursor orientation when resizing
123   * Added focus_follows_mouse config option
124   * Feature: Cycle through workspaces
125   * Fix bindings using the cursor keys in default config
126   * added popup for handling SIGSEGV or SIGFPE
127   * Correctly exit when another window manager is already running
128   * Take into account the window’s base_{width,height} when resizing
129   * Disable XKB instead of quitting with an error
130   * Make containers containing exactly one window behave like default containers
131   * Also warp the pointer when moving a window to a another visible workspace
132   * work around clients setting 0xFFFF as resize increments
133   * Move autostart after creating the IPC socket in start process
134   * Restore geometry of all windows before exiting/restarting
135   * When in fullscreen mode, focus whole screens instead of denying to focus
136   * draw consistent borders for each frame in a tabbed/stacked container
137   * Update fullscreen client position/size when an output changes
138   * i3-input: Bugfix: repeatedly grab the keyboard if it does not succeed
139   * put windows with WM_CLIENT_LEADER on the workspace of their leader
140   * use real functions instead of nested functions (enables compilation with
141     llvm-clang)
142   * implement screen-spanning fullscreen mode
143   * floating resize now uses arbitrary corners
144   * floating resize now works proportionally when pressing shift
145   * Don’t use SYNC key bindings for mode_switch but re-grab keys
146   * support PREFIX and SYSCONFDIR in Makefile
147   * make pointer follow the focus when moving to a different screen also for
148     floating clients
149   * start dock clients on the output they request to be started on according
150     to their geometry
151   * handle destroy notify events like unmap notify events
152   * ewmh: correctly set _NET_CURRENT_DESKTOP to the number of the active
153     workspace
154   * ewmh: correctly set _NET_ACTIVE_WINDOW
155   * ewmh: implement support for _NET_WORKAREA (rdesktop can use that)
156   * default ipc-socket path is now ~/.i3/ipc.sock, enabled in the default config
157   * Bugfix: Containers could lose their snap state
158   * Bugfix: Use ev_loop_new to not block SIGCHLD
159   * Bugfix: if a font provides no per-char info for width, fall back to default
160   * Bugfix: lexer: return to INITIAL state after floating_modifier
161   * Bugfix: Don’t leak IPC socket to launched processes
162   * Bugfix: Use both parts of WM_CLASS (it contains instance and class)
163   * Bugfix: Correctly do boundary checking/moving to other workspaces when
164     moving floating clients via keyboard
165   * Bugfix: checked for wrong flag in size hints
166   * Bugfix: Correctly render workspace names containing some non-ascii chars
167   * Bugfix: Correctly position floating windows sending configure requests
168   * Bugfix: Don’t remap stack windows errnously when changing workspaces
169   * Bugfix: configure floating windows above tiling windows when moving them
170     to another workspace
171   * Bugfix: Take window out of fullscreen mode before entering floating mode
172   * Bugfix: Don’t enter BIND_A2WS_COND state too early
173   * Bugfix: only restore focus if the workspace is focused, not if it is visible
174   * Bugfix: numlock state will now be filtered in i3-input and signal handler
175   * Bugfix: Don’t unmap windows when current workspace gets reassigned
176   * Bugfix: correctly translate coordinates for floating windows when outputs
177     change
178   * Bugfix: Correctly switch workspace when using the "jump" command
179   * Bugfix: Fix rendering of workspace names after "reload"
180   * Bugfix: Correctly ignore clicks when in fullscreen mode
181   * Bugfix: Don’t allow fullscreen floating windows to be moved
182   * Bugfix: Don’t render containers which are not visible on hint changes
183   * Some memory leaks/invalid accesses have been fixed
184
185  -- Michael Stapelberg <michael@stapelberg.de>  Tue, 30 Mar 2010 13:11:50 +0200
186
187 i3-wm (3.d-bf1-1) unstable; urgency=low
188
189   * Bugfix: Don’t draw window title when titlebar is disabled
190   * Bugfix: Correctly switch border types for floating windows
191   * Bugfix: Correctly replay pointer if the click handler does not trigger
192   * Bugfix: Also allow WORDs as workspace names
193   * Bugfix: Correctly clear the urgency hint if a window gets unmapped without
194     clearing it
195   * Bugfix: Fix resizing of floating windows in borderless/1-px-border mode
196   * Bugfix: Accept underscores in bindsym
197   * Bugfix: Don’t set the urgency flag if the window is focused
198   * Bugfix: Handle stack-limit cols on tabbed containers
199   * Bugfix: Resize client after updating base_width/base_height
200   * Bugfix: Force render containers after setting the client active
201   * Bugfix: Fix two problems in resizing floating windows with right mouse
202   * Bugfix: Use more precise floating point arithmetics
203   * Bugfix: Correctly place new windows below fullscreen windows
204
205  -- Michael Stapelberg <michael@stapelberg.de>  Mon, 21 Dec 2009 22:33:02 +0100
206
207 i3-wm (3.d-2) unstable; urgency=low
208
209   * debian: register in doc-base
210   * debian: add watchfile
211   * debian: remove unnecessary priority-field from binary packages
212   * debian: add missing images to documentation
213
214  -- Michael Stapelberg <michael@stapelberg.de>  Mon, 23 Nov 2009 21:56:04 +0100
215
216 i3-wm (3.d-1) unstable; urgency=low
217
218   * Implement tabbing (command "T")
219   * Implement horizontal resize of containers (containers! not windows)
220   * Implement the urgency hint for windows/workspaces
221   * Implement vim-like marks (mark/goto command)
222   * Implement stack-limit for further defining how stack windows should look
223   * Implement modes which allow you to use a different set of keybindings
224     when inside a specific mode
225   * Implement changing the default mode of containers
226   * Implement long options (--version, --no-autostart, --help, --config)
227   * Implement 'bt' to toggle between the different border styles
228   * Implement an option to specify the default border style
229   * Use a yacc/lex parser/lexer for the configuration file
230   * The number of workspaces is now dynamic instead of limited to 10
231   * Floating windows (and tiled containers) can now be resized using
232     floating_modifier and right mouse button
233   * Dock windows can now reconfigure their height
234   * Bugfix: Correctly handle multiple messages on the IPC socket
235   * Bugfix: Correctly use base_width, base_height and size increment hints
236   * Bugfix: Correctly send fake configure_notify events
237   * Bugfix: Don’t crash if the numlock symbol cannot be found
238   * Bugfix: Don’t display a colon after unnamed workspaces
239   * Bugfix: If the pointer is outside of the screen when starting, fall back to
240     the first screen.
241   * Bugfix: Initialize screens correctly when not using Xinerama
242   * Bugfix: Correctly handle unmap_notify events when resizing
243   * Bugfix: Correctly warp pointer after rendering the layout
244   * Bugfix: Fix NULL pointer dereference when reconfiguring screens
245   * Explicitly specify -lxcb when linking (Closes: #554860)
246
247  -- Michael Stapelberg <michael@stapelberg.de>  Mon, 09 Nov 2009 20:53:43 +0100
248
249 i3-wm (3.c-2) unstable; urgency=low
250
251   * Fix FTBFS on GNU/kFreeBSD and possibly GNU/Hurd (Closes: #542877)
252   * Add manpage for i3-msg
253
254  -- Michael Stapelberg <michael@stapelberg.de>  Mon, 24 Aug 2009 12:23:18 +0200
255
256 i3-wm (3.c-1) unstable; urgency=low
257
258   * Implement a reload command
259   * Implement keysymbols in configuration file
260   * Implement assignments of workspaces to screens
261   * Implement named workspaces
262   * Implement borderless/1-px-border windows
263   * Implement command to focus screens
264   * Implement IPC via unix sockets
265   * Correctly render decoration of floating windows
266   * Map floating windows requesting (0x0) to center of their leader/workspace
267   * Optimization: Render stack windows on pixmaps to reduce flickering
268   * Optimization: Directly position new windows to their final position
269   * Bugfix: Repeatedly try to find screens if none are available
270   * Bugfix: Correctly redecorate clients when changing focus
271   * Bugfix: Don’t crash when clients reconfigure themselves
272   * Bugfix: Fix screen wrapping
273   * Bugfix: Fix selecting a different screen with your mouse when not having
274     any windows on the current workspace
275   * Bugfix: Correctly unmap stack windows and don’t re-map them too early
276   * Bugfix: Allow switching layout if there are no clients in the this container
277   * Bugfix: Set WM_STATE_WITHDRAWN when unmapping, unmap windows when
278     destroying
279   * Bugfix: Don’t hide assigned clients to inactive but visible workspaces
280
281  -- Michael Stapelberg <michael@stapelberg.de>  Wed, 19 Aug 2009 13:07:58 +0200
282
283 i3-wm (3.b-1) unstable; urgency=low
284
285   * Bugfix: Correctly handle col-/rowspanned containers when setting focus.
286   * Bugfix: Correctly handle col-/rowspanned containers when snapping.
287   * Bugfix: Force reconfiguration of all windows on workspaces which are
288     re-assigned because a screen was detached.
289   * Bugfix: Several bugs in resizing table columns fixed.
290   * Bugfix: Resizing should now work correctly in all cases.
291   * Bugfix: Correctly re-assign dock windows when workspace is destroyed.
292   * Bugfix: Correctly handle Mode_switch modifier.
293   * Bugfix: Don't raise clients in fullscreen mode.
294   * Bugfix: Re-assign dock windows to different workspaces when a workspace
295     is detached.
296   * Bugfix: Fix crash because of workspace-pointer which did not get updated
297   * Bugfix: Correctly initialize screen when Xinerama is disabled.
298   * Bugfix: Fullscreen window movement and focus problems fixed
299   * Implement jumping to other windows by specifying their position or
300     window class/title.
301   * Implement jumping back by using the focus stack.
302   * Implement autostart (exec-command in configuration file).
303   * Implement floating.
304   * Implement automatically assigning clients on specific workspaces.
305   * Implement variables in configfile.
306   * Colors are now configurable.
307
308  -- Michael Stapelberg <michael@stapelberg.de>  Fri, 26 Jun 2009 04:42:23 +0200
309
310 i3-wm (3.a-bf2-1) unstable; urgency=low
311
312   * Bugfix: Don't crash when setting focus
313   * Bugfix: Reconfigure bar window when changing resolutions
314
315  -- Michael Stapelberg <michael@stapelberg.de>  Sun, 03 May 2009 23:02:24 +0200
316
317 i3-wm (3.a-bf1-1) unstable; urgency=low
318
319   * Bugfix: When entering a stack window with the mouse, set focus to the
320     active client in the container the stack window belongs to.
321   * Bugfix: Correctly filter out the numlock bit. This fixes i3 not reacting
322     to any keybindings after pressing numlock once.
323   * Bugfix: Don't crash when Xinerama is disabled.
324   * Bugfix: Correctly remove client from container when moving to another
325     workspace.
326   * Bugfix: Set focus to the client which was previously focused instead of
327     the next client in container when moving windows out of a container.
328   * Bugfix: Correctly set focus when switching between screens.
329   * Bugfix: Don't crash anymore moving focus to another screen under the
330     following conditions: The screen you switch to has a lower number of cells
331     and/or rows than the current one, you switch focus using your mouse, you
332     previously were in a column/row which is not available on the destination
333     screen.
334   * Bugfix: When switching screens, warp the pointer to the correct
335     destination window.
336   * Bugfix: Store dock clients per screen, not per workspace.
337   * Bugfix: Perform bounds checking for snapped containers.
338   * Bugfix: Send clients their absolute position/size (on the root window) in
339     generated configure events. This fixes problems with xfontsel, xmaple,
340     etc.
341   * Bugfix: Correctly update state when moving fullscreen windows across
342     workspaces.
343   * Bugfix: Correctly restart i3 when not using its absolute path
344   * Bugfix: Drag & Drop in GTK applications works now
345   * Bugfix: Don't hide non-managed windows (libnotify-popups for example)
346     when raising clients in stacked containers.
347   * Bugfix: Correctly restore focus when leaving fullscreen mode
348   * Bugfix: Re-distribute free space when closing customly resized containers,
349     re-evaluate for other containers
350   * Bugfix: When moving windows into different containers, insert them at the
351     correct position.
352   * Bugfix: Correctly set focus when moving windows into other containers
353   * Implement scrolling on stack windows and on the bottom bar.
354   * Create i3-wm-dbg with debug symbols
355   * Don't rely on libxcb-wm any longer, as it got removed in libxcb 0.3.4.
356
357  -- Michael Stapelberg <michael@stapelberg.de>  Sat, 02 May 2009 20:55:46 +0200
358
359 i3-wm (3.a-1) unstable; urgency=low
360
361   * First release (Closes: #521709)
362
363  -- Michael Stapelberg <michael@stapelberg.de>  Sun, 29 Mar 2009 18:21:30 +0200