[Release Prep] v11.1

pull/48/head
Oj18 3 years ago
parent 462a598bea
commit 48fd6879ba

@ -1,5 +1,24 @@
# GooseMod Changelog
## v11.1 [2021-08-10]
- ### Store
- **Repos modal now has a new header.** Now reports statistics of repos (theme, plugin, and developer count) and matches Discord's new styling.
- **Removed toast appearing on module updates.**
- ### Settings
- **Removed GM Storage Impl from settings sidebar.** Also added it to "Copy Debug Info" setting output.
- ### Tweaks and Fixes [progress]
- **Fixed Tour crashing.**
- **Fixed some plugins failing to save settings.**
- **Changed how settings implementation is chosen to use extension variable.**
- **Fixed being unable to open Store in Home if no DMs are in sidebar.**
- **Fixed Snippets mistakenly appearing if Store in Home is disabled.**
- **Fixed Store in settings hiding all plugins and themes.**
- **Fixed Store categories sorting being interferred with by sort by dropdown.**
## v11.0 [2021-08-07]
- ### Internal Rewrite

@ -111,7 +111,7 @@ const init = async function () {
}
this.versioning = {
version: `11.1-dev`,
version: `11.1`,
hash: '<hash>', // Hash of built final js file is inserted here via build script
lastUsedVersion: this.storage.get('goosemodLastVersion')

Loading…
Cancel
Save