Releases: creshal/yspave
Releases · creshal/yspave
yspave 0.1.2
yspave 0.1.1
Fixes a bug with the password editor.
yspave 0.1.0 'Insert Witty Version Name Here'
- Deprecation: The config file format has changed;
copy_call
is now the
optioncall
in thecopy
section. The old format is still supported, but
throws a warning and will be removed eventually. - Queries can now contain IDs or search keywords everywhere.
- New command:
list
complementsget
, showing metadata for all matching
entries, but without passwords (similar to the query selection screen) - Improved command:
del
will now ask for confirmation and works on queries,
not just IDs. - Improved command:
copy
can now show metadata of the copied password.
Opt in due to its potential security concerns. PKGBUILD
is no longer shipped; only distributed via AUR4.- Argument completion for zsh shipped.
- Internal:
- The commands module has been reworked, making
dispatch
less of a mess. edit
has been reworked, hopefully fixing some bugs in it.- Queries matching passwords added in the current session no longer trigger
exceptions. - Default memory factor has been improved, from 64M to 512M.
- Invalid config files now trigger proper tracebacks and error messages.
- Exceptions in the REPL now trigger proper tracebacks and error messages.
- Query selections can now be cancelled with ^C
- The commands module has been reworked, making