.github
AnyEvent-I3
contrib
debian
docs
etc
i3-config-wizard
i3-dump-log
i3-input
i3-msg
i3-nagbar
i3bar
include
libi3
man
meson
parser-specs
share
src
testcases
travis
.clang-format
.dockerignore
.editorconfig
.gitignore
.travis.yml
DEPENDS
LICENSE
PACKAGE-MAINTAINER
README.md
RELEASE-NOTES-4.19
RELEASE-NOTES-next
generate-command-parser.pl
i3-dmenu-desktop
i3-migrate-config-to-v4
i3-save-tree
i3-sensible-editor
i3-sensible-pager
i3-sensible-terminal
logo.svg
meson.build
meson_options.txt
pseudo-doc.doxygen
release.sh
34 lines
1.7 KiB
Plaintext
34 lines
1.7 KiB
Plaintext
|
|
┌──────────────────────────────┐
|
|
│ Release notes for i3 v4.20 │
|
|
└──────────────────────────────┘
|
|
|
|
This is i3 v4.19. This version is considered stable. All users of i3 are
|
|
strongly encouraged to upgrade.
|
|
|
|
|
|
┌────────────────────────────┐
|
|
│ Changes in i3 v4.20 │
|
|
└────────────────────────────┘
|
|
|
|
• i3-nagbar: position on focused monitor by default
|
|
• i3-nagbar: add option to position on primary monitor
|
|
• alternate focusing tab/stack children-parent containers by clicking on their titlebars
|
|
• i3bar: use first bar config by default
|
|
• i3-dump-log -f now uses UNIX sockets instead of pthreads. The UNIX socket approach
|
|
should be more reliable and also more portable.
|
|
• Allow for_window to match against WM_CLIENT_MACHINE
|
|
• Add %machine placeholder (WM_CLIENT_MACHINE) to title_format
|
|
|
|
┌────────────────────────────┐
|
|
│ Bugfixes │
|
|
└────────────────────────────┘
|
|
|
|
• when initializing new outputs, avoid duplicating workspace numbers
|
|
• fix workspaces not moving to assigned output after output becomes available
|
|
• fix duplicate bindcode after i3-config-wizard
|
|
• i3bar: properly close file descriptors
|
|
• i3bar: properly restart status command after config change
|
|
• i3bar: exit with 1 when a wrong command line argument is used
|
|
• fix commented-out rofi call in default i3 config
|