From d78ce57e473b81a497d4b3e81ef772a82acc7301 Mon Sep 17 00:00:00 2001 From: Oj18 Date: Wed, 3 Nov 2021 09:13:25 +0000 Subject: [PATCH] [Release] v12.3 --- CHANGELOG.md | 15 +++++++++++++++ src/index.js | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5c636d1..047f3656 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # GooseMod Changelog +## v12.3 [2021-11-03] + + - ### New Store Badges + - **Store UI now uses a badge system to show version, time since last update, and GitHub stars.** + + - ### General Hotfixes [progress] + - **Fixed InternalMessage / some commands.** + - **Fixed Store using incorrect scrollbars.** + - **Fixed Store not working / rendering.** + + - ### Additions to APIs + - **Webpack: Added findByModuleId function.** + - **Settings, Header: Added hide prop.** + + ## v12.2 [2021-10-22] - ### New Canary Fixes diff --git a/src/index.js b/src/index.js index 8cee4d5a..1ee07b30 100644 --- a/src/index.js +++ b/src/index.js @@ -108,7 +108,7 @@ const init = async function () { } this.versioning = { - version: `12.3-dev`, + version: `12.3`, hash: '', // Hash of git commit branch: goosemod.storage.get('goosemodUntetheredBranch'),