Bug 256571 - x11/kitty: Update to 0.21
Summary: x11/kitty: Update to 0.21
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Rainer Hurling
URL: https://sw.kovidgoyal.net/kitty/chang...
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-12 21:09 UTC by Alexis Praga
Modified: 2021-06-13 15:05 UTC (History)
2 users (show)

See Also:


Attachments
Upgrade to 0.21 (2.44 KB, patch)
2021-06-12 21:09 UTC, Alexis Praga
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexis Praga 2021-06-12 21:09:17 UTC
Created attachment 225762 [details]
Upgrade to 0.21

Upgrade to the new version of kitty. No change in the port, except for some files in pkg-plist.

Tested with poudriere on amd64: 11.4-RELEASE-p11, 12.2-RELEASE-p8, 13.0-RELEASE-p2           

Changelog:

- Allow reloading the kitty.conf config file by pressing ctrl+shift+f5. (#1292)
- Allow clicking URLs to open them without needing to also hold ctrl+shift
- Allow remapping all mouse button press/release events to perform arbitrary actions. See details.
- Support infinite length ligatures (#3504)
- Backward incompatibility: The options to control which modifiers keys to press for various mouse actions have been removed, if you used these options, you will need to replace them with configuration using the new mouse actions framework as they will be ignored. The options were: terminal_select_modifiers, rectangle_select_modifiers and open_url_modifiers.
- Add a configurable mouse action (ctrl+alt+triplepress to select from the clicked point to the end of the line. (#3585)
- Add the ability to un-scroll the screen to the kitty @ scroll-window remote control command (#3604)
- A new option, tab_bar_margin_height to add margins around the top and bottom edges of the tab bar (#3247)
- Unicode input kitten: Fix a regression in 0.20.0 that broke keyboard handling when the NumLock or CapsLock modifiers were engaged. (#3587)
- Fix a regression in 0.20.0 that sent incorrect bytes for the F1-F4 keys in rmkx mode (#3586)
- Add a few more special commandline arguments for the launch command. Now all KITTY_PIPE_DATA is also available via command line argument substitution (#3593)
- Fix dynamically changing the background color in a window causing rendering artifacts in the tab bar (#3595)
- Fix passing STDIN to launched background processes causing them to not inherit environment variables (#3603)
- Fix deleting windows that are not the last window via remote control leaving no window focused (#3619)
- Add an option kitty @ get-text --add-cursor to also get the current cursor position and state as ANSI escape codes (#3625)
- Add an option kitty @ get-text --add-wrap-markers to add line wrap markers to the output (#3633)
- Improve rendering of curly underlines on HiDPI screens (#3637)
- ssh kitten: Mimic behavior of ssh command line client more closely by executing any command specified on the command line via the users' shell just as ssh does (#3638)
- Fix trailing parentheses in URLs not being detected (#3688)
- Tab bar: Use a lower contrast color for tab separators (#3666)
- Fix a regression that caused using the title command in session files to stop working (#3676)
- Fix ligatures not working with the Iosevka font (requires Iosevka >= 7.0.4) (#297)
- Remote control: Allow matching tabs by index number in currently active OS Window (#3708)
- ssh kitten: Fix non-standard properties in terminfo such as the ones used for true color not being copied (#312)
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-06-13 15:04:44 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9176f36cbb6aaa2b98f0a948668d8be9ebb56645

commit 9176f36cbb6aaa2b98f0a948668d8be9ebb56645
Author:     Rainer Hurling <rhurlin@FreeBSD.org>
AuthorDate: 2021-06-13 15:01:18 +0000
Commit:     Rainer Hurling <rhurlin@FreeBSD.org>
CommitDate: 2021-06-13 15:01:18 +0000

    x11/kitty: Update to 0.21

    Changelog: https://sw.kovidgoyal.net/kitty/changelog.html

    PR:             256571
    Reported by:    Alexis Praga <alexis.praga@free.fr> (maintainer)

 x11/kitty/Makefile  |  2 +-
 x11/kitty/distinfo  |  6 +++---
 x11/kitty/pkg-plist | 16 ++++++++++++----
 3 files changed, 16 insertions(+), 8 deletions(-)
Comment 2 Rainer Hurling freebsd_committer freebsd_triage 2021-06-13 15:05:47 UTC
Committed, thanks :)