Skip to content

Releases: creshal/yspave

yspave 0.1.2

26 Feb 08:58
0.1.2
Compare
Choose a tag to compare
  • Fixes a bug with the bug fix for the password editor
  • Adds a digit-only password generation mode for PIN codes. For hopefully obvious security reasons, do not use this for any other purpose, as PINs suck even when backed by a good RNG.

yspave 0.1.1

13 Jun 16:50
0.1.1
Compare
Choose a tag to compare

Fixes a bug with the password editor.

yspave 0.1.0 'Insert Witty Version Name Here'

14 Apr 09:30
0.1.0
Compare
Choose a tag to compare
  • Deprecation: The config file format has changed; copy_call is now the
    option call in the copy 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 complements get, 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