Skip to content

v0.8.0: Added the abstracted interval logic and cumulative updates

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jul 16:30
· 15 commits to main since this release
b495425

⚠️ BREAKING CHANGES

  • UI/TickingDown: Inherited from UI/IntervalBase. There are minor breaking changes as a result.
    • When you use scripts directly, change the warning message for missing the textMesh values.
    • The interval value has been changed from its default value.
      • If you have customized the interval value, this update may reset it to the default value, so please set it.

Features

  • cca1088: UI/IntervalBase added the abstracted interval logic
  • f4351c9: improved the package manifest

Refactors

Other updates

  • 49303cd: bumped the version to 0.8.0
  • 076d4e9: updated the dependencies

CI/CD

  • 7439e11: added the signing with GPG
  • e7f245e: added the version detection for prerelease in release workflow
  • 8bcf15a: added the declaration of the dynamic variables

Chores

  • 49a1b98: increased the specified .NET version
  • b47069c: added the markdownlint configuration
  • 30b89f4: improved the vscode configuration
  • 50ce870: added the git configuration

See also