Skip to content

Releases: orhun/kmon

v1.5.0

27 Aug 15:20
v1.5.0
84632a6
Compare
Choose a tag to compare
Release v1.5.0

* Add alt-e/s keys for expanding/shrinking the selected block
* Add ctrl-x key for changing the position of a block
* Update the AUR installation step in README.md
* Fix the percentage overflow in kernel module table
* Use the default colors if the accent color is not provided
* Remove the AUR binary package publish step from CD workflow

v1.4.0

05 Aug 00:13
v1.4.0
cf63e70
Compare
Choose a tag to compare
Release v1,4,0

* Add accent color option to set default text color
* Update README.md about accent color option
* Update manual page about accent color option

v1.3.5

30 Jul 18:08
v1.3.5
dc8943c
Compare
Choose a tag to compare
Release v1.3.5

* Update README.md about Arch Linux packages
* Update the release steps of AUR packages in CD worflow
* Update a link in release instructions about AUR packages
* Continue to run the CD workflow if crates.io publish fails (for re-running the workflow)

v1.3.4

29 Jul 22:02
v1.3.4
a7d8a31
Compare
Choose a tag to compare
Release v1.3.4

* Update CD workflow about AUR releases

v1.3.3

29 Jul 21:12
v1.3.3
cf31605
Compare
Choose a tag to compare
Release v1.3.3

* Update the release instructions about git tag command
* Update the repository secrets for fixing the CD workflow

v1.3.2

29 Jul 20:56
v1.3.2
33420c8
Compare
Choose a tag to compare
Release v1.3.2

* Update the publishing order in CD workflow

v1.3.1

29 Jul 20:46
v1.3.1
0ca6498
Compare
Choose a tag to compare
Release v1.3.1

* Add CNAME record and theme config for the project page
* Add PGP keys to CD workflow for signing the releases
* Update README.md about Copr package

v1.3.0

22 Jul 13:34
49be7a5
Compare
Choose a tag to compare
Release v1.3.0

* Support insmod/rmmod for low-level module handling
* Use codecov action for uploading reports to codecov.io
* Update Cargo dependencies to the latest version
* Update README.md about load/unload/reload commands
* Update the CI workflow about clippy arguments

v1.2.0

03 May 20:41
873e38f
Compare
Choose a tag to compare
Release v1.2.0

* Add `ctrl-r, alt-r` key actions for reloading a module
* Add `d, alt-d` key actions for showing the dependent modules
* Use Box<dyn std::error::Error> instead of failure::Error
* Update the date in the manual page
* Update .gitignore about Visual Studio Code
* Update README.md about key binding changes
* Remove the deprecated failure crate

v1.1.0

09 Apr 14:51
9643b0c
Compare
Choose a tag to compare
Release v1.1.0

* Add `-d, --dependent` flag for sorting modules by their dependent modules
* Add information about `-d, --dependent` flag to README.md
* Add a section to README.md about installation from nixpkgs
* Fix the CI workflow about Docker builds
* Update README.md about sorting/reversing GIFs
* Improve the test cases of sort type flags