This repository has been archived by the owner on Nov 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 317
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
74 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.17.1-non-git | ||
4.18 (2020-02-18) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
|
||
┌────────────────────────────┐ | ||
│ Release notes for i3 v4.18 │ | ||
└────────────────────────────┘ | ||
|
||
This is i3 v4.18. This version is considered stable. All users of i3 are | ||
strongly encouraged to upgrade. | ||
|
||
┌────────────────────────────┐ | ||
│ Changes in i3 v4.18 │ | ||
└────────────────────────────┘ | ||
|
||
• docs/ipc: document fullscreen_mode in GET_TREE reply | ||
• docs/ipc: document marks field in GET_TREE reply | ||
• docs/ipc: document window_type in GET_TREE reply | ||
• docs/ipc: improve documentation for window_properties | ||
• docs/userguide: clarify commands/config directive wording | ||
• layout saving: remanage window after property updates (e.g. titles) | ||
• get_first_output: prefer primary output (e.g. when moving disabled outputs) | ||
• ipc: add window_type to nodes | ||
• ipc: add container id to nodes | ||
• allow dragging active titles for all container types (e.g. floating+tabbed) | ||
• allow dragging inactive titles after a 10px threshold | ||
• make tray icon order deterministic (sorted by class/instance) | ||
• implement focus next|prev | ||
• implement focus next|prev sibling | ||
• implement focus_wrapping workspace | ||
• exit with exit code 0 on --help | ||
• exec command: respect command criteria | ||
|
||
┌────────────────────────────┐ | ||
│ Bugfixes │ | ||
└────────────────────────────┘ | ||
|
||
• build: fix lcov support | ||
• build: use AC_REPLACE_FUNCS, drop bundled memmem | ||
• build: fix building with -fno-common (for gcc 10) | ||
• build: configure: deal with git worktree checkouts, where .git is a file | ||
• docs/userguide: fix link to pango markup | ||
• docs/userguide: add missing manipulating_layout anchor | ||
• docs/userguide: fix IPC socket location | ||
• i3-nagbar: make debug log visible | ||
• i3-nagbar: fix small memory leaks | ||
• i3bar: fix small memory leaks | ||
• move workspace to output: don’t create duplicate numbered workspace | ||
• correctly select output when pointer query fails | ||
• fix moving windows to scratchpad when using marks | ||
• fix startup workspace selection when workspace command uses options | ||
• do not try to center floating window on itself (fixes xterm placement) | ||
• fix “move window to <mark>” when target is a workspace | ||
• correctly activate windows behind a fullscreen window | ||
• fix back-and-forth after renaming workspaces | ||
• keep focus when moving container to marked workspace | ||
• do not show scratchpad windows upon move to position command | ||
• reparent windows to their current position when unmanaging | ||
(fixes dock clients unexpectedly moving to different output) | ||
• fix crash when moving containers | ||
• scratchpad_move: un-fullscreen correct container | ||
• avoid crash when nc->window is NULL | ||
|
||
┌────────────────────────────┐ | ||
│ Thanks! │ | ||
└────────────────────────────┘ | ||
|
||
Thanks for testing, bugfixes, discussions and everything I forgot go out to: | ||
|
||
acheronfail, Albert Safin, Antoine, Benjamin Dopplinger, Brian Ashworth, | ||
Damien Cassou, Daniele Varrazzo, David Shen, Erwin J. van Eijk, Ingo Bürk, | ||
Iskustvo, izzel, Konst Mayer, Orestis Floros, Yury Ignatev | ||
|
||
-- Michael Stapelberg, 2020-02-17 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters