Next | Query returned 65 messages, browsing 31 to 40 | Previous

History of commit frequency

CVS Commit History:


   2022-04-14 09:20:39 by pin | Files touched by this commit (3) | Package updated
Log message:
x11/kitty: update to 0.25.0

0.25.0 [2022-04-11]
   -Truly convenient SSH: automatic shell integration when using SSH. Easily
   clone local shell and editor configuration on remote machines, and automatic
   re-use of existing connections to avoid connection setup latency.

   -When pasting URLs at shell prompts automatically quote them. Also allow
   filtering pasted text and confirm pastes. See paste_actions for details.
   (#4873)

   -macOS: When using Apple’s less as the pager for viewing scrollback strip
   out OSC codes as it cant parse them (#4788)

   -diff kitten: Fix incorrect rendering in rare circumstances when scrolling
   after changing the context size (#4831)

   -icat kitten: Fix a regression that broke kitty +kitten icat
   --print-window-size (#4818)

   -Wayland: Fix hide_window_decorations causing docked windows to be resized
   on blur (#4797)

   -Bash integration: Prevent shell integration code from running twice if user
   enables both automatic and manual integration

   -Bash integration: Handle existing PROMPT_COMMAND ending with a literal
   newline

   -Fix continued lines not having their continued status reset on line feed
   (#4837)

   -macOS: Allow the New kitty Tab/Window Here services to open multiple
   selected folders. (#4848)

   -Wayland: Fix a regression that broke IME when changing windows/tabs (#4853)

   -macOS: Fix Unicode paths not decoded correctly when dropping files (#4879)

   -Avoid flicker when starting kittens such as the hints kitten (#4674)

   -A new action scroll_prompt_to_top to move the current prompt to the top
   (#4891)

   -select_tab: Use stable numbers when selecting the tab (#4792)

   -Only check for updates in the official binary builds. Distro packages or
   source builds will no longer check for updates, regardless of the value of
   update_check_interval.

   -Fix inactive_text_alpha still being applied to the cursor hidden window
   after focus (#4928)

   -Fix resizing window that is extra tall/wide because of left-over cells not
   working reliably (#4913)

   -A new action close_other_tabs_in_os_window to close other tabs in the
   active OS window (#4944)
   2022-03-14 14:28:34 by pin | Files touched by this commit (3) | Package updated
Log message:
x11/kitty: update to 0.24.4

0.24.4 [2022-03-03]
   -Shell integration: Fix the default Bash $HISTFILE changing to ~/.sh_history
   instead of ~/.bash_history (#4765)
   -Linux binaries: Fix binaries not working on systems with older Wayland
   client libraries (#4760)
   -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)

0.24.3 [2022-02-28]
   -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.
   -macOS: Allow kitty to handle various URL types. Can be configured via
   Scripting the opening of files with kitty on macOS (#4618)
   -macOS: Add a new service Open with kitty to open file types that are not
   recognized by the system (#4641)
   -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)
   -macOS: Fix a regression in the previous release that broke switching input
   sources by keyboard (#4621)
   -macOS: Add the default shortcut cmd+k to clear the terminal screen and
   scrollback up to the cursor (#4625)
   -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 @first-line-on-screen and @last-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)
   -macOS: Add an option macos_menubar_title_max_length to control the max
   length of the window title displayed in the global menubar (#2132)
   -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)
   -macOS: Fix regression in previous release that caused Apple’s global
   shortcuts to not work if they had never been configured on a particular
   machine (#4657)
   -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)
   -macOS: Make the shortcut to toggle full screen configurable (#4714)
   -macOS: Fix the mouse cursor being set to arrow after switching desktops or
   toggling full screen (#4716)
   -Fix copying of selection after selection has been scrolled off history
   buffer raising an error (#4713)
   2022-02-08 13:35:45 by pin | Files touched by this commit (3) | Package updated
Log message:
x11/kitty: update to 0.24.2

Updated in wip by @wiz, thanks!

We are bumping nine versions here, from 0.21.1 to current 0.24.2
Too many changes to list here, for a compleate changelog, please visit
https://sw.kovidgoyal.net/kitty/changelog/
   2021-12-08 17:07:18 by Adam Ciarcinski | Files touched by this commit (3063)
Log message:
revbump for icu and libffi
   2021-10-26 13:35:01 by Nia Alarie | Files touched by this commit (674)
Log message:
x11: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./x11/py-qt4/distinfo PyQt4_gpl_mac-4.12.3.tar.gz
   2021-10-07 17:14:47 by Nia Alarie | Files touched by this commit (675)
Log message:
x11: Remove SHA1 hashes for distfiles
   2021-06-18 12:07:01 by pin | Files touched by this commit (1)
Log message:
x11/kitty: adjust PLIST
   2021-06-18 10:39:32 by pin | Files touched by this commit (3) | Package updated
Log message:
x11/kitty: update to 0.21.1

0.21.1 [2021-06-14]
-macOS: Fix a regression in the previous release that broke rendering of
strikeout (#3717)
-macOS: Fix a crash when rendering ligatures larger than 128 characters (#3724)
-Fix a regression in the previous release that could cause a crash when changing
layouts and mousing (#3713)

0.21.0 [2021-06-12]
-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)
-macOS: When the Apple Color Emoji font lacks an emoji glyph search for it in
other installed fonts (#3591)
-macOS: Fix rendering getting stuck on some machines after sleep/screensaver
(#2016)
-macOS: Add a new Shell menu to the global menubar with some commonly used
actions (#3653)
-macOS: Fix the baseline for text not matching other CoreText based applications
for some fonts (#2022)
-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)
-macOS: Fix a rare crash on exit (#3686)
-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)
   2021-06-13 08:56:09 by Nia Alarie | Files touched by this commit (1)
Log message:
kitty: fix PLIST for non-wayland
   2021-05-07 12:46:26 by pin | Files touched by this commit (3) | Package updated
Log message:
x11/kitty: update to 0.20.3

-macOS: Distribute universal binaries with both ARM and Intel architectures
-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
-macOS: Fix Spotlight search of global menu not working in non-English locales
(#3567)
-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)

Next | Query returned 65 messages, browsing 31 to 40 | Previous