SHA256
1
0
forked from pool/wezterm

- Add shell completions for bash, zsh, and fish.

- Print version to `.tag` file to let `wezterm -V` or `wezterm --version`
  command show the version.

OBS-URL: https://build.opensuse.org/package/show/X11:terminals/wezterm?expand=0&rev=56
This commit is contained in:
Soc Virnyl Estela
2022-12-21 12:50:32 +00:00
committed by Git OBS Bridge
parent 99065d2891
commit b22c0c2b9c
2 changed files with 46 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Dec 21 12:49:12 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Add shell completions for bash, zsh, and fish.
- Print version to `.tag` file to let `wezterm -V` or `wezterm --version`
command show the version.
-------------------------------------------------------------------
Fri Dec 16 15:49:36 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>