New Feature
Customizable refresh rate: Added -d/--delay option to set screen refresh rate in seconds. Thanks to @tanelpoder for this contribution!
Improvements
- Build system: Generate BPF skeleton in OUT_DIR for better build isolation (commit 2f2de39)
- Code quality: Fixed clippy warnings for cleaner code (commit 47fa0c3)
- CI/CD: Updated GitHub Actions to use non-deprecated runners (commit c47c216)
- Development: Added CLAUDE.md for improved AI-assisted development (commit 9d86325)
Dependency Updates
- Updated libbpf-rs from 0.24.8 to 0.25.0
- Updated libbpf-sys from 1.5.0+v1.5.0 to 1.6.1+v1.6.1
- Updated libbpf-cargo from 0.24.8 to 0.25.0
- Updated tui-input from 0.11.1 to 0.14.0
- Updated clap from 4.5.28 to 4.5.45
- Updated nix from 0.29.0 to 0.30.1
- Updated circular-buffer from 1.0.0 to 1.1.0
- Updated anyhow from 1.0.95 to 1.0.99
New Contributors
- @tanelpoder made their first contribution in #138
Full Changelog: v0.6.0...v0.7.0