0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-05-08 14:18:40 +00:00

up version to 2.13.4

This commit is contained in:
Trevor Buckner
2021-08-17 23:58:16 -04:00
parent a97fd4f47f
commit 72360be3e9
3 changed files with 16 additions and 3 deletions
+13
View File
@@ -6,6 +6,17 @@ h5 {
# 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
##### 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.
- 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
+2 -2
View File
@@ -1,11 +1,11 @@
{
"name": "homebrewery",
"version": "2.13.3",
"version": "2.13.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "2.13.3",
"version": "2.13.4",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "homebrewery",
"description": "Create authentic looking D&D homebrews using only markdown",
"version": "2.13.3",
"version": "2.13.4",
"engines": {
"node": "14.15.x"
},