## v0.7.0 (2023-03-11) ### Feat - transpose metadata between frontmatter and inline - select insert location for new inline metadata ### Fix - exit after committing changes - fix typo and sort order of options ## v0.6.1 (2023-03-03) ### Fix - improve error handling when frontmatter malformed ### Refactor - use single console instance ## v0.6.0 (2023-02-06) ### Feat - transpose metadata (#18) ### Fix - **ui**: add seperator to top of select lists - allow adding inline tags with same key different values (#17) - remove unnecessary question when viewing diffs ## v0.5.0 (2023-02-04) ### Feat - add new tags (#16) - add new inline metadata (#15) - **configuration**: `insert_location` specifies where content is added within notes ### Fix - find more emojis ## v0.4.0 (2023-02-02) ### Feat - export metadata (#14) - export metadata to CSV - export metadata to JSON - export CSV or JSON from command line - limit scope of notes with one or more filters (#13) ### Fix - do not count in-page links as tags - improve terminal colors of questions ## v0.3.0 (2023-01-30) ### Feat - **application**: add new metadata to frontmatter (#9) ### Fix - **application**: improve ux (#10) ## v0.2.0 (2023-01-25) ### Feat - **configuration**: support multiple vaults in the configuration file (#6) ### Refactor - **application**: refactor questions to separate class (#7) ## v0.1.1 (2023-01-23) ### Fix - **notes**: diff now prints values in the form `[value]` - **application**: exit after committing changes ## v0.1.0 (2023-01-22) ### Feat - initial application release