From 6f66fdc6d6215ac708b7e4ea8b61384b8577bfe7 Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Wed, 25 Nov 2020 13:24:10 -0500 Subject: [PATCH] Bump version to 2.10.4 --- changelog.md | 10 +++++++--- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/changelog.md b/changelog.md index 81ce5fd68..d42f0d7a0 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # changelog +### Wednesday, 25/11/2020 - v2.10.4 +- Fixed Google Drive brews not saving metadata (view count, description, etc.) Note that we are still working on making published Google brews visible to the public when viewing your profile page. +- Fixed inconsistent font size for bullet lists inside notes (thanks /u/garumoo! re:1085) + ### Thursday, 22/10/2020 - v2.10.3 - Fixed brews with broken code crashing the edit page when loaded (the "blue screen of death" bug). @@ -33,15 +37,15 @@ - Fixed issue of being unable to change brew metadata - Sanitized script tags-javascript typed into the editor was crashing brews +``` +``` + ### Sunday, 08/04/2018 - v2.8.0 - Re-enabled box shadows for PDF output - Added a "contributing guide" for the GitHub - "Report Issue" navbar button now links to the subreddit - Refactored background code -``` -``` - ### Sunday, 04/06/2017 - v2.7.5 - Fixed the class feature snippet duplicating the entire brew - Fixed headers in tables being duplicated diff --git a/package-lock.json b/package-lock.json index def592ca9..af59f6618 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "homebrewery", - "version": "2.10.3", + "version": "2.10.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 58307d362..b96a0e0e1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "homebrewery", "description": "Create authentic looking D&D homebrews using only markdown", - "version": "2.10.3", + "version": "2.10.4", "engines": { "node": "12.16.x" },