From a4b2fe2b91fd0f88299f4b742ba193e7e9e791ba Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Wed, 27 Oct 2021 21:52:52 -0400 Subject: [PATCH] Update Changelog --- changelog.md | 34 +++++++++++++++++++++++++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 36 insertions(+), 4 deletions(-) diff --git a/changelog.md b/changelog.md index e9bf03d35..07ff10d44 100644 --- a/changelog.md +++ b/changelog.md @@ -31,9 +31,41 @@ pre { ``` ## changelog -To see a full record of development, visit our [Github Page](https://github.com/naturalcrit/homebrewery). +For a full record of development, visit our [Github Page](https://github.com/naturalcrit/homebrewery). + +### Wednesday 27/10/2021 - v3.0.3 + +{{taskList +* [x] Moved **Post To Reddit** button from {{fa,fa-info-circle}} **Properties** menu to the **SHARE** {{fa,fa-share-alt}} button as a dropdown. + +* [x] Added a **Copy URL** button to the **SHARE** {{fa,fa-share-alt}} button as a dropdown. + +* [x] Fixed pages being printed directly from `/new` not recognizing the V3 renderer. + + Fixes issues: [#1702](https://github.com/naturalcrit/homebrewery/issues/1702) + +* [x] Updated links to [r/UnearthedArcana](https://www.reddit.com/r/UnearthedArcana/) on home page. + + Fixes issues: [#1744](https://github.com/naturalcrit/homebrewery/issues/1744) + +* [x] Added a [FAQ page](https://homebrewery.naturalcrit.com/faq). + + Fixes issues: [#810](https://github.com/naturalcrit/homebrewery/issues/810) + +* [x] Added {{fa,fa-undo}} **Undo** and {{fa,fa-redo}} **Redo** buttons to the snippet bar. + +* [x] Switching between the {{fa,fa-beer}} **Brew** and {{fa,fa-paint-brush}} **Style** tabs no longer loses your scroll position or undo history. + + Fixes issues: [#1735](https://github.com/naturalcrit/homebrewery/issues/1735) + +* [x] Divider bar between editor and preview panels can no longer be dragged off the edge of the screen. + + Fixes issues: [#1674](https://github.com/naturalcrit/homebrewery/issues/1674) +}} + ### Wednesday 06/10/2021 - v3.0.2 + {{taskList * [x] Fixed V3 **EDITOR → QR Code** snippet not working on `/new` (unsaved) pages. diff --git a/package-lock.json b/package-lock.json index 8c392a87d..2dec624cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "homebrewery", - "version": "3.0.2", + "version": "3.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "homebrewery", - "version": "3.0.2", + "version": "3.0.3", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 2d4456c39..3e3bf83c8 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.2", + "version": "3.0.3", "engines": { "node": "16.11.x" },