Skip to content

Activity Tracker 1.3.0 (REST API, Fixes, Optimization)

Latest

Choose a tag to compare

@dmccoystephenson dmccoystephenson released this 12 Dec 08:46
· 36 commits to main since this release

What's Changed

  • Add REST API for exposing player activity data by @Copilot in #62
  • Fix session time loss on server restart by @Copilot in #63
  • Fix data loss from broken session references and null handling failures by @Copilot in #67
  • Optimize top algorithm from O(n²) to O(n log n) complexity with generic architecture, comprehensive unit tests and minimal CI validation - fixes #44 by @Copilot in #58

New Contributors

  • @Copilot made their first contribution in #62

Full Changelog: 1.2.0...1.3.0