Skip to content

Plato 0.9.14

Compare
Choose a tag to compare
@baskerville baskerville released this 29 Jan 20:07
· 295 commits to master since this release

The metadata format has changed, manual intervention is required.

Within each library's path, run the attached python script:

mv .metadata.json .metadata-old.json
./migrate-hex_keys.py < .metadata-old.json > .metadata.json

Notable changes:

  • Add a menu item to empty the trash.
  • Move the database's clean up routine to Library::import.
  • Make a few adjustments to the hooks API.