Skip to content

v10.0.9 release

Compare
Choose a tag to compare
@braindigitalis braindigitalis released this 18 May 22:20
· 1987 commits to master since this release

We are pleased to announce the release of D++ 10.0.9! This new version further splits out events to give a separate on_slashcommand event, which can be used just to receive chat input type interactions.

Thie release also fixes some deadlocks in the new voice receive code in certain situations, and Discord now support registration of global commands instantly, which means we can use global slash commands in most of our examples.

The changelog is listed below:

Release Changelog

✨ New Features

  • Add on_slashcommand event that only receives ctxm_chat_input - this has its own parameter type

👷 Build/CI

  • Remove poor spelling checker on cron that makes prs
  • Disable doker build and sitemap gen on forks

📜 Miscellaneous Changes

  • Update SECURITY.md
  • Update bug_report.md

📚 Documentation

  • Make doxygen quieter
  • Check more often for completed runners
  • Some generator improvements

🐞 Bug Fixes

  • Async docsgen
  • Fix discord_voice_client hanging in destructor, again.
  • Fix potential hang in discord_voice_client destructor.
  • Fixed parsing bug in application.cpp and added url helpers in application

♻️ Refactoring

  • Change command registration to global in more examples

Thank you for using D++!