[Release Prep] v9.5.0

pull/43/head
Oj18 3 years ago
parent aa145cd319
commit de462e5255

@ -1,5 +1,19 @@
# GooseMod Changelog
## v9.5.0 [2021-07-06]
- ### New First Time Tour
- **New tour system.** There is now a tour when opening GooseMod for the first time (since this update). It covers the core features of GooseMod: the Store, settings and community (focusing on the Discord server).
- ### Store Improvements [progress]
- **Added separate imported tab in Home header.** Now has a tab just for imported modules, and a main Store tab for all.
- **Fixed bugs with modules not looking removed / added after changing Home page.**
- **Fixed conflicts with some themes.** Mostly where toggles for modules would show when it shouldn't be shown.
- ### Fixes and Tweaks [progress]
- **Fixed some toasts not working.** Previously toasts without options or type would cause errors.
## v9.4.0 [2021-07-03]
- ### Fixes and Tweaks [progress]

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

Loading…
Cancel
Save