Skip to content

Releases: plammens/loveletter

Version 0.8.6

10 Jan 22:17
Compare
Choose a tag to compare

Version 0.8.4

12 Jun 21:11
22b5fa5
Compare
Choose a tag to compare

What's Changed

  • fix: Add timeout to connection attempt when joining server by @plammens in #26
  • ci: Better packaging of executable for Linux and macOS by @plammens in #24
  • fix: Asynchronous input in Linux/macOS (use ainput/aprint only) by @plammens in #23

Full Changelog: v0.8.3...v0.8.4

Version 0.8.3

07 Jun 22:13
Compare
Choose a tag to compare
v0.8.3

fix: Typos

Version 0.8.2

07 Jun 22:08
Compare
Choose a tag to compare
v0.8.2

fix: Chancellor no cards

Version 0.8.1

07 Jun 21:41
Compare
Choose a tag to compare
Revert "fix: Use async input in pause()"

This reverts commit c8173b9484727f72cee130febc11e8b894c77410.

Version 0.8.0

07 Jun 21:06
963d34d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.8.0

Version 0.7.0

29 May 21:40
fb1b6fb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.3...v0.7.0

Version 0.6.3

23 May 12:55
Compare
Choose a tag to compare
fix: Missing --show-logs flag in `subprocess` server process

Forgot to change this in 116a3f7e.

Version 0.6.2

23 May 09:22
Compare
Choose a tag to compare
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

22 May 22:52
Compare
Choose a tag to compare
v0.6.1

ci: PyInstaller one file mode