SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for kitty-shell-integration-0.24.4-1.35.x86_64.rpm :

* Thu Mar 03 2022 Florian \"spirit\" - Update to version 0.24.4: + Shell integration: Fix the default Bash $HISTFILE changing to ~/.sh_history instead of ~/.bash_history (#4765) + Fix a regression in the previous release that broke kittens launched with STDIN not connected to a terminal (#4763) + Wayland: Fix surface configure events not being acknowledged before commit the resized buffer (#4768)
* Mon Feb 28 2022 Florian \"spirit\" - Update to version 0.24.3: + Bash integration: No longer modify ~/.bashrc to load shell integration. It is recommended to remove the lines used to load the shell integration from ~/.bashrc as they are no-ops. + Splits layout: A new value for launch --location to auto-select the split axis when splitting existing windows. Wide windows are split side-by-side and tall windows are split one-above-the-other + hints kitten: Fix a regression that broke recognition of path:linenumber:colnumber (#4675) + Fix a regression in the previous release that broke active_tab_foreground (#4620) + Fix show_last_command_output not working when the output is stored partially in the scrollback pager history buffer (#4435) + When dropping URLs/files onto kitty at a shell prompt insert them appropriately quoted and space separated (#4734) + Improve CWD detection when there are multiple foreground processes in the TTY process group + A new option narrow_symbols to turn off opportunistic wide rendering of private use codepoints + ssh kitten: Fix location of generated terminfo files on NetBSD (#4622) + A new action to clear the screen up to the line containing the cursor, see clear_terminal + A new action copy_ansi_to_clipboard to copy the current selection with ANSI formatting codes (#4665) + Linux: Do not rescale fallback fonts to match the main font cell height, instead just set the font size and let FreeType take care of it. This matches rendering on macOS (#4707) + Fix a regression in the previous release that broke strikethrough (#4632) + A new action scroll_prompt_to_bottom to move the current prompt to the bottom, filling in the window from the scrollback (#4634) + Add two special arguments AATTfirst-line-on-screen and AATTlast-line-on-screen for the launch command to be used for pager positioning. (#4462) + Linux: Fix rendering of emoji when using scalable fonts such as Segoe UI Emoji + Shell integration: bash: Dont fail if an existing PROMPT_COMMAND ends with a semi-colon (#4645) + Shell integration: bash: Fix rendering of multiline prompts with more than two lines (#4681) + Shell integration: fish: Check fish version 3.3.0+ and exit on outdated versions (#4745) + Shell integration: fish: Fix pipestatus being overwritten (#4756) + Linux: Fix fontconfig alias not being used if the aliased font is dual spaced instead of monospaced (#4649) + Fix touch_scroll_multiplier also taking effect in terminal programs such as vim that handle mouse events themselves (#4680) + Fix symbol/PUA glyphs loaded via symbol_map instead of as fallbacks not using following spaces to render larger versions (#4670) + Fix a fast click, move mouse, click sequence causing the first click event to be discarded (#4603) + Wayland: Fix wheel mice with line based scrolling being incorrectly handled as high precision devices (#4694) + Wayland: Fix touchpads and high resolution wheels not scrolling at the same speed on monitors with different scales (#4703) + Add an option wheel_scroll_min_lines to set the minimum number of lines for mouse wheel scrolling when using a mouse with a wheel that generates very small offsets when slow scrolling (#4710) + Fix copying of selection after selection has been scrolled off history buffer raising an error (#4713)
* Thu Feb 03 2022 Florian \"sp1rit\" - Update to version 0.24.2; + Allow including config files matching glob patterns in kitty.conf (#4533) + Shell integration: Fix bash integration not working when PROMPT_COMMAND is used to change the prompt variables (#4476) + Shell integration: Fix cursor shape not being restored to default when running commands in the shell + Improve the UI of the ask kitten (#4545) + Allow customizing the placement and formatting of the tab_activity_symbol and bell_on_tab symbols by adding them to the tab_title_template (#4581, #4507) + hints kitten: Fix common single letter extension files not being detected (#4491) + Support dotted and dashed underline styles (#4529) + For the vertical and horizontal layouts have the windows arranged on a ring rather than a plane. This means the first and last window are considered neighbors (#4494) + A new action to clear the current selection (#4600) + Shell integration: fish: Fix cursor shape not working with fish’s vi mode (#4508) + Shell integration: fish: Dont override fish’s native title setting functionality. See discussion. + Draw the dots for braille characters more evenly spaced at all font sizes (#4499) + icat kitten: Add options to mirror images and remove their transparency before displaying them (#4513) + Fix getting last command output not working correctly when the screen is scrolled (#4522) + Show number of windows per tab in the select_tab action (#4523) + Fix clicking in a window to focus it and typing immediately sometimes having unexpected effects if at a shell prompt (#4128) + themes kitten: Allow writing to a different file than kitty.conf.- Changes from version 0.24.1: + Shell integration: Work around conflicts with some zsh plugins (#4428) + Have the zero width space and various other characters from the Other, formatting Unicode category be treated as combining characters (#4439) + Fix using --shell-integration with setup.py broken (#4434) + Fix showing debug information not working if kitty’s STDIN is not a tty (#4424) + Fix a regression that broke rendering of emoji with variation selectors (#4444)- Changes from version 0.24.0: + Integrate kitty closely with common shells such as zsh, fish and bash. This allows lots of niceties such as jumping to previous prompts, opening the output of the last command in a new window, etc. See https://sw.kovidgoyal.net/kitty/shell-integration/#shell-integration for details. + A new shortcut ctrl+shift+f7 to visually focus a window using the keyboard. Pressing it causes numbers to appear over each visible window and you can press the number to focus the corresponding window (#4110) + A new facility window_logo_path to draw an arbitrary PNG image as logo in the corner of a kitty window (#4167) + Allow rendering the cursor with a reverse video effect. See cursor for details (#126) + Allow rendering the mouse selection with a reverse video effect. See selection_foreground (#646) + A new option tab_bar_align to draw the tab bar centered or right aligned (#3946) + Allow the user to supply a custom Python function to draw tab bar. See tab_bar_style + A new remote control command to change the tab color (#1287) + A new remote control command to visually select a window (#4165) + Add support for reporting mouse events with pixel co-ordinates using the SGR_PIXEL_PROTOCOL introduced in xterm 359 + When programs ask to read from the clipboard prompt, ask the user to allow the request by default instead of denying it by default. See clipboard_control for details (#4022) + A new mappable action swap_with_window to swap the current window with another window in the tab, visually + A new remote control command to change the enabled layouts in a tab (#4129) + A new option bell_path to specify the path to a sound file to use as the bell sound + A new option exe_search_path to modify the locations kitty searches for executables to run (#4324) + broadcast kitten: Show a “fake” cursor in all windows being broadcast too (#4225) + Allow defining aliases for more general actions, not just kittens (#4260) + Fix a regression that caused kitty --title to not work when opening new OS windows using kitty --single-instance (#3893) + icat kitten: Fix display of JPEG images that are rotated via EXIF data and larger than available screen size (#3949) + Launch command: Allow specifying the OS window title + broadcast kitten: Allow broadcasting ctrl+c (#3956) + Fix space ligatures not working with Iosevka for some characters in the Enclosed Alphanumeric Supplement (#3954) + hints kitten: Fix a regression that caused using the default open program to trigger open actions instead of running the program (#3968) + Allow deleting environment variables in env by specifying just the variable name, without a value + Fix active_tab_foreground not being honored when tab_bar_style is slant (#4053) + When a tab_bar_background is specified it should extend to the edges of the OS window (#4054) + Fix IME with fcitx5 not working after fcitx5 is restarted (#4059) + Various improvements to IME integration (#4219) + Remote file transfer: Fix transfer not working if custom ssh port or identity is specified on the command line (#4067) + Unicode input kitten: Implement scrolling when more results are found than the available display space (#4068) + Allow middle clicking on a tab to close it (#4151) + The command line option --watcher has been deprecated in favor of the watcher option in kitty.conf. It has the advantage of applying to all windows, not just the initially created ones. Note that --watcher now also applies to all windows, not just initially created ones. + Backward incompatibility: No longer turn on the kitty extended keyboard protocol’s disambiguate mode when the client sends the XTMODKEYS escape code. Applications must use the dedicated escape code to turn on the protocol. (#4075) + Fix soft hyphens not being preserved when round tripping text through the terminal + Fix the resize OS Windows setting a slightly incorrect size on high DPI screens (#4114) + kitty AATT launch - when creating tabs with the --match option create the tab in the OS Window containing the result of the match rather than the active OS Window (#4126) + X11: Add support for 10bit colors (#4150) + Fix various issues with changing tab_bar_background by remote control (#4152) + A new option tab_bar_margin_color to control the color of the tab bar margins + A new option visual_bell_color to customize the color of the visual bell (#4181) + Add support for OSC 777 based desktop notifications + Wayland: Fix pasting from applications that use a MIME type of “text/plain” rather than “text/plain;charset=utf-8” not working (#4183) + A new mappable action to close windows with a confirmation (#4195) + When remembering OS window sizes for full screen windows use the size before the window became fullscreen (#4221) + A new mappable action nth_os_window to to focus the specified nth OS window. (#4316)
* Tue Aug 17 2021 Florian \"sp1rit\" - Update to version 0.23.1: + A new option clipboard_max_size to control the maximum size of data that kitty will transmit to the system clipboard on behalf of programs running inside it (#3937) + When matching windows/tabs in kittens or using remote control, allow matching by recency. recent:0 matches the active window/tab, recent:1 matches the previous window/tab and so on + themes kitten: Fix only the first custom theme file being loaded correctly (#3938)
* Mon Aug 16 2021 Florian \"sp1rit\" - Update to version 0.23.0: + A new themes kitten to easily change kitty themes. Choose from almost two hundred themes in the kitty themes repository + A new style for the tab bar that makes tabs looks like the tabs in a physical tabbed file, see tab_bar_style + Make the visual bell flash more gentle, especially on dark themes (#2937) + Fix kitty --title not overriding the OS Window title when multiple tabs are present. Also this option is no longer used as the default title for windows, allowing individual tabs/windows to have their own titles, even when the OS Window has a fixed overall title (#3893) + Linux: Fix some very long ligatures being rendered incorrectly at some font sizes (#3896) + Fix shift+middle click to paste sending a mouse press event but no release event which breaks some applications that grab the mouse but cant handle mouse events (#3902) + terminfo: Fix “cnorm” the property for setting the cursor to normal using a solid block rather than a blinking block cursor (#3906) + Add clear_all_mouse_actions to clear all mouse actions defined to that point (#3907) + Fix the remote file kitten not working when using – with ssh. The ssh kitten was recently changed to do this (#3929) + When dragging word or line selections, ensure the initially selected item is never deselected. This matches behavior in most other programs (#3930) + hints kitten: Make copy/paste with the kitty +kitten hints --program option work when using the self kitty +kitten hints --linenum-action (#3931)
* Sat Aug 14 2021 Florian \"sp1rit\" - Update to version 0.22.2: + Wayland: A better fix for compositors like sway that can toggle client side decorations on and off (#3888)- Update to version 0.22.1: + Fix a regression in the previous release that broke kitty --help (#3869) + Graphics protocol: Fix composing onto currently displayed frame not updating the frame on the GPU (#3874) + Fix switching to previously active tab after detaching a tab not working (#3871) + detach_window: Allow specifying the previously active tab or the tab to the left/right of the active tab (#3877) + broadcast kitten: Fix a regression in 0.20.0 that broke sending of some keys, such as backspace + Wayland: If the compositor turns off server side decorations after turning them on do not draw client side decorations (#3888)
* Tue Jul 27 2021 Florian \"sp1rit\" - Update to version 0.22.0: + Add a new toggle_layout action to easily zoom/unzoom a window + When right clicking to extend a selection, move the nearest selection boundary rather than the end of the selection. To restore previous behavior use mouse_map right press ungrabbed mouse_selection move-end. + When opening hyperlinks, allow defining open actions for directories (#3836) + When using the OSC 52 escape code to copy to clipboard allow large copies (up to 8MB) without needing a kitty specific chunking protocol. Note that if you used the chunking protocol in the past, it will no longer work and you should switch to using the unmodified protocol which has the advantage of working with all terminal emulators. + Fix a bug in the implementation of the synchronized updates escape code that could cause incorrect parsing if either the pending buffer capacity or the pending timeout were exceeded (#3779) + A new remote control command to resize the OS Window + Graphics protocol: Add support for composing rectangles from one animation frame onto another (#3809) + diff kitten: Remove limit on max line length of 4096 characters (#3806) + Fix turning off cursor blink via escape codes not working (#3808) + Allow using neighboring window operations in the stack layout. The previous window is considered the left and top neighbor and the next window is considered the bottom and right neighbor (#3778) + Add a new variable {num_window_groups} for the tab_title_template (#3837) + Wayland: Fix initial_window_width/height specified in cells not working on High DPI screens (#3834) + A new theme for the kitty website with support for dark mode. + Render ┄ ┅ ┆ ┇ ┈ ┉ ┊ ┋ with spaces at the edges. Matches rendering in most other programs and allows long chains of them to look better (#3844) + hints kitten: Detect paths and hashes that appear over multiple lines. Note that this means that all line breaks in the text are no longer n soft breaks are instead r. If you use a custom regular expression that is meant to match over line breaks, you will need to match over both. (#3845) + Allow leading or trailing spaces in tab_activity_symbol + Fix mouse actions not working when caps lock or num lock are engaged (#3859) + clipboard kitten: fix copies to clipboard not working without the kitty +kitten clipboard --wait-for-completion option
* Mon Jun 28 2021 Florian \"sp1rit\" - Update to version 0.21.2: + A new adjust_baseline option to adjust the vertical alignment of text inside a line (#3734) + A new url_excluded_characters option to exclude additional characters when detecting URLs under the mouse (#3738) + Fix a regression in 0.21.0 that broke rendering of private use Unicode symbols followed by spaces, when they also exist not followed by spaces (#3729) + ssh kitten: Support systems where the login shell is a non-POSIX shell (#3405) + ssh kitten: Add completion (#3760) + ssh kitten: Fix \"Connection closed\" message being printed by ssh when running remote commands + Add support for the XTVERSION escape code + When displaying scrollback ensure that the window does not quit if the amount of scrollback is less than a screen and the user has the --quit-if-one-screen option enabled for less (#3740) + Fix Emoji/bitmapped fonts not use able in symbol_map + query terminal kitten: Allow querying font face and size information (#3756) + hyperlinked grep kitten: Fix context options not generating contextual output (#3759) + Allow using superscripts in tab titles (#3763) + Unicode input kitten: Fix searching when a word has more than 1024 matches (#3773)
* Tue Jun 15 2021 Florian - Update to version 0.21.1: + Fix a regression in the previous release that could cause a crash when changing layouts and mousing (#3713)- Updated my copyright
* Sun Jun 13 2021 Florian - Update to version 0.21.0 + 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 AATT 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 AATT get-text --add-cursor to also get the current cursor position and state as ANSI escape codes (#3625) + Add an option kitty AATT 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)- Added PGP keyring to verify source
* Thu May 06 2021 Florian - Update to version 0.20.3 + A new show_key kitten to easily see the bytes generated by the terminal for key presses in the various keyboard modes (#3556) + Linux: Fix keyboard layout change keys defined via compose rules not being ignored + Fix tab activity symbol not appearing if no other changes happen in tab bar even when there is activity in a tab (#3571) + Fix focus changes not being sent to windows when focused window changes because of the previously focused window being closed (#3571)
* Wed Apr 28 2021 Florian - Update to version 0.20.2 + A new protocol extension to unscroll text from the scrollback buffer onto the screen. Useful, for example, to restore the screen after showing completions below the shell prompt. + A new remote control command kitty AATT env to change the default environment passed to newly created windows (#3529) + Linux: Fix binary kitty builds not able to load fonts in WOFF2 format (#3506) + Fix kitty AATT close-tab not working with pipe based remote control (#3510) + Fix removal of inactive tab that is before the currently active tab causing the highlighted tab to be incorrect (#3516) + icat kitten: Respect EXIF orientation when displaying JPEG images (#3518) + GNOME: Fix maximize state not being remembered when focus changes and window decorations are hidden (#3507) + GNOME: Add a new wayland_titlebar_color option to control the color of the kitty window title bar + Fix reading kitty --session from STDIN not working when the kitty --detach option is used (#3523) + Special case rendering of the few remaining Powerline box drawing chars (#3535) + Fix kitty AATT set-colors not working for the active_tab_foreground.
* Mon Apr 19 2021 Florian - Update to version 0.20.1 + icat: Fix some broken GIF images with no frame delays not being animated (#3498) + hints kitten: Fix sending hyperlinks to their default handler not working (#3500) + Wayland: Fix regression in previous release causing window decorations to be drawn even when compositor supports server side decorations (#3501)
* Mon Apr 19 2021 Florian - Update to version 0.20.0 + Support display of animated images kitty +kitten icat animation.gif. See Animation for details on animation support in the kitty graphics protocol. + A new keyboard reporting protocol with various advanced features that can be used by full screen terminal programs and even games, see A protocol for comprehensive keyboard handling in terminals (#3248) + Backward incompatibility: Session files now use the full launch command with all its capabilities. However, the syntax of the command is slightly different from before. In particular watchers are now specified directly on launch and environment variables are set using --env. + Allow setting colors when creating windows using the launch command. + A new option tab_powerline_style to control the appearance of the tab bar when using the powerline tab bar style. + A new option scrollback_fill_enlarged_window to fill extra lines in the window when the window is expanded with lines from the scrollback (#3371) + diff kitten: Implement recursive diff over SSH (#3268) + ssh kitten: Allow using python instead of the shell on the server, useful if the shell used is a non-POSIX compliant one, such as fish (#3277) + Add support for the color settings stack that XTerm copied from us without acknowledgement and decided to use incompatible escape codes for. + Add entries to the terminfo file for some user capabilities that are shared with XTerm (#3193) + The launch command now does more sophisticated resolving of executables to run. The system-wide PATH is used first, then system specific default paths, and finally the PATH inside the shell. + Double clicking on empty tab bar area now opens a new tab (#3201) + kitty AATT ls: Show only environment variables that are different for each window, by default. + When passing a directory or a non-executable file as the program to run to kitty opens it with the shell or by parsing the shebang, instead of just failing. + Linux: Fix rendering of emoji followed by the graphics variation selector not being colored with some fonts (#3211) + Unicode input: Fix using index in select by name mode not working for indices larger than 16. Also using an index does not filter the list of matches. (#3219) + Wayland: Add support for the text input protocol (#3410) + Wayland: Fix mouse handling when using client side decorations + Wayland: Fix un-maximizing a window not restoring its size to what it was before being maximized + GNOME/Wayland: Improve window decorations the titlebar now shows the window title. Allow running under Wayland on GNOME by default. (#3284) + Panel kitten: Allow setting WM_CLASS (#3233) + Also detect gemini:// URLs when hovering with the mouse (#3370) + When using a non-US keyboard layout and pressing ctrl+key when the key matches an English key, send that to the program running in the terminal automatically (#2000) + When matching shortcuts, also match on shifted keys, so a shortcut defined as ctrl+plus will match a keyboard where you have to press shift+equal to get the plus key (#2000) + Fix extra space at bottom of OS window when using the fat layout with the tab bar at the top (#3258) + Fix window icon not working on X11 with 64bits (#3260) + Fix OS window sizes under 100px resulting in scaled display (#3307) + Fix rendering of ligatures in the latest release of Cascadia code, which for some reason puts empty glyphs after the ligature glyph rather than before it (#3313) + Improve handling of infinite length ligatures in newer versions of FiraCode and CascadiaCode. Now such ligatures are detected based on glyph naming convention. This removes the gap in the ligatures at cell boundaries (#2695) + hints kitten: When using the linenumber action with a background action, preserve the working directory (#3352) + Graphics protocol: Fix suppression of responses not working for chunked transmission (#3375) + Fix inactive tab closing causing active tab to change (#3398) + Fix a crash on systems using musl as libc (#3395) + Improve rendering of rounded corners by using a rectircle equation rather than a cubic bezier (#3409) + Graphics protocol: Add a control to allow clients to specify that the cursor should not move when displaying an image (#3411) + Fix marking of text not working on lines that contain zero cells (#3403) + Fix the selection getting changed if the screen contents scroll while the selection is in progress (#3431) + X11: Fix resize_in_steps being applied even when window is maximized (#3473)
* Thu Apr 15 2021 Florian - Initial packaging of version 0.19.3
 
ICM