From b1a1c86155882942c951a17080a3bab45f0eab6c Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Sun, 11 Jan 2026 14:49:07 -0500 Subject: [PATCH 1/3] Update changelog.md --- changelog.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/changelog.md b/changelog.md index 7cfbfde8a..8cd51e567 100644 --- a/changelog.md +++ b/changelog.md @@ -83,11 +83,39 @@ pre { .page .exampleTable td,th { border:1px dashed #00000030; } + +.page .df { + font-size: 2em; + vertical-align: middle; +} ``` ## changelog For a full record of development, visit our [Github Page](https://github.com/naturalcrit/homebrewery). +### Friday 1/11/2026 - v13.20.1 + +{{taskList +##### calculuschild +* [x] Add D100 "ball" dice icons `:d100:` :df_d100_05: + +##### G-Ambatte +* [x] Fix transparent edge on back cover image + +Fixes issue [#4551](https://github.com/naturalcrit/homebrewery/issues/4551) + +* [x] Fix "Out of sync" error when document contains extended unicode characters + +Fixes issue [#4583](https://github.com/naturalcrit/homebrewery/issues/4583) + +##### 5e-Cleric +* [x] Fix page count error on Vault + +* [x] Fix cover page footnote set to all-caps + +Fixes issue [#4559](https://github.com/naturalcrit/homebrewery/issues/4559) +}} + ### Friday 11/14/2025 - v13.20.0 {{taskList From 56f76bceaeedc184f9a89378dbfabda17b3acbdc Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Sun, 11 Jan 2026 14:50:34 -0500 Subject: [PATCH 2/3] Update version number --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index a23149cfb..baa4dc289 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "homebrewery", - "version": "3.20.0", + "version": "3.20.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "homebrewery", - "version": "3.20.0", + "version": "3.20.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index c058b1af9..4ee36d620 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.20.0", + "version": "3.20.1", "type": "module", "engines": { "npm": "^10.8.x", From f98c506a3f2c36a71b49358a7483663d366ef1a2 Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Sun, 11 Jan 2026 14:50:49 -0500 Subject: [PATCH 3/3] Fix version typo in changelog --- changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 8cd51e567..1e1ac70e2 100644 --- a/changelog.md +++ b/changelog.md @@ -93,7 +93,7 @@ pre { ## changelog For a full record of development, visit our [Github Page](https://github.com/naturalcrit/homebrewery). -### Friday 1/11/2026 - v13.20.1 +### Friday 1/11/2026 - v3.20.1 {{taskList ##### calculuschild @@ -116,7 +116,7 @@ Fixes issue [#4583](https://github.com/naturalcrit/homebrewery/issues/4583) Fixes issue [#4559](https://github.com/naturalcrit/homebrewery/issues/4559) }} -### Friday 11/14/2025 - v13.20.0 +### Friday 11/14/2025 - v3.20.0 {{taskList ##### calculuschild