All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.4 - 2024-08-24
- 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
- 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
- move code from else block
- unnecessary Path::new()
0.1.3 - 2024-08-17
- 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
- information on
add
command
- formatting in error.rs
- title arg has been removed
0.1.2 - 2024-08-17
- file-related errors
- remove main_tests
- relocate match within fmt fn
0.1.1 - 2024-08-16
- change name of binary
- updated command comments