Skip to content

Implement missing functionality

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Dec 00:23
· 2 commits to main since this release
  • Missing data exports were added
  • Creating files/directories was streamlined
  • osu! requests now use a single message and a boolean instead of an empty message as indicator
  • Debugging instructions were added
  • Most function parameters were marked as read only to detect errors and for better safety
  • The documentation of all regex commands now uses directly the regex commands instead of manual translations
  • Functionality like creating a PKGBUILD/parsing Markdown comments was moved to an external library file
  • Spotify authentication server was moved to an external file for less complexity and less bugs
  • Type definitions were updated and enable less and safer code in the whole program

Full Changelog: v1.0.30...v1.0.32