Skip to content

Commit

Permalink
Merge pull request #3545 from naturalcrit/3.13.0
Browse files Browse the repository at this point in the history
Up version to 3.13.0
  • Loading branch information
calculuschild authored Jun 29, 2024
2 parents 46085c8 + a87e420 commit 758a06e
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 3 deletions.
39 changes: 39 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,45 @@ pre {
## changelog
For a full record of development, visit our [Github Page](https://github.com/naturalcrit/homebrewery).

### Friday 28/6/2024 - v3.13.0
{{taskList

##### calculuschild

* [x] Add `:emoji:` Markdown syntax, with autosuggest; start typing after the first `:` for matching emojis from
:fab_font_awesome: FontAwesome, :df_d20: DiceFont, :ei_action: ElderberryInn, and a subset of :gi_broadsword: GameIcons

* [x] Fix `{curly injection}` to append to, rather than erase and replace target CSS
* [x] {{openSans **GET PDF**}} {{fa,fa-file-pdf}} now opens the print dialog directly, rather than redirecting to a separate page

##### Gazook

* [x] Several small style tweaks to the UI
* [x] Cleaning and refactoring several large pieces of code

##### 5e-Cleric

* [x] For error pages, add links to user account and `/share` page if available

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

* [x] Change FrontCover title to use stroke outline instead of faking it with dozens of shadows
* [x] Cleaning and refactoring several large pieces of CSS

##### abquintic

* [x] Added additional {{openSans **TABLE OF CONTENTS**}} snippet options. Explicitly include or exclude items from the ToC generation via CSS properties
`--TOC:exclude` or `--TOC:include`, or change the included header depth from 3 to 6 (default 3) with `tocDepthH6`

##### MurdoMaclachlan *(new contributor!)*

* [x] Added "proficiency bonus" to Monster Stat Block snippet.

Fixes issue [#3397](https://github.com/naturalcrit/homebrewery/issues/3397)
}}

\column

### Monday 18/3/2024 - v3.12.0
{{taskList

Expand Down
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.12.0",
"version": "3.13.0",
"engines": {
"npm": "^10.2.x",
"node": "^20.8.x"
Expand Down

0 comments on commit 758a06e

Please sign in to comment.