Accepting request 1229722 from GNOME:Factory
- Update to version 47.6: + Many separate light/dark palettes have been merged so that they may switch between light/dark like the core palettes. + A new GSetting has been added to allow controlling middle-mouse-click behavior. + Use the minimum size request for the header bar to prevent --title from creating larger than necessary windows. + Fix brightness of GNOME palette on dark mode to match palette index 7. + Revert a workaround for reverse video cursor which caused some fg/bg issues in some terminal applications. + Ensure all palettes specify Cursor color which makes the previous mitigation unnecessary. + Allow the window to grow/shrink when dragging a tab out of the tab bar. + Send SIGHUP before SIGKILL upon forcing a tab to quit so that shells like bash may save history. + Mark mosh/mosh-client as "remote" processes. (forwarded request 1228588 from iznogood) OBS-URL: https://build.opensuse.org/request/show/1229722 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ptyxis?expand=0&rev=5
This commit is contained in:
commit
966c4112e0
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.gnome.org/chergert/ptyxis.git</param>
|
||||
<param name="revision">47.5</param>
|
||||
<param name="revision">47.6</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d6219f6f1e52e72cf4cf1cd7b8708764dcc837461f48adf47e0f6aad4c3a7d88
|
||||
size 5379597
|
3
ptyxis-47.6.obscpio
Normal file
3
ptyxis-47.6.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:621526dcef80a783cc2378b5dde5fe8f042db5b8ffdeb97dfb98208aaf59413a
|
||||
size 5385741
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 5 21:18:50 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 47.6:
|
||||
+ Many separate light/dark palettes have been merged so that they
|
||||
may switch between light/dark like the core palettes.
|
||||
+ A new GSetting has been added to allow controlling
|
||||
middle-mouse-click behavior.
|
||||
+ Use the minimum size request for the header bar to prevent
|
||||
--title from creating larger than necessary windows.
|
||||
+ Fix brightness of GNOME palette on dark mode to match palette
|
||||
index 7.
|
||||
+ Revert a workaround for reverse video cursor which caused some
|
||||
fg/bg issues in some terminal applications.
|
||||
+ Ensure all palettes specify Cursor color which makes the
|
||||
previous mitigation unnecessary.
|
||||
+ Allow the window to grow/shrink when dragging a tab out of the
|
||||
tab bar.
|
||||
+ Send SIGHUP before SIGKILL upon forcing a tab to quit so that
|
||||
shells like bash may save history.
|
||||
+ Mark mosh/mosh-client as "remote" processes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 21 22:18:50 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: ptyxis
|
||||
version: 47.5
|
||||
mtime: 1732223321
|
||||
commit: 862b95443daee4bf0642664dee23f20de5f359b1
|
||||
version: 47.6
|
||||
mtime: 1733431148
|
||||
commit: 597699953f3aac94c776bbc7a900df056741ca63
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ptyxis
|
||||
Version: 47.5
|
||||
Version: 47.6
|
||||
Release: 0
|
||||
Summary: A terminal for GNOME with first-class support for containers
|
||||
License: GPL-3.0-or-later
|
||||
|
Loading…
x
Reference in New Issue
Block a user