All notable changes to Gyr will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Unpinned serde and serde_derive
- Updated author, homepage & repo
- Migrated from tui to ratatui
- Pinned serde and serde_derive to v1.0.171, see serde-rs/serde#2538
- Updated dependencies
-r
,--replace
option to replace an existing Gyr instance.
- Switched from dirty recursive directory walker to walkdir
- VIM keybindings (
Ctrl+N
/Ctrl+P
/Ctrl+Y
) - config: Disabling infinite scrolling via
hard_stop
- ui: remove unused log
- Wait until loading finishes before showing the UI
- Switched to case insensitive sorting
- Read
$XDG_DATA_DIRS
instead of harcoded data paths
- Initial release