forked from pool/wezterm
- Update to version 20220905.102802.7d4b8249+git147:
* deps: textwrap -> 0.16 * cargo update * deps: upgrade finl_unicode to 1.2 * macos: remove UNHANDLED: IME: do_command_by_selector warnings * render: remove redundant extra quad buffer * trim heap usage * reduce log level strength of "breaking on overflow" * ci: maybe fix suse CI * update cargo.lock for bidi release * bidi: bump version for publish * update harfbuzz to 5.3.1 * mux client: add a warning * gui: set up mux socket for `wezterm connect` case as well * fix panic with window:set_workspace when default domain is mux * bidi: move conformance tests to separate file * cargo update * termwiz: fixup for 32-bit systems * termwiz: update widechar_width for unicode 15 * keys: ctrl-shift-1 didn't switch to the first tab * launcher: don't panic when launching nothing * fonts: fix shaping for U+28 U+FF9F * fmt * fix wrapping issue with double-wide cells and hyperlink rules * mux client: consider domain id when mapping panes * mux client: add domain id to logs * mux client: refine some debug a big * charselect: improve compatibility with QMK unicode inputs * ssh: libssh: improve diagnostic in case connect fails * mux: fix stale local/remote window id mapping in mux client OBS-URL: https://build.opensuse.org/package/show/X11:terminals/wezterm?expand=0&rev=44
This commit is contained in:
parent
32911dafc1
commit
1141563067
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/wez/wezterm.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">ed63d728bfe5b628352c9715617b7ca68ff96a54</param>
|
||||
<param name="revision">43f2265ef1ccfbb52e6596982156df57c382e1aa</param>
|
||||
<param name="versionrewrite-pattern">(\d+)-(\d+)-(\w+)</param>
|
||||
<param name="versionrewrite-replacement">\1.\2.\3</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6950946dfa6af82892f3c4ac0349f2198d8d294b17b173674a4f21c2dc503311
|
||||
size 93007403
|
||||
oid sha256:ab87099a1b1492dce4c7c50e021d09a87f24be838b2d838c8faa330a42f4100b
|
||||
size 100300347
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aef15130e1cd1e7361e0684a02c7974283e814b39f8be983a7f17814e9df05db
|
||||
size 543057920
|
3
wezterm-20220905.102802.7d4b8249+git147.tar.gz
Normal file
3
wezterm-20220905.102802.7d4b8249+git147.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:08c58e7914b0f1bd9de0a6840a3f0a39a93d1db3deeb5f2e08bef71bf5d7d3e4
|
||||
size 547430400
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 26 22:28:40 UTC 2022 - socvirnyl.estela@gmail.com
|
||||
|
||||
- Update to version 20220905.102802.7d4b8249+git147:
|
||||
* deps: textwrap -> 0.16
|
||||
* cargo update
|
||||
* deps: upgrade finl_unicode to 1.2
|
||||
* macos: remove UNHANDLED: IME: do_command_by_selector warnings
|
||||
* render: remove redundant extra quad buffer
|
||||
* trim heap usage
|
||||
* reduce log level strength of "breaking on overflow"
|
||||
* ci: maybe fix suse CI
|
||||
* update cargo.lock for bidi release
|
||||
* bidi: bump version for publish
|
||||
* update harfbuzz to 5.3.1
|
||||
* mux client: add a warning
|
||||
* gui: set up mux socket for `wezterm connect` case as well
|
||||
* fix panic with window:set_workspace when default domain is mux
|
||||
* bidi: move conformance tests to separate file
|
||||
* cargo update
|
||||
* termwiz: fixup for 32-bit systems
|
||||
* termwiz: update widechar_width for unicode 15
|
||||
* keys: ctrl-shift-1 didn't switch to the first tab
|
||||
* launcher: don't panic when launching nothing
|
||||
* fonts: fix shaping for U+28 U+FF9F
|
||||
* fmt
|
||||
* fix wrapping issue with double-wide cells and hyperlink rules
|
||||
* mux client: consider domain id when mapping panes
|
||||
* mux client: add domain id to logs
|
||||
* mux client: refine some debug a big
|
||||
* charselect: improve compatibility with QMK unicode inputs
|
||||
* ssh: libssh: improve diagnostic in case connect fails
|
||||
* mux: fix stale local/remote window id mapping in mux client
|
||||
* config: validate consistency of domain names
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 14 12:21:25 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: wezterm
|
||||
version: termwiz-0.18.0+git37
|
||||
mtime: 1665468400
|
||||
commit: ed63d728bfe5b628352c9715617b7ca68ff96a54
|
||||
version: termwiz-0.18.0+git67
|
||||
mtime: 1666583447
|
||||
commit: 43f2265ef1ccfbb52e6596982156df57c382e1aa
|
||||
|
@ -19,7 +19,7 @@
|
||||
%global rustflags -Clink-arg=-Wl,-z,relro,-z,now -C debuginfo=2
|
||||
|
||||
Name: wezterm
|
||||
Version: 20220905.102802.7d4b8249+git117
|
||||
Version: 20220905.102802.7d4b8249+git147
|
||||
Release: 0
|
||||
Summary: GPU-accelerated cross-platform terminal emulator and multiplexer
|
||||
URL: https://github.com/wez/wezterm
|
||||
|
Loading…
Reference in New Issue
Block a user