mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-08 22:32:41 +00:00
36
changelog.md
36
changelog.md
@@ -80,6 +80,40 @@ pre {
|
|||||||
## changelog
|
## changelog
|
||||||
For 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).
|
||||||
|
|
||||||
|
### 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
|
### Wednesday 12/04/2023 - v3.8.0
|
||||||
{{taskList
|
{{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)
|
Fixes issues [#2657](https://github.com/naturalcrit/homebrewery/issues/2657)
|
||||||
|
|
||||||
* [x] Fix internal links inside `<div>` 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)
|
Fixes issues [#2680](https://github.com/naturalcrit/homebrewery/issues/2680)
|
||||||
|
|
||||||
|
|||||||
@@ -25,14 +25,13 @@ const NotificationPopup = createClass({
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<li key='psa'>
|
<li key='psa'>
|
||||||
<em>Broken <b>CoverPage</b> snippet</em> <br />
|
<em>Broken default logo on <b>CoverPage</b> </em> <br />
|
||||||
Those of you who have been trying out our Cover Page snippet may
|
If you have used the Cover Page snippet and notice the Naturalcrit
|
||||||
notice that the cover page no longer displays correctly. Due to some
|
logo is showing as a broken image, this is due to some small tweaks
|
||||||
small tweaks of this BETA feature, the CSS class has been renamed
|
of this BETA feature. To fix the logo in your cover page, rename
|
||||||
from "coverPage" to "frontCover". Simply change the text to "frontCover"
|
the image link <b>"/assets/naturalCritLogoRed.svg"</b>. Remember
|
||||||
and it should again function as before. Remember that any snippet
|
that any snippet marked "BETA" may have a similar change in the
|
||||||
marked "beta" may have a similar change in the future as we
|
future as we encounter any bugs or reworks.
|
||||||
encounter any bugs or reworks.
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li key='googleDriveFolder'>
|
<li key='googleDriveFolder'>
|
||||||
|
|||||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "homebrewery",
|
"name": "homebrewery",
|
||||||
"version": "3.8.0",
|
"version": "3.9.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "homebrewery",
|
"name": "homebrewery",
|
||||||
"version": "3.8.0",
|
"version": "3.9.0",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "homebrewery",
|
"name": "homebrewery",
|
||||||
"description": "Create authentic looking D&D homebrews using only markdown",
|
"description": "Create authentic looking D&D homebrews using only markdown",
|
||||||
"version": "3.8.0",
|
"version": "3.9.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18.16.x"
|
"node": ">=18.16.x"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user