Releases: orhun/kmon
Releases · orhun/kmon
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
v1.0.1
Release v1.0.1 * Add Copr package instructions to README.md * Fix the broken manpage link in README.md
v1.0.0
Release v1.0.0 * Add roadmap, ToC, funding information and new images to README.md * Add FUNDING.yml
v0.3.3
Release v0.3.3 * Update the AUR (git) release step in CD workflow
v0.3.2
Release v0.3.2 * Add snapcraft.yml for the snap package * Fix the AUR publish actions in CD workflow according to the package guidelines * Update .gitignore and .dockerignore files about snap package files * Update README.md about the main usage gif
v0.3.1
Release v0.3.1 * Fix stylize function about adding colors to the text * Update README.md about usage information, features and images * Update descriptions of the module management commands * Update the module blacklisting command
v0.3.0
Release v0.3.0 * Add horizontal scrolling feature to kernel activities block * Add debug derive to enum types * Use the case insensitive alt-key combinations * Update the runtime key bindings * Update README.md about key bindings and sections * Update the manual page about key bindings
v0.2.2
Release v0.2.2 * Update README.md about man page and project description * Move man page file to man/ directory * Update the CD workflow about the new location of man page
v0.2.1
Release v0.2.1 * Add project installation, usage, key bindings and resources to README * Add manual page for the project * Add test for the `ctrl-l` key action * Update the CD workflow for adding the manual page to the final binary package