Releases: wez/wezterm
Releases · wez/wezterm
20200517-122836-92c201c6
- AppImage: Support looking for configuration in
WezTerm.AppImage.config
and
WezTerm.AppImage.home
to support portable thumbdrive use of wezterm on
linux systems - We now check the github releases section for updated stable releases and show
a simple UI to let you know about the update, with links to download/install
it. We don't automatically download the release: just make a small REST API
call to github. There is no data collection performed by the wezterm project
as part of this. We check once every 24 hours. You can set
check_for_updates = false
in your config to disable this completely if
desired, or setcheck_for_updates_interval_seconds
to an alternative update
interval. - Added support for OSC 110-119 to reset dynamic colors, improving our support for Neovim.
- Change OSC rendering to use the long-form
ST
sequenceESC \
rather than
the more convenient alternativeBEL
representation, which was not
recognized by Neovim when querying for color information. - Fixed Shift-Tab key on X11 and Wayland
- WezTerm is now also available to Windows users via Scoop
20200505-090057-31c6155f
wezterm: avoid weird argv0 misrepresentation with AppImage
20200505-083000-e6d9183e
meant to update the workflows too!
20200503-171512-b13ef15f
Revise doc build for recent CI changes
20200406-151651-5b700e4
wezterm: recognize MS terminal mode 25 for cursor visibility
20200202-200216-b07ed454
ci: gah, another round of windows
20200202-181957-765184e5
ci: fixup windows tag builder
20200202-180558-2489abf9
connui: accommodate multi-line 2fac prompts This fixes up the cursor position when the remote host sends a multi-line prompt.
20200113-222147-724ad3a
update changelog for latest release
20200113-214446-bb6251f
prevent stats printing from interfering with cli proxy This makes using stats with the mux possible again: ``` periodic_stat_logging = 10 ```