Skip to content

Releases: Hamuko/cupcake

0.4.0

16 Feb 18:26

Choose a tag to compare

Added

  • cupcake is now available as a Docker image.
  • Options can now be specified as environment variables.

Changed

  • Guest logins are retried when throttled by the server.
  • cupcake terminates gracefully on SIGTERM signals.
  • Slight improves to disconnect handling.

0.3.0

30 Nov 06:34

Choose a tag to compare

Added

  • Option to automatically rotate the log file every N hours.

Fixed

  • Quotes in chat messages are now escaped for the CSV parser.

Changed

  • Switched the thread data sharing mechanism to an alternative, faster implementation (crossfire).
    • The old tokio implementation can still be selected at compile time with feature flags.
  • Improved built-in help.

0.2.0

21 Oct 21:19

Choose a tag to compare

Changed

  • Writes to the chat log file are now buffered. The buffer is fixed at 8 KiB.
  • Server whispers, like voteskip results, are no longer included in the chat log.
  • Minor changes to logging.
  • Project updated to Rust 2024 Edition.

0.1.0

17 Oct 17:21

Choose a tag to compare

Initial release.