Skip to content

Releases: wez/wezterm

20200517-122836-92c201c6

17 May 19:38
Compare
Choose a tag to compare
  • 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 set check_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 sequence ESC \ rather than
    the more convenient alternative BEL 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

05 May 16:08
Compare
Choose a tag to compare
wezterm: avoid weird argv0 misrepresentation with AppImage

20200505-083000-e6d9183e

05 May 15:34
Compare
Choose a tag to compare
meant to update the workflows too!

20200503-171512-b13ef15f

04 May 00:23
Compare
Choose a tag to compare
Revise doc build for recent CI changes

20200406-151651-5b700e4

06 Apr 22:22
Compare
Choose a tag to compare
wezterm: recognize MS terminal mode 25 for cursor visibility

20200202-200216-b07ed454

03 Feb 04:05
Compare
Choose a tag to compare
ci: gah, another round of windows

20200202-181957-765184e5

03 Feb 02:23
Compare
Choose a tag to compare
ci: fixup windows tag builder

20200202-180558-2489abf9

03 Feb 02:11
Compare
Choose a tag to compare
connui: accommodate multi-line 2fac prompts

This fixes up the cursor position when the remote host sends
a multi-line prompt.

20200113-222147-724ad3a

14 Jan 06:24
Compare
Choose a tag to compare
update changelog for latest release

20200113-214446-bb6251f

14 Jan 05:48
Compare
Choose a tag to compare
prevent stats printing from interfering with cli proxy

This makes using stats with the mux possible again:

```
periodic_stat_logging = 10
```