All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fixed case where game would hang if the backend server was slow or failed to respond.
- Fixed call to
await handle_exit()
hanging when data collection was turned off.
- New project logo!
- Moved location where authentication token is saved in anticipation for the introduction of more Quiver services.
- Better handling for when authentication token is not set up correctly.
- Added new default properties
$debug
and$export_template
for debug builds and exported builds (i.e. not run in editor), respectively.
- Added support for automatically sending periodic "Quit game" events for platforms where it is difficult to detect when the game is exiting (e.g. web & mobile games).
- Initial version.