Releases: ClementNerma/Jumpy
Releases · ClementNerma/Jumpy
Jumpy v0.3.10
Full Changelog: v0.3.9...v0.3.10
Jumpy v0.3.9
Full Changelog: v0.3.7...v0.3.9
jumpy v0.3.8
Full Changelog: v0.3.7...v0.3.8
v0.3.7
- QoL: Update dependencies
v0.3.6
- Fix:: Don't register root path (
/
) as it doesn't have a filename to match against
v0.3.5
- BREAKING: Renamed the
optimize
action tocleanup
- Fix: Remove entries from the database with
optimize
(nowcleanup
) when a directory became a file
v0.3.3
New version!
- FIX: Score ranking was reversed in
query
andlist
v0.3.2
New version!
- FIX:
--top
flag forinc
command being ignored if directory already registered
v0.3.1
New version!
- NEW:
inc <path> --top
subcommand to assign the maximum score to the provided directory
v0.3.0
New version!
-
NEW:
export
subcommand -
NEW:
path
subcommand to print the path to the database file -
NEW:
path --lossily
to print to the path to the database file lossily (if it contains invalid UTF-8 characters) -
INTERNAL: Make database file sorted
-
FIX: Don't flush index to disk when no change were made