Kovid Goyal
|
031f9d8c26
|
...
|
2024-02-12 14:43:46 +05:30 |
|
Kovid Goyal
|
8c25c55f01
|
Merge branch 'fix-build-docs' of https://github.com/sytranvn/kitty
|
2024-02-12 14:36:21 +05:30 |
|
Sy Tran
|
cdce26e519
|
fix: typo in build docs
|
2024-02-12 15:59:01 +07:00 |
|
Kovid Goyal
|
925043d645
|
...
v0.32.2
|
2024-02-12 11:17:25 +05:30 |
|
Kovid Goyal
|
f63a4cf90c
|
version 0.32.2
|
2024-02-12 11:15:49 +05:30 |
|
Kovid Goyal
|
e6d881e89b
|
Ensure we have at least a 1px thick line in cross shade
|
2024-02-12 09:37:35 +05:30 |
|
Kovid Goyal
|
325e6acd7e
|
Parametrize by number of lines not density
|
2024-02-12 09:35:15 +05:30 |
|
Kovid Goyal
|
10cfc66737
|
Merge branch 'dependabot/go_modules/all-go-deps-3cea7aaa0b' of https://github.com/kovidgoyal/kitty
|
2024-02-12 09:33:11 +05:30 |
|
Kovid Goyal
|
5dbfee9e9c
|
DRYer
|
2024-02-12 09:32:25 +05:30 |
|
Kovid Goyal
|
edd2bc85ae
|
Adjust cross_shade to have appearance more like in Unicode standard
We try to draw approximately seven diagonal lines per cell
|
2024-02-12 09:30:11 +05:30 |
|
dependabot[bot]
|
e918b3fb1e
|
Bump the all-go-deps group with 1 update
Bumps the all-go-deps group with 1 update: [golang.org/x/sys](https://github.com/golang/sys).
Updates `golang.org/x/sys` from 0.16.0 to 0.17.0
- [Commits](https://github.com/golang/sys/compare/v0.16.0...v0.17.0)
---
updated-dependencies:
- dependency-name: golang.org/x/sys
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: all-go-deps
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-02-12 03:57:03 +00:00 |
|
Kovid Goyal
|
c915d1bf58
|
Fix #7121
|
2024-02-12 09:24:51 +05:30 |
|
Kovid Goyal
|
cd2c7b3bbd
|
git rev-list --skip invocation changed
|
2024-02-12 08:47:50 +05:30 |
|
Kovid Goyal
|
63b8893c50
|
Fix #7117
|
2024-02-11 06:30:01 +05:30 |
|
Kovid Goyal
|
946d28ae37
|
Completion for kitty @ load-config --override xxx
|
2024-02-10 14:52:29 +05:30 |
|
Kovid Goyal
|
97e2d41233
|
Completion for kitty @ action
|
2024-02-10 14:01:45 +05:30 |
|
Kovid Goyal
|
54548931b5
|
Allow running mappable actions via remote control
Saves me having to define a special remote control wrapper for every
mappable action.
|
2024-02-10 13:23:06 +05:30 |
|
Kovid Goyal
|
ac7b6870a8
|
close_other_os_windows: to close non active OS windows
Fixes #7113
|
2024-02-10 12:20:55 +05:30 |
|
Kovid Goyal
|
576a269648
|
Special case rendering of some more box drawing characters using shades from the block of symbols for legacy computing
Fixes #7110
|
2024-02-10 10:13:46 +05:30 |
|
Kovid Goyal
|
4bcf69a47e
|
Add more shade box drawing characters
From the legacy computing symbols block
|
2024-02-10 09:45:25 +05:30 |
|
Kovid Goyal
|
5a418a8cd6
|
Merge branch 'prompt_command-empty-check' of https://github.com/akinomyoga/kitty
|
2024-02-09 19:15:56 +05:30 |
|
Kovid Goyal
|
585ac148a6
|
...
|
2024-02-09 19:14:26 +05:30 |
|
Koichi Murase
|
af84161528
|
Fix Bash integration removing existing elements of PROMPT_COMMAND
|
2024-02-09 20:50:30 +09:00 |
|
Kovid Goyal
|
7c14e0d666
|
macOS: Fix an abort when changing OS window chrome for a full screen window via remote control or the themes kitten
Fixes #7106
|
2024-02-09 15:32:09 +05:30 |
|
Kovid Goyal
|
62347d7e97
|
remove unneeded headers
|
2024-02-09 15:16:56 +05:30 |
|
Kovid Goyal
|
777fd5350b
|
Add a test for Go flock implementation
|
2024-02-09 11:54:51 +05:30 |
|
Kovid Goyal
|
442ca012fd
|
...
|
2024-02-07 11:19:42 +05:30 |
|
Kovid Goyal
|
065b17ddbd
|
kitten @ load-config: Allow (re)loading kitty.conf via remote control
|
2024-02-07 11:08:55 +05:30 |
|
Kovid Goyal
|
bc3c9ce2fa
|
Fix #7100
|
2024-02-05 20:48:49 +05:30 |
|
Kovid Goyal
|
9bea8bb5bc
|
remove no longer needed code
|
2024-02-05 13:54:22 +05:30 |
|
Kovid Goyal
|
fef8c536d8
|
update .gitignore for vt branch as well
|
2024-02-05 13:33:30 +05:30 |
|
Kovid Goyal
|
8cc2cad4d9
|
Use list of legal chars in URL from the WHATWG standard
Notably this excludes some ASCII chars: <>{}[]`|
See https://url.spec.whatwg.org/#url-code-points
Fixes #7095
|
2024-02-05 13:27:22 +05:30 |
|
Kovid Goyal
|
5f8e5b0a29
|
Merge branch 'dependabot/go_modules/all-go-deps-b84e69789e' of https://github.com/kovidgoyal/kitty
|
2024-02-05 09:03:02 +05:30 |
|
dependabot[bot]
|
4ede3a8a82
|
Bump the all-go-deps group with 1 update
Bumps the all-go-deps group with 1 update: [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil).
Updates `github.com/shirou/gopsutil/v3` from 3.23.12 to 3.24.1
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](https://github.com/shirou/gopsutil/compare/v3.23.12...v3.24.1)
---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v3
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: all-go-deps
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-02-05 03:26:59 +00:00 |
|
Kovid Goyal
|
934217baf1
|
Merge branch 'fix/open-url-with-spl' of https://github.com/chuck-sys/kitty
|
2024-02-03 08:20:42 +05:30 |
|
Kovid Goyal
|
d0f3b34517
|
Fix typo in docs
|
2024-02-03 08:20:11 +05:30 |
|
Cheuk Yin Ng
|
cd8f0c1374
|
fix: open_url_with docs spelling
|
2024-02-02 12:02:08 -08:00 |
|
Kovid Goyal
|
9b8ee54034
|
better example of conditional key mapping
|
2024-01-29 21:58:10 +05:30 |
|
Kovid Goyal
|
d730c189db
|
Merge branch 'dependabot/go_modules/all-go-deps-676548f652' of https://github.com/kovidgoyal/kitty
|
2024-01-29 08:40:38 +05:30 |
|
dependabot[bot]
|
3fc1e6911a
|
Bump the all-go-deps group with 1 update
Bumps the all-go-deps group with 1 update: [github.com/google/uuid](https://github.com/google/uuid).
Updates `github.com/google/uuid` from 1.5.0 to 1.6.0
- [Release notes](https://github.com/google/uuid/releases)
- [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/uuid/compare/v1.5.0...v1.6.0)
---
updated-dependencies:
- dependency-name: github.com/google/uuid
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: all-go-deps
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-01-29 03:06:38 +00:00 |
|
Kovid Goyal
|
e8d9ca4465
|
Graphics protocol: Improve display of images using unicode placeholders or row/column boxes by resizing them using linear instead of nearest neighbor interpolation on the GPU
Fixes #7070
|
2024-01-28 08:05:02 +05:30 |
|
Kovid Goyal
|
8c12086beb
|
Dont store query images in disk cache and dont send their data to GPU
|
2024-01-27 13:41:59 +05:30 |
|
Kovid Goyal
|
5a2ee2f9a3
|
macOS: Fix kitten @ select-window leaving the keyboard in a partially functional state
Fixes #7074
|
2024-01-27 12:53:58 +05:30 |
|
Kovid Goyal
|
cafd5a7471
|
@ send-text --bracketed-paste
Allow automatically wrapping sent text in bracketed paste if the
program running in the destination window has turned on bracketed paste
mode.
|
2024-01-26 20:51:21 +05:30 |
|
Kovid Goyal
|
4c46d2bc95
|
...
|
2024-01-26 20:07:55 +05:30 |
|
Kovid Goyal
|
c95fc3689b
|
A single multi-key mapping should not prematurely complete as that confuses people trying out the feature
See #7073
|
2024-01-26 20:04:33 +05:30 |
|
Kovid Goyal
|
8c50632a10
|
Fix a single key mapping not overriding a previously defined multi-key mapping
|
2024-01-26 18:02:25 +05:30 |
|
Kovid Goyal
|
ae1bf69a3d
|
Fix date in changelog
|
2024-01-26 17:24:45 +05:30 |
|
Kovid Goyal
|
08d88af2fb
|
version 0.32.1
v0.32.1
|
2024-01-26 08:33:51 +05:30 |
|
Kovid Goyal
|
4dfbcb539f
|
Add basic tests for modal mappings
|
2024-01-25 14:42:27 +05:30 |
|