Skip to content

Releases: schneedotdev/til

v0.1.4

24 Aug 20:50
767aad8
Compare
Choose a tag to compare

Added

  • separate modules, rename SearchParams to Search, and move find_by fn's within Search
  • pad the amount of chars of the filepath date
  • find entry by date validations

Fixed

  • by_date_range will be released at a later date
  • use .to_owned()
  • find_by_date -> by_date, find_by_range -> by_date_range
  • remove set version

Refactor

  • move code from else block
  • unnecessary Path::new()

v0.1.3

17 Aug 22:50
f19c588
Compare
Choose a tag to compare

Added

  • update_meta function used to update any new tags provided by CL
  • new error variant for parsing metadata
  • added regex crate
  • generate metadata for note entries
  • new command add replacing that

Docs

  • information on add command

Fixed

  • formatting in error.rs

Removed

  • title arg has been removed

v0.1.2

17 Aug 03:38
e7b388f
Compare
Choose a tag to compare

Added

  • file-related errors

Fixed

  • remove main_tests

Refactor

  • relocate match within fmt fn

v0.1.1

16 Aug 02:24
3d31375
Compare
Choose a tag to compare

Added

  • change name of binary

Docs

  • updated command comments