[Chore] Bump version: v8.6.0-dev

pull/36/head
Oj18 3 years ago
parent 5216a1f244
commit 1f7ca2f8b3

@ -1,5 +1,18 @@
# GooseMod Changelog
## v8.6.0 [2021-05-2X]
- ### Main Settings
- Added Force Theme Settings experimental option, forces all themes to show auto-generated settings
- ### Settings API
- Allowed custom elements to be function called
- ### Patcher API
- Added UserBadges, lets you easily add custom badges to users
- Fixed tooltips being semi-broken for ChannelTextAreaButtons and MiniPopover
## v8.5.0 [2021-05-10]
- ### Main Settings

@ -107,7 +107,7 @@ const init = async function () {
}
this.versioning = {
version: '8.5.0',
version: '8.6.0-dev',
hash: '<hash>', // Hash of built final js file is inserted here via build script
lastUsedVersion: localStorage.getItem('goosemodLastVersion')

Loading…
Cancel
Save