Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-09-22 | scripts: Add schema v1->v2 migration script | zlg | 1 | -9/+1 | |
This script adds three columns to the schema, supporting the "Purchased", "Beaten", and "Completed" note headers. They are now converted to a UNIX timestamp and stored in a separate column so queries made against that metadata are easier. The library itself still needs to support all the new columns. | |||||
2021-10-24 | README.md: Flesh out and reorganize | zlg | 1 | -0/+28 | |
2020-08-02 | TODO.txt: remove distro-related packaging goal | zlg | 1 | -1/+0 | |
2018-09-03 | Branch off from master with pytest, tox, click | zlg | 1 | -0/+7 | |
This commit is huge, but contains everything needed for a "proper" build system built on pytest + tox and a CLI built with click. For now, this branch will contain all new vgstash development activity until it reaches feature parity with master. The CLI is installed to pip's PATH. Only the 'init', 'add', and 'list' commands work, with only two filters. This is pre-alpha software, and is therefore not stable yet. |