Skip to content

Tags: orhun/kmon

Tags

v1.7.1

Verified

This commit was signed with the committer’s verified signature.
orhun Orhun Parmaksız
chore: Prepare for the release v1.7.1

v1.7.0

Verified

This commit was signed with the committer’s verified signature.
orhun Orhun Parmaksız
chore: Prepare for the release v1.7.0

v1.6.5

Verified

This tag was signed with the committer’s verified signature.
orhun Orhun Parmaksız
Release v1.6.5

- Add a panic hook to reset terminal upon panic by @eld4niz in [#141](#141)
- Upgrade dependencies by @orhun
- Bump the Rust version in Dockerfile by @orhun
- Update funding options
- Update license copyright years
- Prepare for the release v1.6.5
- Do not panic when /proc/modules does not exist by @eld4niz in [#139](#139)

v1.6.4

Verified

This tag was signed with the committer’s verified signature.
orhun Orhun Parmaksız
Release v1.6.4

- Bump dependencies
- Fix all new clippy errors with 'rustc:1.73.0'

v1.6.3

Verified

This tag was signed with the committer’s verified signature.
orhun Orhun Parmaksız
Release v1.6.3

- Build Docker image for arm64
- Generate SBOM/provenance for the Docker image
- Update README.md about manual installation
- Apply clippy suggestions
- Switch to `ratatui`
- Integrate dependabot
- Bump dependencies
- Fix typos
- Remove target directory from .dockerignore for proper caching

v1.6.2

Verified

This tag was signed with the committer’s verified signature.
orhun Orhun Parmaksız
Release v1.6.2

- Add build script for generating manpage and completions
- Enable GitHub Sponsors for funding
- Update the project structure to be used as library
- Apply clippy suggestions
- Bump dependencies
- Switch to copypasta-ext crate for fixing RUSTSEC-2022-0056

v1.6.1

Verified

This tag was signed with the committer’s verified signature.
orhun Orhun Parmaksız
Release v1.6.1

- Add build script for generating manpage and completions
- Enable GitHub Sponsors for funding
- Update the project structure to be used as library
- Apply clippy suggestions
- Bump dependencies
- Switch to copypasta-ext crate for fixing RUSTSEC-2022-0056

v1.6.0

Verified

This tag was signed with the committer’s verified signature.
orhun Orhun Parmaksız
Release v1.6.0

- Add options menu for managing the kernel modules
- Migrate to Rust 2021 edition
- Bump the dependencies
- Optimize CI/CD workflows

v1.5.5

Verified

This tag was signed with the committer’s verified signature.
orhun Orhun Parmaksız
Release v1.5.5

- Center the title of kernel information block
- Update dependencies to the latest version
- Update the upload step in CD workflow

v1.5.4

Verified

This tag was signed with the committer’s verified signature.
orhun Orhun Parmaksız
Release v1.5.4

- Update dependencies to the latest version
- Update README.md about social media links and AUR installation
- Update RELEASE.md to mention the release signing key
- Make the help text copyable via `c` key press
- Apply clippy suggestions