From 56037a2dca5b1b8743427906f30f506f5bd3be43 Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Wed, 6 Oct 2021 12:16:39 -0400 Subject: [PATCH] Up version to v3.0.2 --- changelog.md | 19 +++++++++++++++++++ package-lock.json | 5 +++-- package.json | 2 +- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 05e07778d..e9bf03d35 100644 --- a/changelog.md +++ b/changelog.md @@ -33,6 +33,25 @@ pre { ## changelog To see a full record of development, visit our [Github Page](https://github.com/naturalcrit/homebrewery). +### Wednesday 06/10/2021 - v3.0.2 +{{taskList +* [x] Fixed V3 **EDITOR → QR Code** snippet not working on `/new` (unsaved) pages. + + Fixes issues: [#1710](https://github.com/naturalcrit/homebrewery/issues/1710) + +* [x] Reorganized several snippets from the **Brew Editor** panel into the **Style Editor** panel. + + Fixes issues: [Reported on Reddit](https://www.reddit.com/r/homebrewery/comments/pm6ki7/two_version_of_class_features_making_it_look_more/) + +* [x] Added a page counter to the right of each `\page` line in V3 to help navigate your brews. Starts counting from page 2. + + Fixes issues: [#846](https://github.com/naturalcrit/homebrewery/issues/846) + +* [x] Moved the changelog to be accessible by clicking on the Homebrewery version number. + + Fixes issues: [#1166](https://github.com/naturalcrit/homebrewery/issues/1166) +}} + ### Friday, 17/09/2021 - v3.0.1 {{taskList diff --git a/package-lock.json b/package-lock.json index 5b9b9f2eb..90e10ceed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,12 @@ { "name": "homebrewery", - "version": "3.0.1", + "version": "3.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "3.0.1", + "name": "homebrewery", + "version": "3.0.2", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index f5d8f232d..333e59d6c 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.1", + "version": "3.0.2", "engines": { "node": "14.15.x" },