X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3;a=blobdiff_plain;f=debian%2Fchangelog;h=89608f77d17b9fb5c08a6282b01d9c55f2b2f139;hp=e670cd8fdb41f381265ebb0d6b6b135ce345894a;hb=c7ea8c42b679be191e843f653f5024846ce42fe9;hpb=3537f2d4ca6ef2447a92f222d3458d4e27899661 diff --git a/debian/changelog b/debian/changelog index e670cd8f..89608f77 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,20 +1,114 @@ -i3-wm (4.1-0) unstable; urgency=low - - * NOT YET RELEASED! +i3-wm (4.1.3-0) unstable; urgency=low + + * NOT YET RELEASED + + -- Michael Stapelberg Fri, 27 Jan 2012 19:34:11 +0000 + +i3-wm (4.1.2-1) unstable; urgency=low + + * Bugfix: Don’t lose focus on fullscreen windows when another window gets + moved to that workspace + * Bugfix: Open new windows in the correct place when assignments match + * Bugfix: Fix assignments of floating windows to (yet) unused workspaces + * Bugfix: Either use SetInputFocus *or* send WM_TAKE_FOCUS, not both + * Bugfix: Respect WM_HINTS.input for WM_TAKE_FOCUS clients + * Bugfix: Setup the _NET_SUPPORTING_WM_CHECK atom in a standards-compliant + way + * Bugfix: Only ignore EnterNotify events after UnmapNotifies from managed + windows + * Bugfix: Force a new sequence number after UnmapNotify + * Bugfix: Position floating windows exactly where their geometry specified + * Bugfix: Fix coordinates when the rect of an output changes + + -- Michael Stapelberg Fri, 27 Jan 2012 19:04:28 +0000 + +i3-wm (4.1.1-1) unstable; urgency=low + + * Re-add build-arch/build-indep targets to debian/rules (Closes: #648613) + * Create a secure temp path instead of a predictable one + * ipc: set CLOEXEC on client file descriptors + * Fix prototype in include/xcursor.h + * Bugfix: Skip dock clients when handling FocusIn events + * Bugfix: Fix fullscreen with floating windows + * Bugfix: Fix startup when RandR is not present + * Bugfix: Retain window position and size when changing floating border + * Bugfix: Disallow focusing dock clients via criteria + * Bugfix: Don’t create a workspace named 'back_and_forth' on startup + * Bugfix: Fix wrong focus in complex tabbed/stacked layouts + * Bugfix: Fix resizing for (e.g.) v-split containers in h-split containers + * Bugfix: Fix 'resize' command in nested containers + * Bugfix: Don’t set the _NET_WM_WORKAREA hint at all + * Bugfix: Skip leading whitespace in variable assignments + * Bugfix: Make resizing of tiling windows with floating_modifier use absolute + coordinates + * Bugfix: Make resizing work when pressing floating_modifier + right mouse + button on window decorations + * Bugfix: Fix setting the same mark repeatedly on different windows + * Bugfix: Disallow focusing other windows when in fullscreen mode + * Bugfix: Ignore ConfigureRequests with out-of-bound coordinates + * Bugfix: Correctly check boundaries and reassign floating windows when + moving + * Bugfix: Don’t close workspace when there are still floating windows on it + + -- Michael Stapelberg Sat, 24 Dec 2011 16:23:55 +0100 + +i3-wm (4.1-1) unstable; urgency=low + + * Switch to dpkg-source 3.0 (quilt) and compat level 7 * Implement system tray support in i3bar (for NetworkManager, Skype, …) + * i3bar is now configurable in the i3 configfile * Implement support for PCRE regular expressions in criteria * Implement a new assign syntax which uses criteria * Sort named workspaces whose name starts with a number accordingly * Warn on duplicate bindings for the same key * Restrict 'resize' command to left/right for horizontal containers, up/down for vertical containers + * Implement support for startup notifications (cursor will change to 'watch', + started applications show up on the workspace they have been launched on) * Implement the GET_MARKS IPC request to get all marks * Implement the new_float config option (border style for floating windows) * Implement passing IPC sockets to i3 (systemd-style socket activation) * Implement the 'move output' command to move containers to a specific output + * Implement focus switching for floating windows + * Implement the window_role criterion (for matching multi-window apps) + * Implement a force_xinerama configuration directive + * Implement the --get-socketpath, useful for scripts using the IPC interface + * Implement the 'move workspace next' and 'move workspace prev' commands + * Implement the 'workspace back_and_forth' command and related configuration + option + * Implement the move command for floating windows + * i3 will now handle arbitrary text arguments by sending them as an IPC + command, like i3-msg: 'i3 reload' or 'i3 move workspace 3' + * Introduce the i3-sensible-{pager,editor,terminal} scripts to execute + $PAGER, $EDITOR or an available terminal emulator + * i3-input: implement -F (format) option * Bugfix: Preserve marks when restarting - - -- Michael Stapelberg Sun, 28 Aug 2011 20:17:31 +0200 + * Bugfix: Correctly free old assignments when reloading + * Bugfix: Fix flickering when moving floating windows between monitors + * Bugfix: Correctly handle ConfigureRequests for floating windows in a + multi-monitor environment. + * Bugfix: Fix size of floating windows with X11 borders + * Bugfix: Always adjust floating window position when moving to another + output + * Bugfix: Avoid out-of-bounds coordinates when moving floating windows + * Bugfix: Don’t steal focus when a window gets destroyed + * Bugfix: Correctly split key/value when parsing variables + * Bugfix: Correctly revert focus to other floating windows when closing a + floating window + * Bugfix: Don’t leak the error logfile file descriptor + * Bugfix: Don’t steal focus when a window opens on an invisible workspace due + to assignments + * Bugfix: Fix handling of Mode_switch in i3-input + * Bugfix: Close invisible workspaces when they become empty + * Bugfix: Don’t invoke interactive resizing when clicking on the decoration + of a split container with more than one child (switch focus instead) + * Bugfix: Make named workspace assignments work again + * Bugfix: RandR: Correctly keep focus on the focused workspace when an output + disappears + * Bugfix: Insert container at the correct position on workspace level when + workspace_layout == default + + -- Michael Stapelberg Fri, 11 Nov 2011 21:28:15 +0000 i3-wm (4.0.2-1) unstable; urgency=low