Skip to content

Latest commit

 

History

History
55 lines (32 loc) · 1.22 KB

CHANGELOG.md

File metadata and controls

55 lines (32 loc) · 1.22 KB

Changelog

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.

[Unreleased]

[v0.1.5] - 2023-09-10

Changed

  • Unpinned serde and serde_derive
  • Updated author, homepage & repo

[v0.1.4] - 2023-08-20

Changed

[v0.1.3] - 2023-04-30

Fixed

  • Updated dependencies

[v0.1.2] - 2022-09-13

Added

  • -r, --replace option to replace an existing Gyr instance.

Changed

  • Switched from dirty recursive directory walker to walkdir

[v0.1.1] - 2022-07-26

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

[v0.1.0] - 2022-07-01

  • Initial release