Skip to content

v2.3.0

Compare
Choose a tag to compare
@zoton2 zoton2 released this 22 Jun 02:10
· 258 commits to build since this release
  • Lots of tweaks to how the code works internally. The functionality shouldn't be changed but if you notice anything different, please create an issue!
  • Fix for Oengus import not working because of an API change.
  • Added ability to also add custom data to players inside of a run; currently this can only be added/edited via the dashboard and there is no way to do automatic importing yet due to the complications it would have, but this may change in the future. See the configuration documentation for more information.
  • Added a pronouns field to player metadata, and will attempt to source these on schedule import from speedrun.com if the lookup feature is enabled. See the RunData documentation for more information.
  • Added more information to the Run Player's "Next Game" button.
  • Allow timer to be stopped from the "paused" state.
  • Partial fix for the timer's "undo" function being broken after a NodeCG restart if timer was still running.
  • Fixed an issue with the Twitch Control dashboard panel not updating the FrankerFaceZ featured channel(s) when updating manually (#106).
  • Add extra auto-predict for Horaro's "System" import column: console.
  • Bumped NodeCG version required to ^1.8.1.
  • Fixed some other minor bugs.
  • Updated some URLs in the documentation to point to the new NodeCG website (#92).
  • Some internal undocumented APIs may have changed and the file structure was changed slightly, specifically all type files were moved into the ./src/types directory; if you experience any issues please check the commit history!