Skip to content

Changelog

Aksel edited this page Jun 9, 2024 · 8 revisions

[1.0.6] - 2024-06-09

Fixed

  • The API heartbeat call to keep the session active wasn't called. It's now fixed.
  • Made the session not start unless the user has signed in before or a session is included in the page URL on Newgrounds.
  • Login page example improvements. Added animations to the different states.

[1.0.5] - 2024-05-21

Fixed

  • Offline data only stores the highest and lowest score of the user, and submits them when signing in/going online.
  • Refreshing the session skips doing a request if there's no session id.

[1.0.4] - 2024-05-18

Fixed

  • Fixed NG.scoreboard_get_scores, which wouldn't load scores.
  • Saved failed scoreboard scores weren't working, they're fixed now.
  • Cleaned up the structure of the project

[1.0.3] - 2024-05-17

Added

  • Added an example sign in screen, addons/newgrounds/examples/example_login_screen.tscn.
  • Added the signals on_signin_started, on_signin_cancelled to NewgroundsSessionWatcher

[1.0.2] - 2024-05-14

Added

  • NewgroundsRequest now emits an error on non-200 http status codes.
  • Print error when Newgrounds import fails.
  • A quick start guide opens on the first time the plugin is enabled.

Fixed

  • Added support for medal names with characters that are not allowed in filenames.

[1.0.0 + 1.0.1] - 2024-02-01

Added

  • Everything by everyone