From e6185879c8a02a7d1a75dbfab578706894c29937 Mon Sep 17 00:00:00 2001 From: "G.Ambatte" Date: Thu, 29 Aug 2024 17:17:12 +1200 Subject: [PATCH 1/5] Up version to v3.14.3 --- changelog.md | 28 ++++++++++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 30 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 012663b6a..c3d731d12 100644 --- a/changelog.md +++ b/changelog.md @@ -84,6 +84,34 @@ pre { ## changelog For a full record of development, visit our [Github Page](https://github.com/naturalcrit/homebrewery). +### Wednesday 8/28/2024 - v3.14.3 +{{taskList + +##### Calculuschild + +* [x] Image wrapping snippets + +Fixes issue [#380](https://github.com/naturalcrit/homebrewery/issues/380), supersedes [#3126](https://github.com/naturalcrit/homebrewery/issues/3126) + +* [x] Add regex to detext when to interrupt a table + +Fixes v3.14.2 bug with tables and multiple colons + +##### 5e-Cleric + +* [x] Fix Account page error for invalid users + +Fixes issue [#3605](https://github.com/naturalcrit/homebrewery/issues/3605) + +##### dbolack-ab + +* [x] Fix for jump hotkeys + +Fixes v3.14.2 bug; Preview and Source movement shortcuts now use `CTRL+SHIT+META+Arrow` keys + +}} + + ### Tuesday 8/27/2024 - v3.14.2 {{taskList diff --git a/package-lock.json b/package-lock.json index 6dd97c4c4..1ba45d229 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "homebrewery", - "version": "3.14.2", + "version": "3.14.3", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index b2ad61958..f62bb7314 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.14.2", + "version": "3.14.3", "engines": { "npm": "^10.2.x", "node": "^20.8.x" From 6b10e1aacb55f5ea93f8272fccb4cf5bfe287bf6 Mon Sep 17 00:00:00 2001 From: "G.Ambatte" Date: Thu, 29 Aug 2024 17:19:47 +1200 Subject: [PATCH 2/5] Very important F --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index c3d731d12..5600e0765 100644 --- a/changelog.md +++ b/changelog.md @@ -107,7 +107,7 @@ Fixes issue [#3605](https://github.com/naturalcrit/homebrewery/issues/3605) * [x] Fix for jump hotkeys -Fixes v3.14.2 bug; Preview and Source movement shortcuts now use `CTRL+SHIT+META+Arrow` keys +Fixes v3.14.2 bug; Preview and Source movement shortcuts now use `CTRL+SHIFT+META+Arrow` keys }} From c30404804d1e59fe2f4d88eed1b47a4599de4372 Mon Sep 17 00:00:00 2001 From: "G.Ambatte" Date: Thu, 29 Aug 2024 17:20:39 +1200 Subject: [PATCH 3/5] Fix typo --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 5600e0765..f50b043e4 100644 --- a/changelog.md +++ b/changelog.md @@ -93,7 +93,7 @@ For a full record of development, visit our [Github Page](https://github.com/nat Fixes issue [#380](https://github.com/naturalcrit/homebrewery/issues/380), supersedes [#3126](https://github.com/naturalcrit/homebrewery/issues/3126) -* [x] Add regex to detext when to interrupt a table +* [x] Add regex to detect when to interrupt a table Fixes v3.14.2 bug with tables and multiple colons From e4c2ffe9739bbe523ed5db0f21a34456acfa9cfc Mon Sep 17 00:00:00 2001 From: "G.Ambatte" Date: Thu, 29 Aug 2024 17:46:23 +1200 Subject: [PATCH 4/5] Add image wrap icon fix --- changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/changelog.md b/changelog.md index f50b043e4..aa4fbe83f 100644 --- a/changelog.md +++ b/changelog.md @@ -109,6 +109,12 @@ Fixes issue [#3605](https://github.com/naturalcrit/homebrewery/issues/3605) Fixes v3.14.2 bug; Preview and Source movement shortcuts now use `CTRL+SHIFT+META+Arrow` keys +##### G-Ambatte + +* [x] Fix image wrap icons + +Fixes icons for new image wrap snippets + }} From 0d40f4eb162ab5f74cc89634c412947faf767cee Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Tue, 3 Sep 2024 14:06:54 -0400 Subject: [PATCH 5/5] Small Rewording --- changelog.md | 33 +++++++++++---------------------- 1 file changed, 11 insertions(+), 22 deletions(-) diff --git a/changelog.md b/changelog.md index aa4fbe83f..7b3ea6384 100644 --- a/changelog.md +++ b/changelog.md @@ -85,42 +85,35 @@ pre { For a full record of development, visit our [Github Page](https://github.com/naturalcrit/homebrewery). ### Wednesday 8/28/2024 - v3.14.3 + {{taskList +##### calculuschild, G-Ambatte -##### Calculuschild +* [x] New {{openSans **IMAGES → {{fac,image-wrap-left}} IMAGE WRAP LEFT/RIGHT**}} snippets -* [x] Image wrapping snippets +Fixes issue [#380](https://github.com/naturalcrit/homebrewery/issues/380) -Fixes issue [#380](https://github.com/naturalcrit/homebrewery/issues/380), supersedes [#3126](https://github.com/naturalcrit/homebrewery/issues/3126) - -* [x] Add regex to detect when to interrupt a table - -Fixes v3.14.2 bug with tables and multiple colons +* [x] Fix v3.14.2 bug with `꞉꞉꞉꞉` failing after tables ##### 5e-Cleric -* [x] Fix Account page error for invalid users +* [x] Fix Account page crash when not logged in Fixes issue [#3605](https://github.com/naturalcrit/homebrewery/issues/3605) ##### dbolack-ab -* [x] Fix for jump hotkeys - -Fixes v3.14.2 bug; Preview and Source movement shortcuts now use `CTRL+SHIFT+META+Arrow` keys +* [x] Fix jump hotkeys conflicting with `CTRL + SHIFT`. Preview and Source movement shortcuts now use `CTRL + SHIFT + META + LEFT\RIGHTARROW` ##### G-Ambatte -* [x] Fix image wrap icons - -Fixes icons for new image wrap snippets - +* [x] Fix display issue with image wrap icons }} ### Tuesday 8/27/2024 - v3.14.2 -{{taskList +{{taskList ##### calculuschild * [x] Reroute invalid urls to homepage @@ -153,7 +146,7 @@ Fixes issues [#3572](https://github.com/naturalcrit/homebrewery/issues/3572) Fixes issues [#1430](https://github.com/naturalcrit/homebrewery/issues/1430) -* [x] Fix colon `:::` being parsed in codeblocks +* [x] Fix colon `꞉꞉꞉꞉` being parsed in codeblocks * [x] Prevent crashes when loading undefined renderer or theme bundle @@ -167,12 +160,11 @@ Fixes issues [#1430](https://github.com/naturalcrit/homebrewery/issues/1430) ##### 5e-Cleric, Gazook89 * [x] Viewer tools for zoom/page navigation - }} ### Tuesday 8/13/2024 - v3.14.1 -{{taskList +{{taskList ##### abquintic * [x] Allow Table of Contents to flow across columns @@ -215,16 +207,13 @@ Fixes issues [#3613](https://github.com/naturalcrit/homebrewery/issues/3613) Fixes issues [#3622](https://github.com/naturalcrit/homebrewery/issues/3622) - ##### calculuschild * [x] Fix `/migrate` page using an editor context instead of share context - ##### 5e-Cleric * [x] Fix Monster Stat Blocks losing color in Safari - }} \page