Skip to content

Releases: orhun/kmon

v1.5.2

14 Dec 23:05
v1.5.2
5e11c84
Compare
Choose a tag to compare


See changelog for release notes.

v1.5.1

09 Oct 12:03
v1.5.1
5b3e69f
Compare
Choose a tag to compare
Release v1.5.1

* Fix test failing when giving arguments to the test binary

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