<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vgstash/tests, branch v0.3b8</title>
<subtitle>Manage your game collection and knock out that backlog!</subtitle>
<id>https://git.zlg.space/vgstash/atom/tests?h=v0.3b8</id>
<link rel='self' href='https://git.zlg.space/vgstash/atom/tests?h=v0.3b8'/>
<link rel='alternate' type='text/html' href='https://git.zlg.space/vgstash/'/>
<updated>2023-09-22T08:01:10Z</updated>
<entry>
<title>tests: Add long-lost test_import.json</title>
<updated>2023-09-22T08:01:10Z</updated>
<author>
<name>zlg</name>
<email>zlg@zlg.space</email>
</author>
<published>2023-09-22T08:01:10Z</published>
<link rel='alternate' type='text/html' href='https://git.zlg.space/vgstash/commit/?id=d023b4512ba27af6fa4b5fb4d9de90aa85009f10'/>
<id>urn:sha1:d023b4512ba27af6fa4b5fb4d9de90aa85009f10</id>
<content type='text'>
Yeah, tests have been borked this whole time without me noticing.
Wonderful. :(
</content>
</entry>
<entry>
<title>vgstash_cli: 'export' with no filename prints to stdout</title>
<updated>2021-10-17T01:33:48Z</updated>
<author>
<name>zlg</name>
<email>zlg@zlg.space</email>
</author>
<published>2021-10-17T01:33:48Z</published>
<link rel='alternate' type='text/html' href='https://git.zlg.space/vgstash/commit/?id=269aecb4478c4ed6e15e1b155f259d978b178d2e'/>
<id>urn:sha1:269aecb4478c4ed6e15e1b155f259d978b178d2e</id>
<content type='text'>
ZLG-Bug: 6
</content>
</entry>
<entry>
<title>vgstash_cli: Show what happens to note data</title>
<updated>2020-08-02T23:57:26Z</updated>
<author>
<name>zlg</name>
<email>zlg@zlg.space</email>
</author>
<published>2020-08-02T23:57:26Z</published>
<link rel='alternate' type='text/html' href='https://git.zlg.space/vgstash/commit/?id=bc6fd1e41c3e362c42414b4f582f5ebd2613a8a4'/>
<id>urn:sha1:bc6fd1e41c3e362c42414b4f582f5ebd2613a8a4</id>
<content type='text'>
The 'notes -e' command used to always tell the user that the notes had
been updated. This was incorrect.

Now 'notes -e' will detect three states:

* The note has been changed
* The note has not been changed
* The editor can't be loaded (set via EDITOR)

ZLG-Bug: 3
</content>
</entry>
<entry>
<title>Avoid a backtrace when editing notes on an invalid game</title>
<updated>2020-03-03T05:32:45Z</updated>
<author>
<name>zlg</name>
<email>zlg@zlg.space</email>
</author>
<published>2020-03-03T05:32:45Z</published>
<link rel='alternate' type='text/html' href='https://git.zlg.space/vgstash/commit/?id=6342e1479d6390a3101e715ff67c4983753cc7db'/>
<id>urn:sha1:6342e1479d6390a3101e715ff67c4983753cc7db</id>
<content type='text'>
ZLG-Bug: 4
</content>
</entry>
<entry>
<title>Release version 0.3 beta 4</title>
<updated>2019-05-01T03:34:15Z</updated>
<author>
<name>zlg</name>
<email>zlg@zlg.space</email>
</author>
<published>2019-05-01T03:34:15Z</published>
<link rel='alternate' type='text/html' href='https://git.zlg.space/vgstash/commit/?id=cee2897b1e5ace4a697d40450d87d53d0ef3a853'/>
<id>urn:sha1:cee2897b1e5ace4a697d40450d87d53d0ef3a853</id>
<content type='text'>
This release brings JSON import and export support.
</content>
</entry>
<entry>
<title>cli: show msg if game to be deleted is not in DB</title>
<updated>2018-10-19T04:02:53Z</updated>
<author>
<name>zlg</name>
<email>zlg@zlg.space</email>
</author>
<published>2018-10-19T04:02:53Z</published>
<link rel='alternate' type='text/html' href='https://git.zlg.space/vgstash/commit/?id=69373e362637b5e89ee347c9874f5f8c4ec6a294'/>
<id>urn:sha1:69373e362637b5e89ee347c9874f5f8c4ec6a294</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cli: Tell the user when a game lacks notes</title>
<updated>2018-10-19T01:14:52Z</updated>
<author>
<name>zlg</name>
<email>zlg@zlg.space</email>
</author>
<published>2018-10-19T01:14:52Z</published>
<link rel='alternate' type='text/html' href='https://git.zlg.space/vgstash/commit/?id=09e2c47970a02be5a7e79a67b335f274f4c2c866'/>
<id>urn:sha1:09e2c47970a02be5a7e79a67b335f274f4c2c866</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Catch when an invalid list filter is passed</title>
<updated>2018-10-18T23:36:39Z</updated>
<author>
<name>zlg</name>
<email>zlg@zlg.space</email>
</author>
<published>2018-10-18T23:36:39Z</published>
<link rel='alternate' type='text/html' href='https://git.zlg.space/vgstash/commit/?id=3ec2a2902caaf3e70deea650425339299af5d821'/>
<id>urn:sha1:3ec2a2902caaf3e70deea650425339299af5d821</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>cli: Add zero-game import/export messages</title>
<updated>2018-10-13T00:50:53Z</updated>
<author>
<name>zlg</name>
<email>zlg@zlg.space</email>
</author>
<published>2018-10-13T00:50:53Z</published>
<link rel='alternate' type='text/html' href='https://git.zlg.space/vgstash/commit/?id=c7d09704fb911d59139aff5ad0ab4c35a2ed9493'/>
<id>urn:sha1:c7d09704fb911d59139aff5ad0ab4c35a2ed9493</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move tests and data to dedicated directory</title>
<updated>2018-10-11T04:29:08Z</updated>
<author>
<name>zlg</name>
<email>zlg@zlg.space</email>
</author>
<published>2018-10-11T04:29:08Z</published>
<link rel='alternate' type='text/html' href='https://git.zlg.space/vgstash/commit/?id=8775fcd12876f3acc5f9b919afe1cf3be238a186'/>
<id>urn:sha1:8775fcd12876f3acc5f9b919afe1cf3be238a186</id>
<content type='text'>
Also tweaked the export command to report correctly.
</content>
</entry>
</feed>
