Skip to content

Releases: ashu-tosh-kumar/command-storage

v0.1.3

18 Jan 06:12
40e8fbe
Compare
Choose a tag to compare
  • Security and package upgrades
  • No new features added

What's Changed

Full Changelog: v0.1.2...v0.1.3

v0.1.2

16 Mar 23:52
f3f09c2
Compare
Choose a tag to compare
  • list command uses key as argument instead of option for wider app
    consistency.
  • list command supports passing --limit option to limit no. of search results. Works
    for both with and without fuzzy search.
  • Added copy command to allow copying a command by its key.
  • Added a probability threshold for fuzzy search in list command. This helps in
    returning only meaningful matches.
  • [BUG FIX] Fixed init command overwriting existing database file.

v0.1.1

10 Mar 17:45
430f73f
Compare
Choose a tag to compare

Lower down python requirement to 3.9 to support wider platforms

v0.1.0

29 Feb 03:02
Compare
Choose a tag to compare

same release on pip. first release. working code with all MVP functionalities.