Releases: theRealProHacker/PyGameRecorder
Releases · theRealProHacker/PyGameRecorder
v0.1.2
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.length → rec.total_length, the stale (filename, extension) key example, and block → blocking wording.
v0.1.1
See CHANGELOG.md
v0.1.0
See CHANGELOG.md for changes. Mainly addressing some issues that had built up over time. The package is a bit more stable now