From de8f15d726a9253e06105a5bf53cfbe2f7eca631 Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Wed, 17 Nov 2021 00:43:31 -0500 Subject: [PATCH] Up version to v3.0.4 --- changelog.md | 15 +++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 07ff10d44..1b22c7d8d 100644 --- a/changelog.md +++ b/changelog.md @@ -33,6 +33,21 @@ pre { ## changelog For a full record of development, visit our [Github Page](https://github.com/naturalcrit/homebrewery). +### Wednesday 17/11/2021 - v3.0.4 +{{taskList +* [x] Fixed incorrect sorting of Google brews by page count and views on the user page. + + Fixes issues: [#1793](https://github.com/naturalcrit/homebrewery/issues/1793) + +* [x] Added code folding! Only on a page-level for now. Hotkeys `CTRL + [` and `CTRL + ]` to fold/unfold all pages. (Thanks jeddai, new contributor!) + + Fixes issues: [#629](https://github.com/naturalcrit/homebrewery/issues/629) + +* [x] Fixed rendering issues due to the latest Chrome update to version 96. (Also thanks to jeddai!) + + Fixes issues: [#1828](https://github.com/naturalcrit/homebrewery/issues/1828) +}} + ### Wednesday 27/10/2021 - v3.0.3 {{taskList diff --git a/package-lock.json b/package-lock.json index ce932ffad..e5c781c01 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "homebrewery", - "version": "3.0.3", + "version": "3.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "homebrewery", - "version": "3.0.3", + "version": "3.0.4", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 3646e59b2..cf031bd0e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "homebrewery", "description": "Create authentic looking D&D homebrews using only markdown", - "version": "3.0.3", + "version": "3.0.4", "engines": { "node": "16.11.x" },