Update Cargo.toml and Cargo.lock to 1.2.2 for 1.2.2 branch #186
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Cargo.lock was updated using
make release.Please note that this PR is to be merged into the
1.2.2branch. 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.2contains 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
swhksdebugcommand line option to get verbose loggingswhkslogcommand line option to log to a fileswhkd-viminstalls alongsideswhkdin the AUR packageChanged
swhksno longer defaults to a verbose output (seedebugflag)swhkslogs to a file by defaultswhksnow logs command output by defaultFixed
swhkdman page.SIGHUPtoswhkdto reload the config file no longer crashes (Sending SIGHUP twice toswhkdcrashes withFailed to set init groups: EPERM#155)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.