Releases: schneedotdev/til
Releases · schneedotdev/til
v0.1.4
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
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
replacingthat
Docs
- information on
add
command
Fixed
- formatting in error.rs
Removed
- title arg has been removed
v0.1.2
Added
- file-related errors
Fixed
- remove main_tests
Refactor
- relocate match within fmt fn
v0.1.1
Added
- change name of binary
Docs
- updated command comments