0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-26 03:02:40 +00:00

Up version to v3.14.3

This commit is contained in:
G.Ambatte
2024-08-29 17:17:12 +12:00
parent e776e5e054
commit e6185879c8
3 changed files with 30 additions and 2 deletions

View File

@@ -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

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "homebrewery",
"version": "3.14.2",
"version": "3.14.3",
"lockfileVersion": 3,
"requires": true,
"packages": {

View File

@@ -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"