Commit Graph

14546 Commits

Author SHA1 Message Date
Kovid Goyal
611d8baf28 Linux: Fix a regression in 0.36.0 that caused font features defined via fontconfig to be ignored
Fixes #7773
2024-08-24 17:17:37 +05:30
Kovid Goyal
2560a024b9 ... 2024-08-24 11:20:16 +05:30
Kovid Goyal
e5321f96a3 never return zero cell width for a font 2024-08-24 11:19:44 +05:30
Kovid Goyal
60601a6dba Fix #7772 2024-08-24 11:12:37 +05:30
Kovid Goyal
d36a64087e Bump Go to 1.23
We need this because Go < 1.23 produces binaries that dont work on
modern OpenBSD because OpenBSD decided to remove syscall() from their
libc. Mad buggers, who removes functions from libc breaking all
binaries!!

Also increase minimum macOS version to 11.0 as Go 1.23 requires that
2024-08-24 08:06:02 +05:30
Kovid Goyal
95245ee473 version 0.36.1 v0.36.1 2024-08-24 06:22:42 +05:30
Kovid Goyal
40bc1d4f38 DRYer 2024-08-24 06:21:27 +05:30
Kovid Goyal
808c68dd0b ... 2024-08-23 15:44:33 +05:30
Kovid Goyal
c26b441105 Dont output falling back to menlo message for the symbols nerd font mono family 2024-08-23 15:37:26 +05:30
Kovid Goyal
036241fc6c macOS: Fix a regression in the previous release that caused --single-instance to not work when using macos-launch-services-cmdline 2024-08-23 15:27:26 +05:30
Kovid Goyal
0c1d239b5f Exclude bypy/b from go test discovery 2024-08-23 11:27:54 +05:30
Kovid Goyal
e51fda041e ... 2024-08-22 20:29:08 +05:30
Kovid Goyal
4315bcfdc9 Fix off by one in mark color indexing in shader
Fixes #7768
2024-08-22 15:48:22 +05:30
Kovid Goyal
86797ff96d Fix #7763 2024-08-21 20:46:05 +05:30
Kovid Goyal
173bf4a4a3 Disable in band resize notifications in a few more places 2024-08-21 12:11:14 +05:30
Kovid Goyal
807e14684f Fix #7762 2024-08-21 12:01:12 +05:30
Kovid Goyal
d75d372da0 Reset base64 streaming decoder after invalid input
Fixes #7757
2024-08-20 17:37:25 +05:30
Kovid Goyal
2ac26b0e6d Fix #7752 2024-08-20 17:27:13 +05:30
Kovid Goyal
6d06415ec5 Another kitty icon 2024-08-20 07:15:02 +05:30
Kovid Goyal
8dc1dfed48 ... 2024-08-19 21:38:15 +05:30
Kovid Goyal
3b27381a9b ... 2024-08-19 21:34:32 +05:30
Kovid Goyal
3abf808843 Improve some documentation 2024-08-19 21:30:42 +05:30
Kovid Goyal
e74188fcf0 Switch to using ps to get all processes
The Go process module is very slow to get Exe() on non-Linux systems
without CGO as it works by calling lsof on the pid. So we anyway have to
filter by command line first. So might as well just use ps in that case.
2024-08-19 20:54:54 +05:30
Kovid Goyal
9708959438 When reloading in all kitty instances, only use readlink on processes that contain "kitty" in the image name
Apparently there are some machines where a few hundred/thousand readlink calls
take 30 seconds! See #7744
2024-08-19 19:18:37 +05:30
Kovid Goyal
4ed01bdd1e ... 2024-08-19 10:27:40 +05:30
Kovid Goyal
b3b2f56890 Installer: allow installing specific versions 2024-08-19 10:25:51 +05:30
Kovid Goyal
7c4977146f Fix #7741 2024-08-19 08:51:08 +05:30
Kovid Goyal
9ba34941e5 Merge branch 'master' of https://github.com/f0rc/kitty 2024-08-19 08:41:34 +05:30
f0rc
d0ac1c62fe shift before control 2024-08-18 15:53:07 -05:00
Kovid Goyal
0084f93e1b MacOS Intel: Fix a crash in the choose-fonts kitten when displaying previews of variable fonts
Looks like a bug in Py_BuildValue for s# values on that platform. Workaround by
constructing the string directly and passing to to Py_BuildValue.

Fixes #7734
2024-08-18 17:22:12 +05:30
Kovid Goyal
33fa9a08e4 Allow turning off stripping in update-on-ox 2024-08-18 15:30:38 +05:30
Kovid Goyal
80ec6ae4b6 DRYer 2024-08-18 13:41:59 +05:30
Kovid Goyal
6fabb47aa2 ... 2024-08-18 13:04:43 +05:30
Kovid Goyal
eab801cd17 DRYer 2024-08-18 11:59:34 +05:30
Kovid Goyal
79983897b5 Show how to combine multiple key presses in the FAQ 2024-08-18 10:16:43 +05:30
Kovid Goyal
91273276b5 Merge branch 'patch-1' of https://github.com/jaywonchung/kitty 2024-08-18 08:47:48 +05:30
Jae-Won Chung
8a98b3f4ef Fix typo in notify kitten usage 2024-08-17 22:08:15 -04:00
Kovid Goyal
519b4e43a2 ... 2024-08-17 16:04:15 +05:30
Kovid Goyal
554a2b1811 Allow unfocused cursor shape to remain unchanged
Fixes #7728
2024-08-17 15:49:55 +05:30
Kovid Goyal
aa83860628 Cleanup formatting 2024-08-17 12:46:19 +05:30
Kovid Goyal
d8db17c513 Forgot one place to remove 32-bit binary from v0.36.0 2024-08-17 11:38:09 +05:30
Kovid Goyal
96b0912400 version 0.36.0 2024-08-17 10:05:06 +05:30
Kovid Goyal
bb090ccc72 Fix a regression in notify_on_cmd_finish that caused notifications to appear for every command after the first
Fixes #7725
2024-08-16 20:47:52 +05:30
Kovid Goyal
4575dc6b70 Fix #7724 2024-08-16 18:50:40 +05:30
Kovid Goyal
4ab445dc66 Fix arch detection for container builds 2024-08-13 11:51:49 +05:30
Kovid Goyal
eb2c726eb2 Fix xz failing to allocate memory when used in a 32-bit container 2024-08-13 10:51:03 +05:30
Kovid Goyal
81061a8d43 macOS: Bump the minimum required macOS version to Catalina released five years ago.
Catalina is actually already EOL as of July 2022 but we dont need
anything from newer releases that isn't detected at runtime. Going to
Catalina allows us to use a better format for the generated DMG (UMNO
instead of ULFO which compresses better).
2024-08-13 09:03:38 +05:30
Kovid Goyal
b872bbff49 Get it building in a rootless container 2024-08-12 19:24:48 +05:30
Kovid Goyal
6ff943c10f Merge branch 'dependabot/go_modules/all-go-deps-e6d8beeea1' of https://github.com/kovidgoyal/kitty 2024-08-12 09:15:55 +05:30
dependabot[bot]
f90abae92e Bump the all-go-deps group with 3 updates
Bumps the all-go-deps group with 3 updates: [github.com/dlclark/regexp2](https://github.com/dlclark/regexp2), [golang.org/x/image](https://github.com/golang/image) and [golang.org/x/sys](https://github.com/golang/sys).


Updates `github.com/dlclark/regexp2` from 1.11.3 to 1.11.4
- [Commits](https://github.com/dlclark/regexp2/compare/v1.11.3...v1.11.4)

Updates `golang.org/x/image` from 0.18.0 to 0.19.0
- [Commits](https://github.com/golang/image/compare/v0.18.0...v0.19.0)

Updates `golang.org/x/sys` from 0.23.0 to 0.24.0
- [Commits](https://github.com/golang/sys/compare/v0.23.0...v0.24.0)

---
updated-dependencies:
- dependency-name: github.com/dlclark/regexp2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-deps
- dependency-name: golang.org/x/image
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-deps
- 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-08-12 03:40:37 +00:00