SHA256
1
0
forked from pool/wezterm

- Update to version 20220807.113146.c2fee766+git39:

* macos: report max_fps in ScreenInfo
  * macos: implement max_fps
  * docs: changelog for #2434
  * Add control key in docs
  * Add missing license files
  * cargo update
  * background: avoid weird wraparound in radial gradients
  * docs: changelog for https://github.com/wez/wezterm/pull/2394
  * chore: Sync color schemes with nightfox changes
  * pty: fix doc example
  * fixup build for pty api change
  * pty: fixup for macos
  * pty: try_clone_writer -> take_writer
  * term: hook flush up to ThreadedWriter
  * Fix `alias` for Flatpak: command wasn't quoted
  * docs: add stable download links for suse and alpine
  * fix bypass_mouse_reporting_modifiers
  * add update-status event. deprecates update-right-status
  * fix overly truncated tab titles
  * apply executable checks to $SHELL and /etc/passwd lookup
  * pty: cmdbuilder: check for executable access when resolving program
  * fix fedora download links
  * docs: update info about number of color schemes
  * docs: add missing COMMANDS entry for ShowLauncherArgs
  * docs: clarify ShowLauncherArgs flags behavior
  * docs: wezterm is now on flathub
  * ActivatePaneDirection uses recency to resolve ambiguous moves
  * sync color schemes with nightfox
  * remove flatpak-unsupported link types

OBS-URL: https://build.opensuse.org/package/show/X11:terminals/wezterm?expand=0&rev=30
This commit is contained in:
Soc Virnyl Estela 2022-08-20 06:27:55 +00:00 committed by Git OBS Bridge
parent 8ea9c827b1
commit 93f9a436d1
8 changed files with 69 additions and 7 deletions

View File

@ -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">1212865974837dfb021f43d87657a1b95c2f6966</param>
<param name="revision">4fead3171ecdd1513d420af040c9ff75b9cefe41</param>
<param name="versionrewrite-pattern">(\d+)-(\d+)-(\w+)</param>
<param name="versionrewrite-replacement">\1.\2.\3</param>
<param name="changesgenerate">enable</param>

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a3277f28eacd180b0bda372ffa953689572a66d4cf34d8c3b2464aeffee2246d
size 93709162
oid sha256:ad2c0c70fa58624a3076f0738bb52b048d4e7734bd30316fd939ce2f8208c0ba
size 91173029

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c25cabf18c0188fa186287bbf96bbf42c6d48ed3e28c8fb3cd61b63b6e5e9090
size 117811293

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0915427aefcd60275578b78e2e150217fc5d7b24ecadd3a5fe589d18513cfaf6
size 249373710

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:846b803bfa5e30e17612b245f5efbe0b5682c8a6537514605c60767d4c9a28d0
size 118513070

View File

@ -1,3 +1,58 @@
-------------------------------------------------------------------
Sat Aug 20 06:20:08 UTC 2022 - socvirnyl.estela@gmail.com
- Update to version 20220807.113146.c2fee766+git39:
* macos: report max_fps in ScreenInfo
* macos: implement max_fps
* docs: changelog for #2434
* Add control key in docs
* Add missing license files
* cargo update
* background: avoid weird wraparound in radial gradients
* docs: changelog for https://github.com/wez/wezterm/pull/2394
* chore: Sync color schemes with nightfox changes
* pty: fix doc example
* fixup build for pty api change
* pty: fixup for macos
* pty: try_clone_writer -> take_writer
* term: hook flush up to ThreadedWriter
* Fix `alias` for Flatpak: command wasn't quoted
* docs: add stable download links for suse and alpine
* fix bypass_mouse_reporting_modifiers
* add update-status event. deprecates update-right-status
* fix overly truncated tab titles
* apply executable checks to $SHELL and /etc/passwd lookup
* pty: cmdbuilder: check for executable access when resolving program
* fix fedora download links
* docs: update info about number of color schemes
* docs: add missing COMMANDS entry for ShowLauncherArgs
* docs: clarify ShowLauncherArgs flags behavior
* docs: wezterm is now on flathub
* ActivatePaneDirection uses recency to resolve ambiguous moves
* sync color schemes with nightfox
* remove flatpak-unsupported link types
* fix typo in appdata id tag
* flesh out appdata a bit more
* add content rating and release info to appdata
* docs: remove not yet bit
* cargo update
* cleanup log files older than 1 week
* don't recompile dependencies we've already got
* disambiguate which "git" we want
* color schemes: update version in .rs, re-sync, add helper for changelog
* docs: 20220807-113146-c2fee766 release
* ci: nth time's the charm for winget tag pr thing
* ci: format with black
* ci: tweak winget pr stuff a bit more
* ci: maybe fixup winget pr submission when tagging a release
* wayland: disable use of wlr-output-management protocol
* add window:set_left_status
* refine dual source blending / subpixel aa and RGBA color interaction
* fix positioning of visual bell
* boxmodel: fix missing bearing_x / x_offset
* add `wezterm ls-fonts --rasterize-ascii --text foo`
* mux: adjust window size after attach
-------------------------------------------------------------------
Fri Aug 05 06:43:44 UTC 2022 - socvirnyl.estela@gmail.com

4
wezterm.obsinfo Normal file
View File

@ -0,0 +1,4 @@
name: wezterm
version: 20220807.113146.c2fee766+git39
mtime: 1660968171
commit: 4fead3171ecdd1513d420af040c9ff75b9cefe41

View File

@ -19,7 +19,7 @@
%global rustflags -Clink-arg=-Wl,-z,relro,-z,now -C debuginfo=2
Name: wezterm
Version: 20220624.141144.bd1b7c5d+git307
Version: 20220807.113146.c2fee766+git39
Release: 0
Summary: GPU-accelerated cross-platform terminal emulator and multiplexer
URL: https://github.com/wez/wezterm