Skip to content

Releases: Hertzole/gamejolt.net

v1.8.0

05 Dec 00:59

Choose a tag to compare

1.8.0 (2025-12-05)

Bug Fixes

  • builds not being deterministic (d29230e)
  • hopefully finally actually include debug symbols (5285a1d)
  • unity: GameJoltAPI being shutdown before OnDisable/OnDestroy gets called (4800089)

Features

  • expose current user's token in GameJoltUsers (bfb9f9e)
  • support for .NET 9 and .NET 10 (bf5a07d)
  • use .NET 9 lock in .NET 9 and later (01abf57)

v1.7.1

06 Oct 18:26

Choose a tag to compare

1.7.1 (2025-10-06)

Bug Fixes

  • !DISABLE_GAMEJOLT not removing unity editor tests (a615b16)
  • trying to get null build profile (e3fc9b6), closes #7

v1.7.0

09 Dec 01:38

Choose a tag to compare

1.7.0 (2024-12-09)

Bug Fixes

  • game jolt manager editor not being removed (18072f3)
  • unity integration not working in non 64-bit scenarios (7658ee7)

Features

  • submit scores using uint (2e25758)

v1.6.0

05 Dec 23:02

Choose a tag to compare

1.6.0 (2024-12-05)

Features

  • new background GameJoltManager for Unity (fa77d4f)

v1.5.1

04 Dec 02:20

Choose a tag to compare

1.5.1 (2024-12-04)

Bug Fixes

v1.5.0

04 Dec 02:03

Choose a tag to compare

1.5.0 (2024-12-04)

Bug Fixes

  • GameJoltSettings not being included when batch building in Unity (b06d150)

Features

  • allow for editing settings with GameJolt disabled (cc6772f)

Reverts

  • GameJoltSettings meta guid (bb0207f)

v1.4.2

14 Oct 19:47

Choose a tag to compare

1.4.2 (2024-10-14)

Bug Fixes

  • missing ToString on GameJoltResult (68d2afb)
  • missing xml docs on certain types (91b7ede)
  • xml docs not being included in nuget package (82ccb71)

v1.4.1

08 Jul 19:02

Choose a tag to compare

1.4.1 (2024-07-08)

Reverts

  • Revert "chore(release): 1.4.0 [skip ci]" (4441b70)

1.4.0 (2024-07-08)

Bug Fixes

  • GameJoltResult not implementing IEquatable (f70e8f3)
  • no error if AuthenticateFromCredentialsFileAsync is called with null array (353c243)
  • no error if AuthenticateFromCredentialsFileAsync is called with null/empty strings (b78a821)
  • no validation for urls in AuthenticateFromUrlAsync (ce63c85)
  • PoolHandle not implementing IEquatable (97e2e08)
  • use Append(char) instead of Append(string) where applicable (2a40aec)

Features

  • DISABLE_GAMEJOLT define (daeb7f4)
  • FORCE_SYSTEM_JSON define (f3db9ba)
  • trimming and AOT support (3227e8e)

v1.3.4

02 Jun 17:13

Choose a tag to compare

1.3.4 (2024-06-02)

Bug Fixes

  • scoreboard query not handling guest users (2b42af2)
  • Unity: integration not being active below 2021.1 (2d46bbf)
  • Unity: session not staying open if game is in the background (81f6255)

v1.3.3

24 May 18:54

Choose a tag to compare

1.3.3 (2024-05-24)

Bug Fixes

  • string operaitons being swapped (d6f0988)