Skip to content

Releases: shashwatah/jot

Jot v0.1.2

05 Apr 15:57
07e215b
Compare
Choose a tag to compare
  • 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

17 Sep 19:35
Compare
Choose a tag to compare

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

13 Sep 20:08
Compare
Choose a tag to compare

v0.1.0 :

  • Initial Release