From e6185879c8a02a7d1a75dbfab578706894c29937 Mon Sep 17 00:00:00 2001 From: "G.Ambatte" Date: Thu, 29 Aug 2024 17:17:12 +1200 Subject: [PATCH] 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"