2025-01-16 16:43:03 by Kevin Bloom | Files touched by this commit (4) | |
Log message:
kitty: update to 0.39.0
- Automatically use dark/light color scheme based on the color scheme
of the parent terminal
- Allow dynamically generating configuration by running an arbitrary
program using the new geninclude directive in kitty.conf
- Optionally, when a program running in kitty reports progress of a
task display it as a percentage in the tab title.
- When mapping a custom kitten allow using shell escaping for the
kitten path
- Fix border colors not being changed by auto light/dark themes at
startup
- Fix kitten not being on PATH when SSHing into Debian systems
- Abort when run inside a terminal that does not support the kitty
keyboard protocol
- Add support for reporting name of the OS the terminal emulator is
running on
- Allow using the Passwords app to autofill passwords via the
Edit->Autofill menu mimicking other macOS applications
- Add menu items to the Edit menu to clear the screen and scrollback
- Fix the clear_terminal scrollback action also clearing screen, not
just the scrollback
- When reloading configuration fix auto color themes not being
re-applied
|
2024-12-26 17:50:44 by Kevin Bloom | Files touched by this commit (5) | |
Log message:
kitty: update to 0.38.1
0.38.1:
- bug fixes
0.38.0:
- Allow specifying individual color themes to use so that kitty
changes colors automatically following the OS dark/light mode
- notify_on_cmd_finish: Automatically remove notifications when
the window gains focus or the next notification is shown.
- Discard OSC 9 notifications that start with 4
- clipboard kitten: Fix a bug causing kitten to hang in filter
mode when input data size is not divisible by 3 and larger
than 8KB
- Graphics protocol: Fix delete by number not deleting newest
image with the specified number
- Fix dashed and dotted underlines not being drawn at the same y
position as straigh underlines at all font sizes
- panel kitten: Allow creating floating and on-top panels with
arbitrary placement and size on Wayland
- hints/unicode_input kittens: Do not lose keypresses that are
sent very rapidly via an automation tool immediately after the
kitten is launched
|
2024-11-07 15:18:42 by Kevin Bloom | Files touched by this commit (4) | |
Log message:
kitty: update to 0.37.0
- new optional text cursor movement animation that shows a trail
following the movement of the cursor making it easy to follow large
cursor jumps
- Add a framework for easily and securely using remote control from
within a kitten's main() function
- bug fixes
|
2024-09-30 19:51:46 by Kevin Bloom | Files touched by this commit (6) | |
Log message:
kitty: update to 0.36.4
Packaging Changes:
- new go version
- now requires Nerd Font symbols to build
Upstream Changes:
Many bug fixes from versions 0.35.2 -> 0.36.4. 0.36.x now has
variable font support.
|
2024-09-06 20:49:02 by Benny Siegert | Files touched by this commit (180) | |
Log message:
Revbump all Go packages after go122 update
|
2024-08-11 17:57:15 by Benny Siegert | Files touched by this commit (176) | |
Log message:
Revbump all Go packages after update
|
2024-08-01 10:18:31 by pin | Files touched by this commit (3) | |
Log message:
x11/kitty: update to 0.35.2
0.35.2 [2024-06-22]
- A new option, window_logo_scale to specify how window logos are scaled with \
respect to the size of the window containing the logo (#7534)
- A new option, cursor_shape_unfocused to specify the shape of the text cursor \
in unfocused OS windows (#7544)
- Remote control: Fix empty password not working (#7538)
- Wayland: Fix regression in 0.34.0 causing flickering on window resize on \
NVIDIA drivers (#7493)
- Wayland labwc: Fix kitty timing out waiting for compositor to quit fucking \
around with scales on labwc (#7540)
- Fix scrollback_indicator_opacity not actually controlling the opacity (#7557)
- URL detection: Fix IPv6 hostnames breaking URL detection (#7565)
|
2024-07-03 08:59:36 by Benny Siegert | Files touched by this commit (169) | |
Log message:
Revbump all Go packages after go122 security update
|
2024-06-13 15:47:13 by Benny Siegert | Files touched by this commit (169) | |
Log message:
Revbump all Go packages after go122 update
|
2024-06-01 16:03:06 by Benny Siegert | Files touched by this commit (168) |
Log message:
Revbump all Go packages, default Go version is now 1.22.
|