Commit Graph

105 Commits

Author SHA1 Message Date
Kovid Goyal
1bd39ff935
Use new URL scheme and define the kitty website centrally as much as possible 2021-07-27 09:03:11 +05:30
Kovid Goyal
611d95f0f7
Add the CHANGELOG to the docs 2018-05-30 12:46:00 +05:30
Kovid Goyal
a4af0599cc
version 0.10.1 2018-05-24 19:26:12 +05:30
Kovid Goyal
f4792a1e3d
Add link to diff kitten in main README 2018-05-23 13:38:44 +05:30
Kovid Goyal
a59cda8b60
... 2018-05-21 16:02:24 +05:30
Kovid Goyal
d2ab7fbb36
Add a ref 2018-05-21 14:17:21 +05:30
Kovid Goyal
9903b8e8db
version 0.10.0 2018-05-21 09:50:36 +05:30
Kovid Goyal
a63682b160
... 2018-05-20 18:35:46 +05:30
Kovid Goyal
812f3e60ca
... 2018-05-20 18:35:15 +05:30
Kovid Goyal
f8f5838ab5
Update CHANGELOG 2018-05-20 18:34:07 +05:30
Kovid Goyal
07782e071a
Update CHANGELOG 2018-05-20 18:09:08 +05:30
Kovid Goyal
8b6240a067
version 0.9.1 2018-05-05 09:46:28 +05:30
Kovid Goyal
3f316c39d1
Dynamically allocate the scrollback history buffer
Reduces startup memory consumption when using very large scrollback
buffer sizes.
2018-05-03 15:17:02 +05:30
Kovid Goyal
45fc1ace0c
Ignore -e if it is specified on the command line.
This is for compatibility with broken software that assumes terminals
should run with an -e option to execute commands instead of just passing
the commands as arguments. Fixes #502
2018-05-03 08:41:39 +05:30
Kovid Goyal
f2afba2ef4
Change the window border color if a bell occurs in an unfocused window. Can be disabled by setting the bell_border_color to be the same as the inactive_border_color. 2018-05-02 22:02:45 +05:30
Kovid Goyal
efcd3a5df7
Show a bell on the tab if a bell occurs in one of the windows in the tab and the window is not the currently focused window. Fixes #514 2018-05-02 21:44:14 +05:30
Kovid Goyal
2a52acdef4
Fix tab title not changing to reflect the window title when switching between different windows in a tab 2018-05-02 21:07:45 +05:30
Kovid Goyal
eadfeeec9b
Fix window focus gained/lost events not being reported to child programs when switching windows/tabs using the various keyboard shortcuts. 2018-05-02 20:50:42 +05:30
Kovid Goyal
b37d07d31a
Update CHANGELOG 2018-05-01 23:41:19 +05:30
Kovid Goyal
aa93c3fb66
Fix passing @text to other programs such as when viewing the scrollback buffer not working correctly if kitty is itself scrolled up. Fixes #509 2018-05-01 07:38:05 +05:30
Kovid Goyal
166c7bf0e6
Update CHANGELOG 2018-04-29 20:16:11 +05:30
Kovid Goyal
458f10be10
version 0.9.0 2018-04-15 20:18:52 +05:30
Kovid Goyal
339a2e0800
Add a word select type to the hints kitten 2018-04-12 13:49:12 +05:30
Kovid Goyal
1779cdd353
Fix #455 2018-04-12 10:45:29 +05:30
Kovid Goyal
74dcf8800d
... 2018-04-09 09:51:51 +05:30
Kovid Goyal
e90df0ca95
When double-clicking select words that continue onto next/prev line as well. Fixes #444 2018-04-09 09:47:18 +05:30
Kovid Goyal
8468ad60d5
... 2018-04-06 20:55:47 +05:30
Kovid Goyal
a1ce29aab9
Update CHANGELOG 2018-04-06 20:53:29 +05:30
Kovid Goyal
7926a140b8
version 0.8.4 2018-03-31 12:16:35 +05:30
Kovid Goyal
62db7639a8
version 0.8.3 2018-03-29 09:56:44 +05:30
Kovid Goyal
d0f839bbd8
Fix audible bell not working under Wayland 2018-03-27 19:45:19 +05:30
Kovid Goyal
02ab22f08c
Update CHANGELOG 2018-03-27 12:15:25 +05:30
Kovid Goyal
1a52127c55
version 0.8.2 2018-03-17 17:45:57 +05:30
Kovid Goyal
4920431c3a
Update CHANGELOG 2018-03-17 17:40:41 +05:30
Kovid Goyal
af85f58e3d
version 0.8.1 2018-03-09 09:21:50 +05:30
Kovid Goyal
4cb99be8e6
version 0.8.0 2018-02-24 11:11:56 +05:30
Kovid Goyal
42afc56b65
Update CHANGELOG with entry for macos_titlebar_color
Fixes #341
2018-02-22 21:21:33 +05:30
Kovid Goyal
eb580f5ead
Update CHANGELOG for padding color 2018-02-20 10:10:28 +05:30
Kovid Goyal
5a15f7e8ad
Sync to monitor refreshes by default
Prevents tearing while scrolling. See #318

Reduce draw calls while processing mouse move events to make latency
while selecting with the mouse acceptable. Also add a config option to
turn off monitor syncing, so people with keyboard repeat rates higher
than their monitor's refresh rate can use it.
2018-02-20 09:38:00 +05:30
Kovid Goyal
efd9843920
Update CHANGELOG 2018-02-15 17:42:32 +05:30
Kovid Goyal
9f3dfc27da
version 0.7.1 2018-01-31 10:37:58 +05:30
Kovid Goyal
4b4f6bc928
Update CHANGELOG 2018-01-31 10:34:54 +05:30
Kovid Goyal
627b91ffba
version 0.7.0 2018-01-24 15:33:16 +05:30
Kovid Goyal
9ad65f2e1d
Cleanup layouts patch
Fix bottom rect in horizontal layout not covering all windows. Fix pep8
issues. Add README and CHANGELOG entries.
2018-01-23 19:35:30 +05:30
Kovid Goyal
63317f9c78
macOS: Fix alt+arrow keys not working when disabling the macos_option_as_alt config option. 2018-01-21 15:41:56 +05:30
Kovid Goyal
be3b33af06
Update CHANGELOG 2018-01-19 17:08:21 +05:30
Kovid Goyal
6882c23f43
Update CHANGELOG 2018-01-18 16:26:33 +05:30
Kovid Goyal
5faa649452
Drop the dependency on libunistring 2018-01-18 00:09:40 +05:30
Kovid Goyal
9125c00f96
Update CHANGELOG 2018-01-17 21:50:00 +05:30
Kovid Goyal
4b501fd694
Fix rendering of ligatures with ligature fonts that dont use dummy glyphs 2018-01-14 11:18:43 +05:30