Releases: plammens/loveletter
Releases · plammens/loveletter
Version 0.8.6
Full Changelog: v0.8.4...v0.8.6
Version 0.8.4
Version 0.8.3
v0.8.3 fix: Typos
Version 0.8.2
v0.8.2 fix: Chancellor no cards
Version 0.8.1
Revert "fix: Use async input in pause()" This reverts commit c8173b9484727f72cee130febc11e8b894c77410.
Version 0.8.0
What's Changed
Full Changelog: v0.7.0...v0.8.0
Version 0.7.0
What's Changed
- feat: Show version by @plammens in #12
- feat: Allow arbitrarily many players in CLI by @plammens in #14
Full Changelog: v0.6.3...v0.7.0
Version 0.6.3
fix: Missing --show-logs flag in `subprocess` server process Forgot to change this in 116a3f7e.
Version 0.6.2
fix: Use async input in pause() This reverts the change in 2a87b0ca. I can't remember exactly why I switched to regular input(). I'm pretty sure it was because sometimes you'd have to hit enter twice, but the problem still persists with regular input(), so there's no reason not to use asynchronous input.
Version 0.6.1
v0.6.1 ci: PyInstaller one file mode