Skip to content

Releases: JujuAdams/Snitch

4.3.0

09 Aug 14:19
1321df4
Compare
Choose a tag to compare
  • Adds generic HTTP service

4.2.0

09 Jun 10:29
Compare
Choose a tag to compare
  • Adds breadcrumb functions for the sentry.io integration - Thanks @WangleLine!

4.1.1

02 Jun 09:23
Compare
Choose a tag to compare
  • Multiple bug fixes - thank you @katsaii and @WangleLine
  • Corrects function name of SnitchSoftError()

4.1.0

02 May 18:25
Compare
Choose a tag to compare
  • Adds SnitchLogGetString()

4.0.0

04 Mar 21:43
Compare
Choose a tag to compare
  • Evacuates global namespace
  • Adds a persistent controller object which removes the need for HTTP / Networking Async event setup
  • Make sure that the controller object __SnitchController is never destroyed or deactivated

3.1.0

02 Nov 18:38
Compare
Choose a tag to compare
  • Now built using 2022 LTS
  • Updates lots of function names so behaviour is clearer
  • New documentation!

3.0.2

20 Oct 21:49
Compare
Choose a tag to compare
  • Adds flexible crash collecting behaviour depending on whether you're running from the IDE or from an executable (i.e. in production)
  • Log files are now more nicely organised
  • Adds UDP/TCP local broadcast of messages
  • Adds out-of-the-box support for bug tracking using sentry.io, GameAnalytics, and Bugsnag
  • Adds customisation of log file header and crash dump data
  • Updated to use time sources and GMS 2022.9 for less setup effort
  • Adds SnitchError() to deliberately cause a logged error

3.0.1 Beta

19 Oct 19:08
Compare
Choose a tag to compare
3.0.1beta

Beta!

3.0.0

17 Oct 20:44
Compare
Choose a tag to compare
3.0.0

2.0.0 preview

30 May 16:45
Compare
Choose a tag to compare
2.0.0 preview Pre-release
Pre-release

Adds sentry.io integration