Path to this page:
./
x11/kitty,
GPU based terminal emulator
Branch: CURRENT,
Version: 0.41.0,
Package name: kitty-0.41.0,
Maintainer: pkgsrc-userskitty - the fast, featureful, GPU based terminal emulator
Required to run:[
sysutils/dbus] [
graphics/MesaLib] [
graphics/hicolor-icon-theme] [
graphics/freetype2] [
graphics/png] [
fonts/fontconfig] [
devel/ncurses] [
x11/xcursor] [
x11/liboldXrandr] [
fonts/harfbuzz] [
x11/libxkbcommon] [
lang/python37]
Required to build:[
pkgtools/x11-links] [
x11/xcb-proto] [
x11/fixesproto4] [
pkgtools/cwrappers] [
x11/xorgproto]
Master sites:
Filesize: 8683.633 KB
Version history: (Expand)
- (2025-03-31) Updated to version: kitty-0.41.0
- (2025-03-08) Updated to version: kitty-0.40.0
- (2025-03-07) Updated to version: kitty-0.39.1nb1
- (2025-02-03) Updated to version: kitty-0.39.1
- (2025-01-16) Updated to version: kitty-0.39.0
- (2024-12-26) Updated to version: kitty-0.38.1
CVS history: (Expand)
2025-03-08 15:11:34 by Kevin Bloom | Files touched by this commit (4) |  |
Log message:
kitty: update to 0.40.0
Packaging changes:
- new dependency: graphics/cairo
Upstream changes:
- opt-in to use and display text in multiple font sizes both larger
and smaller than the base font size
- When rendering underlines add gaps around text descenders
- fix the issue of text-width mismatches
- Behavior change: The notify_on_cmd_finish option now uses OS Window
visibility instead of focus state when set to invisible on platforms
that support querying OS window visibility
- launch: Add options launch --source-window and launch --next-to to
allow specifying which window is used as the data source and
destination location independently of the currently active window
- ALinux: Add support for COLRv1 fonts. These are typically emoji
fonts that use vector images for emoji
- Add support for the octant box-drawing characters
- Speed up rendering of box drawing characters by moving the
implementation to native code
- Wayland: Fix mouse pointer position update not being sent when
focus regained
- Fix cursor blink animation when background_opacity is less than one
- Wayland: panel kitten: Add a center mode for creating panels to
ease creation of centered popups in Waylandt
|
2025-03-07 21:54:34 by Benny Siegert | Files touched by this commit (190) |  |
Log message:
Revbump all Go packages after go124 update
I realize I forgot to do the revbump after updating the default Go
version to 1.24, so let's do that now.
|
2025-02-07 11:48:12 by Thomas Klausner | Files touched by this commit (1) |
Log message:
kitty: fix comment in PLIST
|
2025-02-03 15:32:47 by Kevin Bloom | Files touched by this commit (4) |  |
Log message:
kitty: update to 0.39.1
- Allow setting the bias of the current split using layout_action
bias
- Workaround for some broken light color themes that make the hints
text color too low contrast to read
- Add a new event on_color_scheme_preference_change
|
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.
|