Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 67f9d8cce5 | |||
|
|
89a7636cad | ||
| 50ad51752a | |||
|
|
3b6022af7e |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e42cc9d43f26d048cbe0eca9fc7e25a4759f2e6f4bca5835b12a17629cb10192
|
||||
size 613580
|
||||
Binary file not shown.
3
foot-1.25.0.tar.gz
Normal file
3
foot-1.25.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6572595658c81dde9dd1697a475fceaa2e46fbe8989bed989822643578a2ebe2
|
||||
size 621034
|
||||
BIN
foot-1.25.0.tar.gz.sig
Normal file
BIN
foot-1.25.0.tar.gz.sig
Normal file
Binary file not shown.
35
foot.changes
35
foot.changes
@@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 16 14:35:32 UTC 2025 - Arnav Singh <opensuse@arnavion.dev>
|
||||
|
||||
- Update to v1.25.0:
|
||||
* foot.ini options:
|
||||
* Added new colors{,2}.dim-blend-towards options to select which color to
|
||||
blend towards when dimming text. Defaults to black for colors and
|
||||
white for colors2.
|
||||
* Added new tweak.min-stride-alignment option to control the stride of
|
||||
SHM buffers. This controls whether the compositor can directly import
|
||||
the buffers into the GPU without copying.
|
||||
* Fixed URL labels being misplaced when the URL contains
|
||||
double-width characters.
|
||||
* Fixed spaces being missing when copying or piping contents with tabs.
|
||||
* See https://codeberg.org/dnkl/foot/releases/tag/1.25.0 for more details.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 12 15:41:55 UTC 2025 - Arnav Singh <opensuse@arnavion.dev>
|
||||
|
||||
- Update to v1.24.0:
|
||||
* foot.ini options:
|
||||
* Added new main.uppercase-regex-insert option to control whether or not
|
||||
an uppercase hint character will insert the selected text into the prompt
|
||||
in regex-copy or show-urls-copy mode, ie the wezterm-inspired behavior
|
||||
introduced in v1.23.0. It defaults to true.
|
||||
* Label letters are no longer sorted before being assigned to URLs.
|
||||
* Sending SIGUSR1/SIGUSR2 to a foot --server process now causes
|
||||
newly spawned client instances to use the selected theme,
|
||||
instead of the original one.
|
||||
* SIGUSR1/SIGUSR2 can now be sent to a footclient process to change the theme
|
||||
of that particular instance.
|
||||
* Fixed invalid values in foot.ini overriding other valid ones,
|
||||
which would cause misbehavior or crashes.
|
||||
* See https://codeberg.org/dnkl/foot/releases/tag/1.24.0 for more details.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 23 06:45:11 UTC 2025 - Arnav Singh <opensuse@arnavion.dev>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package foot
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -20,7 +20,7 @@
|
||||
%define _distconfdir %{_sysconfdir}
|
||||
%endif
|
||||
Name: foot
|
||||
Version: 1.23.1
|
||||
Version: 1.25.0
|
||||
Release: 0
|
||||
Summary: A Wayland terminal emulator
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user