From 0a335cefbf2f5690c519ccb13d06a9ae02c1fc58 Mon Sep 17 00:00:00 2001
From: Trevor Buckner
Date: Mon, 6 Dec 2021 22:41:11 -0500
Subject: [PATCH 53/54] Update newPage.jsx
---
client/homebrew/pages/newPage/newPage.jsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/client/homebrew/pages/newPage/newPage.jsx b/client/homebrew/pages/newPage/newPage.jsx
index 0eb18a91b..73f29853b 100644
--- a/client/homebrew/pages/newPage/newPage.jsx
+++ b/client/homebrew/pages/newPage/newPage.jsx
@@ -237,7 +237,7 @@ const NewPage = createClass({
- Sign In
+ Sign In
From 12cb457c60260435fe991fe1ab4e07a608d9ed72 Mon Sep 17 00:00:00 2001
From: Trevor Buckner
Date: Tue, 7 Dec 2021 23:01:42 -0500
Subject: [PATCH 54/54] Up to Version 3.0.5
---
changelog.md | 33 +++++++++++++++++++++++++++++++--
package-lock.json | 4 ++--
package.json | 2 +-
3 files changed, 34 insertions(+), 5 deletions(-)
diff --git a/changelog.md b/changelog.md
index 1b22c7d8d..b44eae35e 100644
--- a/changelog.md
+++ b/changelog.md
@@ -3,11 +3,12 @@ h5 {
font-size: .35cm !important;
}
-.taskList li {
- list-style-type : none;
+.page ul ul {
+ margin-left: 0px;
}
.taskList li input {
+ list-style-type : none;
margin-left : -0.52cm;
transform: translateY(.05cm);
filter: brightness(1.1) drop-shadow(1px 2px 1px #222);
@@ -33,6 +34,34 @@ pre {
## changelog
For a full record of development, visit our [Github Page](https://github.com/naturalcrit/homebrewery).
+### Tuesday 07/12/2021 - v3.0.5
+{{taskList
+* [x] Fixed paragraph spacing for **note** and **descriptive** boxes in V3.
+
+ Fixes issues: [#1836](https://github.com/naturalcrit/homebrewery/issues/1836)
+
+* [x] Added a whole bunch of hotkeys:
+
+ * Page Break `CTRL + ENTER`
+ * Column Break `CTRL + SHIFT + ENTER`
+ * Bulleted Lists `CTRL + L`
+ * Numbered Lists `CTRL + SHIFT + L`
+ * Headers `CTRL + SHIFT + (1-6)`
+ * Underline `CTRL + U`
+ * Link `CTRL + K`
+ * Non-breaking space (\ ) `CTRL + .`
+ * Add Horizontal Space `CTRL + SHIFT + .`
+ * Remove Horizontal Space `CTRL + SHIFT + ,`
+ * Curly Span `CTRL + M`
+ * Curly Div `CTRL + SHIFT + M`
+
+* [x] Fixed page numbers in the editor panel getting scrambled when scrolling up and down.
+
+* [x] Faster swapping between tabs on long brews.
+
+* [x] Better error messages for common issue with Google Drive credentials expiring.
+}}
+
### Wednesday 17/11/2021 - v3.0.4
{{taskList
* [x] Fixed incorrect sorting of Google brews by page count and views on the user page.
diff --git a/package-lock.json b/package-lock.json
index 9536b9c4a..37a7b8347 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "homebrewery",
- "version": "3.0.4",
+ "version": "3.0.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "homebrewery",
- "version": "3.0.4",
+ "version": "3.0.5",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
diff --git a/package.json b/package.json
index 6efdab95f..ac4494b8a 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.0.4",
+ "version": "3.0.5",
"engines": {
"node": "16.11.x"
},