aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorzlg <zlg@zlg.space>2025-07-29 19:11:50 -0700
committerzlg <zlg@zlg.space>2025-07-29 20:37:57 -0700
commit9b0bda1a13ebac7866099c325b7ab103520ea40b (patch)
tree14697d3852037052a64b079c4a5331c513195644 /tests
parentREADME.md: Better clarify dates, add contact details (diff)
downloadvgstash-9b0bda1a13ebac7866099c325b7ab103520ea40b.tar.gz
vgstash-9b0bda1a13ebac7866099c325b7ab103520ea40b.tar.bz2
vgstash-9b0bda1a13ebac7866099c325b7ab103520ea40b.tar.xz
vgstash-9b0bda1a13ebac7866099c325b7ab103520ea40b.zip
The big VGStash-Web commit!
This commit introduces a templated HTML file to insert your username, and a set of files that, when combined with your exported VGStash in JSON format, can be used to display (and browse) your game collection in your Web browser!
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions
h can handle the new schema v2 that includes these columns. Please use the schema migration script in the "scripts" directory to continue using VGStash. The list_games function has been completely re-worked to handle arbitrary tabular data. Raw mode has remained, but the width switch (-w) for default table view is no longer present. The first VIEW supporting these columns is also available in FILTERS: the backlog_age filter, which will show you the amount of time games with a purchase date value have been sitting in your collection unbeaten. 2025-01-24tox.ini: Update to Python 3.11 env by defaultzlg1-1/+1 2025-01-23schema1-to-2.py: Add shebang because I'm a doofuszlg1-0/+2 2023-09-22scripts: Add schema v1->v2 migration scriptzlg2-9/+85 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.