Releases: shashwatah/jot
Releases · shashwatah/jot
Jot v0.1.2
- v0.1.2 :
-
Fix:
list
command could display items other than notes and folders.- process_path() couldn't collapse certain paths properly, and std::fs::canonicalize doesn't work as intended on windows. dunce crate has been used to achieve the required function.
-
Feat:
opdir
command has been added to enable opening the current folder in the default file explorer.list
command can now filter items based on the item type provided.config
command can now open the config file in the set editor.
-
Jot v0.1.1
v0.1.1 :
- As advised by u/epage (github/epage) on my r/rust post, commands are now represented by their full word, and the two letter abbreviations (previously serving as commands themselves) are now aliases for these commands.
- Updated docs.
Jot v0.1.0
v0.1.0 :
- Initial Release