Skip to content

Commit

Permalink
Merge pull request #3917 from naturalcrit/v3.16.1
Browse files Browse the repository at this point in the history
Version 3.16.1
  • Loading branch information
calculuschild authored Nov 27, 2024
2 parents 6d8415b + add088c commit e711a1c
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 3 deletions.
46 changes: 46 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,52 @@ pre {
## changelog
For a full record of development, visit our [Github Page](https://github.com/naturalcrit/homebrewery).

### Wednesday 11/27/2024 - v3.16.1

{{taskList
##### 5e-Cleric

* [x] Allow linking to specific HTML IDs via `#ID` at the end of the URL, e.g.: `homebrewery.naturalcrit.com/share/share/a6RCXwaDS58i#p4` to link to Page 4 directly

Fixes issues [#2820](https://github.com/naturalcrit/homebrewery/issues/2820), [#3505](https://github.com/naturalcrit/homebrewery/issues/3505)

* [x] Fix generation of link to certain Google Drive brews

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

##### abquintic

* [x] Fix blank pages appearing when pasting text

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

##### Gazook89

* [x] Add new brew viewing options to the view toolbar
- {{fac,single-spread}} {{openSans **SINGLE PAGE**}}
- {{fac,facing-spread}} {{openSans **TWO PAGE**}}
- {{fac,flow-spread}} {{openSans **GRID**}}

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

* [x] Updates to tag input boxes

##### G-Ambatte

* [x] Admin tools to fix certain corrupted documents

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

* [x] Fix print window being affected by document zoom

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


##### calculuschild, 5e-Cleric, G-Ambatte, Gazook89, abquintic

* [x] Multiple code refactors, cleanups, and security fixes
}}

### Saturday 10/12/2024 - v3.16.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.16.0",
"version": "3.16.1",
"type": "module",
"engines": {
"npm": "^10.2.x",
Expand Down

0 comments on commit e711a1c

Please sign in to comment.