[Release Prep] v10.1

pull/48/head
Oj18 3 years ago
parent ee9439d475
commit 19e95ad24b

@ -1,5 +1,29 @@
# GooseMod Changelog
## v10.1 [2021-07-26]
- ### Internal Rewrites
- **Rewrote logger output to use text and nicer colors.** Now easier to look at and filter.
- **Rewrote React utils library.** Now supports new React used in Discord Canary and now a bit more efficient.
- **Rewrote Webpack library.** Additionally also now a bit more efficient and generally better.
- ### Profile Store
- **Developer's GooseMod modules are now listed under a category in their user profile.** Added as a new neat way of discovering modules and developers.
- ### Main Settings
- **Separated experimental settings into their own category.** Now your settings is even tidier.
- ### Home
- **GooseMod home category now stays collapsed after a refresh if it was collapsed previously.**
- ### Tweaks and Fixes [progress]
- **Fixed custom color picker in settings not appearing.**
- **Removed excess old debug logging.** Clearing up your console since 2021.
- **Fixed custom name and footer for GooseMod changelog.**
- **Fixed repeated class name in home injection container.** No one would have noticed but we fixed it anyway:tm:.
- **Fixed commands (Canary-only).** Now using built-in instead of a GooseMod category due to internal update changing a lot of things.
## v10.0.0 [2021-07-16]
- ### Storage

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

Loading…
Cancel
Save