Releases: orhun/kmon
Releases · orhun/kmon
v1.5.0
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
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
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
Release v1.3.4 * Update CD workflow about AUR releases
v1.3.3
Release v1.3.3 * Update the release instructions about git tag command * Update the repository secrets for fixing the CD workflow
v1.3.2
Release v1.3.2 * Update the publishing order in CD workflow
v1.3.1
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
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
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
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