waycrate / swhkd

Sxhkd clone for Wayland (works on TTY and X11 too)
https://git.sr.ht/~shinyzenith/swhkd
BSD 2-Clause "Simplified" License
679 stars 47 forks source link

Update Cargo.toml and Cargo.lock to 1.2.2 for 1.2.2 branch #186

Open ajanon opened 1 year ago

ajanon commented 1 year ago

Cargo.lock was updated using make release.

Please note that this PR is to be merged into the 1.2.2 branch. There will be a bit of divergence compared to the current main branch, but this allows us to make a proper fix release.

1.2.2 contains a number of fixes. Below is a tentative release text for this version based in part on keep a changelog as discussed in #181:

1.2.2

Added

Changed

Fixed

I am not 100% sure that the changelog above is accurate, feel free to discuss it. Notably, I am not sure what 2832de8 is about. @EdenQwQ would you mind explaining it a bit for the changelog? Additionally, a2cdcee is quite large, and I am not sure if I understood all changes.

ajanon commented 1 year ago

Before merging this, could we discuss a bit more the release message?

Shinyzenith commented 1 year ago

https://github.com/waycrate/swhkd/commit/a2cdceedbaaa301433f153b2dd948a3c3fb049fc

Ah sorry for approving the pr first, I was typing this out 😅

Shinyzenith commented 1 year ago

Apart from the commit eden made, the changelog looks fine. @EdenQwQ

Shinyzenith commented 1 year ago

https://github.com/waycrate/swhkd/commit/2832de8cc2ef9d28aa7ee57954a1a05029e7aca8 I believe this commit fixes parsing of commands which are of the format command1 && command2? I'm not entirely sure but input from eden would help...sadly it looks like they're busy.