Releases: ashu-tosh-kumar/command-storage
Releases · ashu-tosh-kumar/command-storage
v0.1.3
- Security and package upgrades
- No new features added
What's Changed
- dev to main by @ashu-tosh-kumar in #7
- Create SECURITY.md by @ashu-tosh-kumar in #8
- upgrade all packages to latest by @ashu-tosh-kumar in #11
- update dependencies by @ashu-tosh-kumar in #13
- Upgrade packages 02 01 2025 by @ashu-tosh-kumar in #14
- V0.1.3 by @ashu-tosh-kumar in #15
- Release v0.1.3 by @ashu-tosh-kumar in #16
Full Changelog: v0.1.2...v0.1.3
v0.1.2
list
command useskey
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
Lower down python requirement to 3.9 to support wider platforms
v0.1.0
same release on pip. first release. working code with all MVP functionalities.