v10.0.15 release
braindigitalis
released this
25 Jul 12:11
·
1731 commits
to master
since this release
We are happy to announce the release of D++ 10.0.15 which is mainly a hotfix release, plus the first release which should soon be available on vcpkg. We are currently awaiting approval of our PR which will list D++ on the vcpkg platform. Stay tuned on our discord server for when this is approved!
The changelog is listed below:
Release Changelog
💣 Breaking Changes
- Updated and reworked
guild_auditlog_get
✨ New Features
- Added a check if the
channel_id
in theguild_member_move
method is 0 to disconnect the user
🐞 Bug Fixes
- Change version file generation for vcpkg to use our version, not the date
- Make non-blocking connect work on Windows
- Fix path for compilation when compiled within another cmake project
- Used wrong function in
format_username()
when removingfmt::format
- Don't use nonblocking connect on osx, for some reason it may not like it
- Use a setting instead
- Wrong env syntax
- Vcpkg stuff, make sure it doesnt run in the github ci
📜 Miscellaneous Changes
- Update
CMakeLists.txt
- Update supported platforms
- Update
README.md
👷 Build/CI
- Allow vcpkg action on
workflow_dispatch
📚 Documentation
- Fixed some links
Thank you for using D++!