[Release Prep] v8.2.0

pull/36/head
Oj18 3 years ago
parent a5b80704a6
commit bdece15a92

@ -1,6 +1,6 @@
# GooseMod Changelog
## v8.2.0-dev [2021-04-22]
## v8.2.0 [2021-04-22]
- ### Features
- CSS Cache, GooseMod now caches Modules' CSS so most styling will appear as soon as GooseMod begins to inject. This works by detecting CSS which is currently injected and then caching it in local storage during client use, which is then loaded quickly at the start of GooseMod injection

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

Loading…
Cancel
Save