Skip to content

Releases: orhun/kmon

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

v1.0.1

04 Apr 22:01
d2ebb95
Compare
Choose a tag to compare
Release v1.0.1

* Add Copr package instructions to README.md
* Fix the broken manpage link in README.md

v1.0.0

01 Apr 08:29
a2a7395
Compare
Choose a tag to compare
Release v1.0.0

* Add roadmap, ToC, funding information and new images to README.md
* Add FUNDING.yml

v0.3.3

23 Mar 13:36
d629cd5
Compare
Choose a tag to compare
Release v0.3.3

* Update the AUR (git) release step in CD workflow

v0.3.2

23 Mar 13:02
77f748b
Compare
Choose a tag to compare
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

19 Mar 21:01
5fd5ae1
Compare
Choose a tag to compare
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

10 Mar 06:39
df6713d
Compare
Choose a tag to compare
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

01 Mar 10:02
196a45d
Compare
Choose a tag to compare
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

28 Feb 09:21
51a629d
Compare
Choose a tag to compare
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