Kovid Goyal
|
c23ff34c84
|
Update changelog
|
2023-08-16 19:05:52 +05:30 |
|
Kovid Goyal
|
2c232ce709
|
kitten icat: Fix image being displayed one cell to the right when using both --place and --unicode-placeholder
Fixes #6556
|
2023-08-16 19:04:15 +05:30 |
|
Kovid Goyal
|
670ad353b2
|
unicode_input kitten: Add an option to specify the startup tab
Fixes #6552
|
2023-08-16 11:54:50 +05:30 |
|
Kovid Goyal
|
f299549dba
|
Improve sectioning in kitty.conf manpage
See #6553
|
2023-08-16 11:27:10 +05:30 |
|
Kovid Goyal
|
2153b5cdce
|
...
|
2023-08-04 14:42:04 +05:30 |
|
Kovid Goyal
|
1f9852d76c
|
ssh kitten: Easily forward the remote control socket tot he remote host
|
2023-08-04 14:36:50 +05:30 |
|
Kovid Goyal
|
bde4a41ed4
|
Remote control: Allow using a random TCP socket as the remote control socket and also allow using TCP sockets in kitty.conf
|
2023-08-04 11:12:31 +05:30 |
|
Kovid Goyal
|
335d2616e7
|
...
|
2023-08-03 18:04:49 +05:30 |
|
Kovid Goyal
|
cade8efc25
|
kitten @ ls: Allow limiting output to matched windows/tabs
Fixes #6520
|
2023-08-03 11:53:17 +05:30 |
|
Kovid Goyal
|
5d7ea739d3
|
Update changelog
|
2023-07-30 19:55:53 +05:30 |
|
Kovid Goyal
|
8d24bf1162
|
Document the rsync wire formats
|
2023-07-30 19:49:48 +05:30 |
|
Kovid Goyal
|
1c094a3b53
|
Cleanup user docs for transfer kitten
|
2023-07-30 19:49:47 +05:30 |
|
Kovid Goyal
|
141edb975e
|
Misc fixes
|
2023-07-30 19:49:47 +05:30 |
|
Kovid Goyal
|
34dfd1881f
|
Update docs on what is needed for the transfer kitten
|
2023-07-30 19:49:44 +05:30 |
|
Kovid Goyal
|
fabb6bd8cc
|
Start work on porting Go rsync implementation to C
|
2023-07-30 19:49:42 +05:30 |
|
Kovid Goyal
|
aa86b98eee
|
Use encryption for bypass
|
2023-07-30 19:49:39 +05:30 |
|
Kovid Goyal
|
49741d9c42
|
Note that when chunking base64 data for the graphics escape code chunks must be 4-byte aligned
|
2023-07-30 19:49:38 +05:30 |
|
Kovid Goyal
|
d6df77c83d
|
...
|
2023-07-30 19:49:38 +05:30 |
|
Kovid Goyal
|
6b93610b6a
|
more work on transfer kitten
|
2023-07-30 19:49:37 +05:30 |
|
Kovid Goyal
|
02c9205061
|
X11: Print an error to STDERR instead of refusing to start when the user sets a custom window icon larger than 128128
Fixes #6507
|
2023-07-30 19:40:55 +05:30 |
|
Kovid Goyal
|
5c0fe23aa5
|
Allow building docs using the develop infrastructure
|
2023-07-29 15:57:40 +05:30 |
|
Kovid Goyal
|
ecbec79cff
|
Update docs for new develop builds
|
2023-07-29 14:16:25 +05:30 |
|
Kovid Goyal
|
d9b41b7715
|
New remote control command to set user variables
|
2023-07-27 18:49:03 +05:30 |
|
Kovid Goyal
|
c767dd0d0d
|
kitty @ ls: Add user variables set on windows to the output
These can be set by programs running in the window using the OSC 1337
escape code, as specified here:
https://iterm2.com/documentation-scripting-fundamentals.html#setting-user-defined-variables
Fixes #6502
|
2023-07-27 13:47:22 +05:30 |
|
Kovid Goyal
|
95316fc2dc
|
version 0.29.2
|
2023-07-27 08:49:32 +05:30 |
|
Kovid Goyal
|
737e4cdbd3
|
unicode_input kitten: Fix scrolling over multiple screens not working
Fixes #6497
|
2023-07-27 08:41:18 +05:30 |
|
Kovid Goyal
|
906b5fdcb7
|
Update changelog
Fixes #6492
|
2023-07-24 10:54:34 +05:30 |
|
Kovid Goyal
|
630101204b
|
macOS: Disable OS window shadows for transparent windows as they cause rendering artifacts due to Cocoa bugs
Fixes #6439
|
2023-07-22 11:20:37 +05:30 |
|
Kovid Goyal
|
902b9e9693
|
Go back to using uniforms for the gamma LUT
Apparently older macOS M1 GPU drivers' performance falls off a cliff
when using const float arrays instead. Fixes #6479
|
2023-07-18 19:28:15 +05:30 |
|
Kovid Goyal
|
a0341af3f8
|
version 0.29.1
|
2023-07-17 11:27:13 +05:30 |
|
Kovid Goyal
|
e712f135ae
|
Update Changelog for previous PR
|
2023-07-17 07:31:30 +05:30 |
|
Kovid Goyal
|
4ad529618c
|
Update changelog
Fixes #6467
|
2023-07-16 13:13:09 +05:30 |
|
Kovid Goyal
|
d218040d26
|
A new value for background_image_layout to scale the background image while preserving its aspect ratio.
Also have centered images work even for images larger than the window size
Fixes #6458
|
2023-07-13 21:33:58 +05:30 |
|
Kovid Goyal
|
97b073fd8c
|
GNOME: Fix wayland_titlebar_color not being applied until the color is changed at least once
Fixes #6447
|
2023-07-12 10:38:33 +05:30 |
|
Kovid Goyal
|
9e0e23ae99
|
macOS: Fix a regression that caused the titlebar to be translucent even for non-translucent windows
Fixes #6450
|
2023-07-12 10:24:51 +05:30 |
|
Kovid Goyal
|
dc8b6150ca
|
Update changelog
|
2023-07-12 07:50:01 +05:30 |
|
Kovid Goyal
|
5f8610f7bc
|
macOS: Add a new value titlebar-and-corners for :opt:hide_window_decorations that emulates the behavior of hide_window_decorations yes in older versions of kitty
|
2023-07-11 22:27:47 +05:30 |
|
Kovid Goyal
|
a00b6bd497
|
macOS: Fix a regression causing *burn-in* of text when resizing semi-transparent OS windows
Fixes #6439
|
2023-07-11 20:54:47 +05:30 |
|
Kovid Goyal
|
a1e5b72ca5
|
Remote control launch: Fix --env not implemented when using --cwd=current with the SSH kitten
Fixes #6438
|
2023-07-11 09:22:15 +05:30 |
|
Kovid Goyal
|
72f283e7f7
|
macOS: Fix a regression that caused rendering to hang when transitioning to full screen with macos_colorspace set to default
YACOB (Yet Another COcoa Bug)
Fixes #6435
|
2023-07-10 19:33:25 +05:30 |
|
Kovid Goyal
|
e2b5c6688d
|
version 0.29.0
|
2023-07-10 12:46:05 +05:30 |
|
Kovid Goyal
|
a6a3e5e67d
|
Fix insufficient sanitization of safe strings in file transfer protocol
Change the spec to restrict safe strings further to avoid such bugs in
other implementations. Reported by Edwin Hoffman.
|
2023-07-08 09:50:28 +05:30 |
|
Kovid Goyal
|
60a7a53ccd
|
Do not echo invalid DECRQSS queries back, behavior inherited from xterm (CVE-2008-2383)
Reported by David Leadbeater.
|
2023-07-05 09:48:02 +05:30 |
|
Kovid Goyal
|
70383af59d
|
Another nvim library to use the kitty graphics protocol
|
2023-07-04 17:10:57 +05:30 |
|
Kovid Goyal
|
d3f14ffbf4
|
macOS: Fix window shadows not being drawn for transparent windows
Re-organize the whole infrastructure for setting window chrome, doing it
in a single function that has access to all settings.
Fixes #2827
Fixes #6416
|
2023-07-04 11:59:50 +05:30 |
|
Kovid Goyal
|
6b3b62c933
|
Mark that run-shell is available from 0.29 onwards
|
2023-06-28 10:03:50 +05:30 |
|
Kovid Goyal
|
503d7791e9
|
Update changelog
|
2023-06-27 14:58:33 +05:30 |
|
Kovid Goyal
|
0fb1f17af9
|
Have --hold wait at a shell prompt
|
2023-06-26 11:21:57 +05:30 |
|
Kovid Goyal
|
01b55a5522
|
Document the new run-shell kitten
|
2023-06-26 10:47:13 +05:30 |
|
Kovid Goyal
|
99012d2659
|
ssh kitten: Allow configuring the ssh kitten to skip some hosts via a new `delegate` config directive
|
2023-06-24 09:27:53 +05:30 |
|