Skip to content

Releases: theRealProHacker/PyGameRecorder

v0.1.2

13 Jun 18:51

Choose a tag to compare

Bug fix + documentation release.

Bug fix: ScreenRecorder.save_recordings() and RecordingSaver.save() were silently broken — RecordingSaver._save referenced self.key instead of self._key, and the per-recording save thread was started with args=filename (a str) instead of args=(filename,), so saving multiple recordings never worked. Added a regression test for the npz save path.

Docs: corrected the invalid EventRegister import, rec.lengthrec.total_length, the stale (filename, extension) key example, and blockblocking wording.

v0.1.1

10 May 05:25

Choose a tag to compare

See CHANGELOG.md

v0.1.0

10 May 05:10

Choose a tag to compare

See CHANGELOG.md for changes. Mainly addressing some issues that had built up over time. The package is a bit more stable now