mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-04 19:02:38 +00:00
Bump version to 2.10.4
This commit is contained in:
10
changelog.md
10
changelog.md
@@ -1,5 +1,9 @@
|
|||||||
# changelog
|
# 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
|
### Thursday, 22/10/2020 - v2.10.3
|
||||||
- Fixed brews with broken code crashing the edit page when loaded (the "blue screen of death" bug).
|
- 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
|
- Fixed issue of being unable to change brew metadata
|
||||||
- Sanitized script tags-javascript typed into the editor was crashing brews
|
- Sanitized script tags-javascript typed into the editor was crashing brews
|
||||||
|
|
||||||
|
```
|
||||||
|
```
|
||||||
|
|
||||||
### Sunday, 08/04/2018 - v2.8.0
|
### Sunday, 08/04/2018 - v2.8.0
|
||||||
- Re-enabled box shadows for PDF output
|
- Re-enabled box shadows for PDF output
|
||||||
- Added a "contributing guide" for the GitHub
|
- Added a "contributing guide" for the GitHub
|
||||||
- "Report Issue" navbar button now links to the subreddit
|
- "Report Issue" navbar button now links to the subreddit
|
||||||
- Refactored background code
|
- Refactored background code
|
||||||
|
|
||||||
```
|
|
||||||
```
|
|
||||||
|
|
||||||
### Sunday, 04/06/2017 - v2.7.5
|
### Sunday, 04/06/2017 - v2.7.5
|
||||||
- Fixed the class feature snippet duplicating the entire brew
|
- Fixed the class feature snippet duplicating the entire brew
|
||||||
- Fixed headers in tables being duplicated
|
- Fixed headers in tables being duplicated
|
||||||
|
|||||||
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "homebrewery",
|
"name": "homebrewery",
|
||||||
"version": "2.10.3",
|
"version": "2.10.4",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"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.10.3",
|
"version": "2.10.4",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "12.16.x"
|
"node": "12.16.x"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user