From 94b7c8925260fa343998f69ae176d19cc01ae0eb Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Fri, 2 Jun 2023 17:13:45 -0400 Subject: [PATCH] Up version to v3.9.0 --- changelog.md | 36 ++++++++++++++++++- .../notificationPopup/notificationPopup.jsx | 15 ++++---- package-lock.json | 4 +-- package.json | 2 +- 4 files changed, 45 insertions(+), 12 deletions(-) diff --git a/changelog.md b/changelog.md index c40aa625b..3c3194493 100644 --- a/changelog.md +++ b/changelog.md @@ -80,6 +80,40 @@ pre { ## changelog For a full record of development, visit our [Github Page](https://github.com/naturalcrit/homebrewery). +### Friday 02/06/2023 - v3.9.0 +{{taskList + +##### Calculuschild + +* [x] Fix some files not showing up on userpage when user has a large number of brews in Google Drive + +Fixes issue [#2408](https://github.com/naturalcrit/homebrewery/issues/2408) + +* [x] Pressing tab now indents with spaces instead of tab character; fixes several issues with Markdown lists + +Fixes issues [#2092](https://github.com/naturalcrit/homebrewery/issues/2092), [#1556](https://github.com/naturalcrit/homebrewery/issues/1556) + +* [x] Rename `naturalCritLogo.svg` to `naturalCritLogoRed.svg`. Those using the {{beta BETA}} coverPage snippet may need to update that text to make the NaturalCrit logo appear again. + +##### G-Ambatte + +* [x] Fix strange animation of image masks + +Fixes issue [#2790](https://github.com/naturalcrit/homebrewery/issues/2790) + +##### 5e-Clerc + +* [x] New {{openSans **PHB → {{fac,book-part-cover}} PART COVER PAGE** }} snippet for V3! + +* [x] New {{openSans **PHB → {{fac,book-back-cover}} BACK COVER PAGE** }} snippet for V3! (Thanks to /u/Kaiburr_Kath-Hound on Reddit for providing some of these resources!) + +* [x] New {{openSans **TEXT EDITOR → {{fas,fa-bars}} INDEX** }} snippet for V3! + +* [x] Fix highlighting of curly braces inside comments + +Fixes issue [#2784](https://github.com/naturalcrit/homebrewery/issues/2784) +}} + ### Wednesday 12/04/2023 - v3.8.0 {{taskList @@ -101,7 +135,7 @@ Fixes issue [#2595](https://github.com/naturalcrit/homebrewery/issues/2595) Fixes issues [#2657](https://github.com/naturalcrit/homebrewery/issues/2657) -* [x] Fix internal links inside `
` blocks not receiving the `target=_self` attribute +* [x] Fix internal links inside `<\div>` blocks not receiving the `target=_self` attribute Fixes issues [#2680](https://github.com/naturalcrit/homebrewery/issues/2680) diff --git a/client/homebrew/brewRenderer/notificationPopup/notificationPopup.jsx b/client/homebrew/brewRenderer/notificationPopup/notificationPopup.jsx index 202f3bf83..3c706d6f7 100644 --- a/client/homebrew/brewRenderer/notificationPopup/notificationPopup.jsx +++ b/client/homebrew/brewRenderer/notificationPopup/notificationPopup.jsx @@ -25,14 +25,13 @@ const NotificationPopup = createClass({ return ( <>
  • - Broken CoverPage snippet
    - Those of you who have been trying out our Cover Page snippet may - notice that the cover page no longer displays correctly. Due to some - small tweaks of this BETA feature, the CSS class has been renamed - from "coverPage" to "frontCover". Simply change the text to "frontCover" - and it should again function as before. Remember that any snippet - marked "beta" may have a similar change in the future as we - encounter any bugs or reworks. + Broken default logo on CoverPage
    + If you have used the Cover Page snippet and notice the Naturalcrit + logo is showing as a broken image, this is due to some small tweaks + of this BETA feature. To fix the logo in your cover page, rename + the image link "/assets/naturalCritLogoRed.svg". Remember + that any snippet marked "BETA" may have a similar change in the + future as we encounter any bugs or reworks.
  • diff --git a/package-lock.json b/package-lock.json index 59dc36d25..969a1ce8c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "homebrewery", - "version": "3.8.0", + "version": "3.9.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "homebrewery", - "version": "3.8.0", + "version": "3.9.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index b6cbb6729..e8aa973f7 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.8.0", + "version": "3.9.0", "engines": { "node": ">=18.16.x" },