mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-08 18:22:40 +00:00
up version to 2.13.4
This commit is contained in:
13
changelog.md
13
changelog.md
@@ -6,6 +6,17 @@ h5 {
|
|||||||
|
|
||||||
# changelog
|
# changelog
|
||||||
|
|
||||||
|
### Tuesday, 17/08/2021 - v2.13.4
|
||||||
|
- Fixed user page crashing when user has untitled brew
|
||||||
|
|
||||||
|
##### G-Ambatte:
|
||||||
|
- Tweaks to user page tool tips
|
||||||
|
- Fix view counts being reset on Google Drive files
|
||||||
|
|
||||||
|
##### Gazook89 :
|
||||||
|
- New **PHB → Artist Credit** snippet
|
||||||
|
- **PRINT** snippets moved to the **Style Editor** tab
|
||||||
|
|
||||||
### Monday, 09/08/2021 - v2.13.3
|
### Monday, 09/08/2021 - v2.13.3
|
||||||
|
|
||||||
##### G-Ambatte :
|
##### G-Ambatte :
|
||||||
@@ -48,6 +59,8 @@ myStyle {color: black}
|
|||||||
- Pasting your brew into a "New" page and saving will transfer any CSS in the code fence to the Style tab.
|
- Pasting your brew into a "New" page and saving will transfer any CSS in the code fence to the Style tab.
|
||||||
- Unsaved work in the New page Style tab is now cached to your browser storage if you navigate away.
|
- Unsaved work in the New page Style tab is now cached to your browser storage if you navigate away.
|
||||||
|
|
||||||
|
\page
|
||||||
|
|
||||||
|
|
||||||
### Thursday, 10/6/2021 - v2.12.0
|
### Thursday, 10/6/2021 - v2.12.0
|
||||||
|
|
||||||
|
|||||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "homebrewery",
|
"name": "homebrewery",
|
||||||
"version": "2.13.3",
|
"version": "2.13.4",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"version": "2.13.3",
|
"version": "2.13.4",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "homebrewery",
|
"name": "homebrewery",
|
||||||
"description": "Create authentic looking D&D homebrews using only markdown",
|
"description": "Create authentic looking D&D homebrews using only markdown",
|
||||||
"version": "2.13.3",
|
"version": "2.13.4",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "14.15.x"
|
"node": "14.15.x"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user