Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-04-30 | Release version 0.3 beta 4 | zlg | 1 | -1/+42 | |
This release brings JSON import and export support. | |||||
2018-10-18 | cli: show msg if game to be deleted is not in DB | zlg | 1 | -2/+10 | |
2018-10-18 | cli: Tell the user when a game lacks notes | zlg | 1 | -0/+9 | |
2018-10-18 | Catch when an invalid list filter is passed | zlg | 1 | -0/+7 | |
Before, vgstash.DB.list_games() would default to 'allgames' and silently hide it when a filter wasn't found. This commit ensures that the vgstash package and CLI both indicate when an invalid filter is passed to them: * vgstash.DB.list_games() will return False on a failure to match; * vgstash_cli uses Click's Choice object to enforce the constraint | |||||
2018-10-12 | cli: Add zero-game import/export messages | zlg | 1 | -4/+4 | |
2018-10-10 | Move tests and data to dedicated directory | zlg | 1 | -0/+258 | |
Also tweaked the export command to report correctly. |