-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kitty: 0.16.0 -> 0.17.1 #83282
kitty: 0.16.0 -> 0.17.1 #83282
Conversation
Should we skip 0.17.0? |
It will not really be skipped since changes in 0.17.0 are part of 0.17.1. It is easier to just re-use the same PR. Especially since the release fixes some issues introduced in 0.17.1. |
Ok, I'll just add another commit and change the title then. |
For just minor bump, it is not even necessary to use a separate commit, you can just amend the previous one. Separate commits are only necessary when they improve the clarity by making the incremental diffs smaller. |
https://github.com/kovidgoyal/kitty/releases/tag/v0.17.1 The png2icns patch is no longer needed because kitty will now automatically use `png2icns` when `iconutil` cannot be found. The zsh completions will now work without needing to invoke them with `source`, which means, that we can just install them like the other shell completions.
Ok, I did that and while I was at it I rebased onto the latest master. |
That was a fast update, when I checked, there was no 0.17.1 release :). |
Motivation for this change
https://github.com/kovidgoyal/kitty/releases/tag/v0.17.1
The png2icns patch is no longer needed because kitty will now automatically use
png2icns
wheniconutil
cannot be found.The zsh completions will now work without needing to invoke them with
source
, which means, that we can just install them like the other shell completions.Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)