diff --git a/_constraints b/_constraints new file mode 100644 index 0000000..b1d0396 --- /dev/null +++ b/_constraints @@ -0,0 +1,8 @@ + + + + + 8 + + + diff --git a/_service b/_service index 89adbe4..39a06be 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ https://github.com/wez/wezterm.git @PARENT_TAG@+git@TAG_OFFSET@ git - b9d0843b710cecc08c27c36064fa19a47fea650a + 86c9d7814860a93cc16d5edc204751ea27e17f03 (\d+)-(\d+)-(\w+) \1.\2.\3 enable diff --git a/cargo_config b/cargo_config index d11bd7a..d62ab02 100644 --- a/cargo_config +++ b/cargo_config @@ -15,10 +15,5 @@ git = "https://github.com/wez/xcb-imdkit-rs.git" rev = "ede7c71b85fe2537efef6cf999a45690316211cf" replace-with = "vendored-sources" -[source."https://github.com/wez/xkbcommon-rs.git"] -git = "https://github.com/wez/xkbcommon-rs.git" -branch = "key-by-name" -replace-with = "vendored-sources" - [source.vendored-sources] directory = "vendor" \ No newline at end of file diff --git a/vendor.tar.gz b/vendor.tar.gz index 54d4f2f..508e67b 100644 --- a/vendor.tar.gz +++ b/vendor.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:00e435f4c62ec50271e1195066d6b4c9285912b6472ad41ab6b16178f79c8868 -size 91143078 +oid sha256:c94c9602b53335ace2f93100640567ee768ca819fb6c310abafab6634d75ffaf +size 91670232 diff --git a/wezterm-20220807.113146.c2fee766+git109.tar.gz b/wezterm-20220807.113146.c2fee766+git109.tar.gz deleted file mode 100644 index 4e90695..0000000 --- a/wezterm-20220807.113146.c2fee766+git109.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:522c17f00f05c77aacbeb0856e76931cff09e593281d09f436aee4e7bd17bd83 -size 118540602 diff --git a/wezterm-20220905.102802.7d4b8249+git3.tar.gz b/wezterm-20220905.102802.7d4b8249+git3.tar.gz new file mode 100644 index 0000000..d31a0b5 --- /dev/null +++ b/wezterm-20220905.102802.7d4b8249+git3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6868c5aeb957e63c8e8bca30a074b7b4432ee030338d95340583d9967ed7aa36 +size 119311695 diff --git a/wezterm.changes b/wezterm.changes index 661f01b..7afac67 100644 --- a/wezterm.changes +++ b/wezterm.changes @@ -1,3 +1,64 @@ +------------------------------------------------------------------ +Tue Sep 06 11:44:03 UTC 2022 - socvirnyl.estela@gmail.com + +- Add _constraints file to avoid memory exhaustion. +- Update to version 20220905.102802.7d4b8249+git3: + * shaper: restart presentation=None from font_idx=0 + * docs: publish release + * docs for switch_to_last_active_tab_when_closing_tab + * add switch_to_last_active_tab_when_closing_tab config option + * docs: slightly clarify language in ActivateLastTab + * docs: link to SpawnCommandInNewTab from SpawnTab + * docs: changelog + * Search incrementally in chunks of 1000 lines, show progress + * fix quad cache top pixel value + * cargo update + * Fix typo in harfbuzz.rs + * fix hangul NFC shaping + * lua: patch os.getenv with our own function + * termwiz: remove assertions + * docs: charselect and paneselect font & size config + * ci: expand auto-generated release description + * fontconfig: allow proportional fallbacks for codepoints + * docs: changelog for 20220904-064125-9a6cee2b + * font: fix the function signature for log_buffer_message ... + * docs: update for latest release + * docs: pane:get_metadata + * cargo update + * docs: explain about ~ in default_cwd docs + * docs: refine CharSelect docs + * charselect: options to control copy behavior, + docs + * delete old record/replay scripts + * correctly invalidate line shape data when fallback fonts load async + * adventures in shaping + * harfbuzz: allow creating an OT Face + Font + * harfbuzz: revise build and bindings + * fix build on windows + * deps: xkbcommon-rs released 0.5 + * change text cursor to fa_lock when entering passwords + * add Pane::get_metadata + * reset mouse cursor to arrow when mouse leaves the window + * docs: update default assignments + * update shell completion info + * charselect: add explicit recent category, show category in UI + * cargo fmt + * pty: fix build on windows + * pty: set SHELL to the shell we selected + * pty: actually return the shell we found + * char selector: track recently selected emoji and use frecency to show it + * ssh: add trace logging when we send a signal + * ssh: reduce some redundant logging around AcceptEnv + * posix: prefer to resolve shell via the password database + * Add CharSelect modal for emoji/nerdfont/unicode input + * new color scheme: poimandres + * codec: bump version + * add pane_id and active state to render cache key + * ssh: close stdout, stderr bridges if child is done and there is no data + * add cursor shape/visibility to quad cache key + * mux: gracefully handle socketpair failure + * mux: refactor emit_output_for_pane and use it for exit_behavior + * update conpty to v1.14.2281.0 release + ------------------------------------------------------------------- Mon Aug 29 06:43:55 UTC 2022 - socvirnyl.estela@gmail.com diff --git a/wezterm.obsinfo b/wezterm.obsinfo index 3950d5c..f2e0020 100644 --- a/wezterm.obsinfo +++ b/wezterm.obsinfo @@ -1,4 +1,4 @@ name: wezterm -version: 20220807.113146.c2fee766+git109 -mtime: 1661745027 -commit: b9d0843b710cecc08c27c36064fa19a47fea650a +version: 20220905.102802.7d4b8249+git3 +mtime: 1662423004 +commit: 86c9d7814860a93cc16d5edc204751ea27e17f03 diff --git a/wezterm.spec b/wezterm.spec index 32a5b0f..78d2cca 100644 --- a/wezterm.spec +++ b/wezterm.spec @@ -19,7 +19,7 @@ %global rustflags -Clink-arg=-Wl,-z,relro,-z,now -C debuginfo=2 Name: wezterm -Version: 20220807.113146.c2fee766+git109 +Version: 20220905.102802.7d4b8249+git3 Release: 0 Summary: GPU-accelerated cross-platform terminal emulator and multiplexer URL: https://github.com/wez/wezterm