* Switched from tui to ratatui * Pinned serde and serde_derive to v1.0.171
Added - `-r`, `--replace` option to replace an existing Gyr instance. Changed - Switched from dirty recursive directory walker to [walkdir](https://crates.io/crates/walkdir)
v0.1.1 Added - VIM keybindings (`Ctrl+N`/`Ctrl+P`/`Ctrl+Y`) - config: Disabling infinite scrolling via `hard_stop` Fixed - 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