From 93ff59f6704900a02d033671cf71f1bec8f3f2b2 Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Thu, 9 Mar 2023 15:20:28 -0500 Subject: [PATCH] Up version to v3.7.1 --- changelog.md | 23 +++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 26 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 0260a1f44..3e6f8b361 100644 --- a/changelog.md +++ b/changelog.md @@ -80,6 +80,29 @@ pre { ## changelog For a full record of development, visit our [Github Page](https://github.com/naturalcrit/homebrewery). +### Thursday 09/02/2023 - v3.7.1 +{{taskList + +##### Lucastucious (new contributor!) + +* [x] Changed `filter: drop-shadow` to `box-shadow` on text boxes, making text selectable in PDFs again. + +Fixes issues [#1569](https://github.com/naturalcrit/homebrewery/issues/1569) + +{{note +**NOTE:** If you create your PDF on a computer with an old version of Mac Preview (v10 or older) you may see shadows appear as solid gray. +}} + +##### MichielDeMey + +* [x] Updated the Google Drive icon +* [x] Backend fix to unit tests failing intermittently + +##### Calculuschild + +* [x] Fix PDF pixelation on CoverPage text outlines +}} + ### Tuesday 28/02/2023 - v3.7.0 {{taskList diff --git a/package-lock.json b/package-lock.json index 0ca90b72d..79e8c9e87 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "homebrewery", - "version": "3.7.0", + "version": "3.7.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "homebrewery", - "version": "3.7.0", + "version": "3.7.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 6a6f5963c..705996261 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.7.0", + "version": "3.7.1", "engines": { "node": "16.11.x" },