Releases

  • v2.0.0

    ryanreed 1 year ago | 26 commits to master since this release

    This was a rewrite of the tool to utilize a single transpose.json within the storepath for everything stored within that path.

    Breaking Changes

    This won't work with the previous method for storing paths. Due to this, a scripts/upgrade-2.0.py exists that can be run to automatically convert the old transpose files to the new storage method (old files are left in place, as a precaution)

    Features

    • Moved from the cache files config method to a single location in the store path
    • More reliable (hopefully)

    Tests

    • Replaced all previous tests
    • Better test coverage