New
Release v0.4.1
✨ Features
- feat: add glibc version check to install script (6cfece8)
- feat: add author filter option for commit display (cfda74d)
- feat: move cursor to first non-whitespace position during scroll (8cf6a46)
- feat: skip cursor movement to indentation (9ef01e2)
- feat: introduced the pattern matching for ignoring parameters (5350424)
- feat: add MODULE.bazel.lock to excluded files (420c57a)
🐛 Bug Fixes
- fix: use ubuntu-latest for Linux release builds (2eb6d85)
- fix: default to asc order when --author is specified (72ebcee)
- fix: add validation for author filter input to prevent empty patterns (80e54c0)
- fix: add perl to nativeBuildInputs for openssl-sys build (f3d7672)
- fix: update cli name and version (7a07511)
- fix: add other typescript extensions (#84) (a2a614d)
📝 Other Changes
- docs: add troubleshooting for glibc version errors (77553a3)
- docs: add behavior notes for --author filtering (12cf5a1)
- refactor: extract magic numbers and fix step discontinuity (e1624aa)
- perf: improve scrolling speed in large files (f39f158)
- refactor: use Cargo.toml version in CLI (e330c16)
- docs: add documentation for ignore patterns feature (caa25ef)