Skip to content

Commit

Permalink
Merge pull request #3670 from 5e-Cleric/v3.14.2
Browse files Browse the repository at this point in the history
up to v3.14.2
  • Loading branch information
calculuschild authored Aug 27, 2024
2 parents 35ca31c + be0db17 commit 81e6cae
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 14 deletions.
74 changes: 63 additions & 11 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,58 @@ pre {
## changelog
For a full record of development, visit our [Github Page](https://github.com/naturalcrit/homebrewery).

### Tuesday 8/27/2024 - v3.14.2
{{taskList

##### calculuschild

* [x] Reroute invalid urls to homepage

Fixes issues [#3269](https://github.com/naturalcrit/homebrewery/issues/3629)

* [x] Background dependency updates

##### G-Ambatte

* [x] Add route to get brew styling via `/css/shareId`

Fixes issues [#1097](https://github.com/naturalcrit/homebrewery/issues/1097)

* [x] Fix `:emojis:` preventing code folding

Fixes issues [#3604](https://github.com/naturalcrit/homebrewery/issues/3604)

* [x] Fix mask image warping when rotated and stretched

Fixes issues [#3636](https://github.com/naturalcrit/homebrewery/issues/3636)

* [x] Fix Table of Contents uppercasing

Fixes issues [#3572](https://github.com/naturalcrit/homebrewery/issues/3572)

##### abquintic

* [x] Create globally unique Header IDs across pages

Fixes issues [#1430](https://github.com/naturalcrit/homebrewery/issues/1430)

* [x] Fix colon `:::` being parsed in codeblocks

* [x] Prevent crashes when loading undefined renderer or theme bundle

* [x] Add Jump-To hotkeys

* Use `CTRL/META + SHIFT + LEFTARROW` to brewJump
* Use `CTRL/META + SHIFT + RIGHTARROW` to sourceJump

* [x] Prevent reload from clobbering modified fresh clones

##### 5e-Cleric, Gazook89

* [x] Viewer tools for zoom/page navigation

}}

### Tuesday 8/13/2024 - v3.14.1
{{taskList

Expand Down Expand Up @@ -509,7 +561,7 @@ Fixes issue [#2729](https://github.com/naturalcrit/homebrewery/issues/2729),
### Thursday 17/08/2023 - v3.9.2
{{taskList

##### Calculuschild
##### calculuschild

* [x] Fix links to certain old Google Drive files

Expand Down Expand Up @@ -567,7 +619,7 @@ Fixes issue [#1924](https://github.com/naturalcrit/homebrewery/issues/1924)
### Friday 02/06/2023 - v3.9.0
{{taskList

##### Calculuschild
##### calculuschild

* [x] Fix some files not showing up on userpage when user has a large number of brews in Google Drive

Expand Down Expand Up @@ -664,7 +716,7 @@ Fixes issues [#2731](https://github.com/naturalcrit/homebrewery/issues/2731)
### Monday 13/03/2023 - v3.7.2
{{taskList

##### Calculuschild
##### calculuschild

* [x] Fix wide Monster Stat Blocks not spanning columns on Legacy
}}
Expand All @@ -687,7 +739,7 @@ Fixes issues [#1569](https://github.com/naturalcrit/homebrewery/issues/1569)
* [x] Updated the Google Drive icon
* [x] Backend fix to unit tests failing intermittently

##### Calculuschild
##### calculuschild

* [x] Fix PDF pixelation on CoverPage text outlines
}}
Expand All @@ -699,7 +751,7 @@ Fixes issues [#1569](https://github.com/naturalcrit/homebrewery/issues/1569)
**NOTE:** Some new snippets will now show a {{beta BETA}} tag. Feel free to use them, but be aware we may change how they work depending on your feedback.
}}

##### Calculuschild
##### calculuschild

* [x] New {{openSans **IMAGES → WATERCOLOR EDGE** {{fac,mask-edge}} }} and {{openSans **WATERCOLOR CORNER** {{fac,mask-corner}} }} snippets for V3, which adds a stylish watercolor texture to the edge of your images! (Thanks to /u/flamableconcrete on Reddit for providing these image masks!)

Expand Down Expand Up @@ -843,7 +895,7 @@ Fixes issues [#1670](https://github.com/naturalcrit/homebrewery/issues/1670)
### Thursday 28/10/2022 - v3.3.1
{{taskList

##### Calculuschild
##### calculuschild

* [x] Fixes to several broken CSS styles from v3.3.0

Expand All @@ -858,7 +910,7 @@ Fixes issues [#2468](https://github.com/naturalcrit/homebrewery/issues/2468)
### Friday 19/10/2022 - v3.3.0
{{taskList

##### Calculuschild
##### calculuschild

* [x] Fix for tables broken by Chrome v106

Expand Down Expand Up @@ -941,7 +993,7 @@ Fixes issues [#2317](https://github.com/naturalcrit/homebrewery/issues/2317), [
### Wednesday 31/08/2022 - v3.2.1
{{taskList

##### Calculuschild
##### calculuschild

* [x] Reference Links should now work inside tables

Expand All @@ -967,7 +1019,7 @@ Fixes issues [#2317](https://github.com/naturalcrit/homebrewery/issues/2317), [
### Saturday 27/08/2022 - v3.2.0
{{taskList

##### Calculuschild
##### calculuschild

* [x] The V3 renderer is now the default for new brews.

Expand All @@ -994,7 +1046,7 @@ Fixes issues [#2317](https://github.com/naturalcrit/homebrewery/issues/2317), [
### Thursday 09/06/2022 - v3.1.1
{{taskList

##### Calculuschild:
##### calculuschild:

* [x] Fixed class table decorations appearing on top of the table in PDF output.

Expand Down Expand Up @@ -1838,4 +1890,4 @@ Massive changelog incoming:

* Added `phb.standalone.css` plus a build system for creating it
* Added page numbers and footer text
* Page accent now flips each page
* Page accent now flips each page
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "homebrewery",
"description": "Create authentic looking D&D homebrews using only markdown",
"version": "3.14.1",
"version": "3.14.2",
"engines": {
"npm": "^10.2.x",
"node": "^20.8.x"
Expand Down

0 comments on commit 81e6cae

Please sign in to comment.