Skip to content

Commit

Permalink
update spec file.
Browse files Browse the repository at this point in the history
  • Loading branch information
blacknon committed Nov 13, 2024
1 parent f685ba1 commit 3d89efc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ on:
- "img/**"
- "package/**"
- "LICENSE"
- "hwatch.spec"

jobs:
# build rust binary
Expand Down
5 changes: 4 additions & 1 deletion hwatch.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: hwatch
Version: 0.3.16
Version: 0.3.17
Release: 1%{?dist}
Summary: A modern alternative to the 'watch' command, it records differences in execution results and allows for examination of these differences afterward.
URL: https://github.com/blacknon/hwatch/
Expand Down Expand Up @@ -52,6 +52,9 @@ $HOME/.cargo/bin/cargo test --release --locked --all-features
/etc/bash_completion.d/%{name}.bash

%changelog
* Wed Nov 13 2024 blacknon - 0.3.17-1
- Bugfix. Fixed the filter keyword not supporting multi-byte characters.
- Bugfix. Fixed freezes in a narrow terminal when used with `--no-help-banner` (issue #169)
* Sun Nov 10 2024 blacknon - 0.3.16-1
- Bugfix an issue where the ESC key was unintentionally triggered during mouse operations on MacOS
- Enhancement of filter (issue #124)
Expand Down

0 comments on commit 3d89efc

Please sign in to comment.