mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-05 12:22:44 +00:00
up version to 2.13.0
This commit is contained in:
17
changelog.md
17
changelog.md
@@ -6,6 +6,23 @@ h5 {
|
|||||||
|
|
||||||
# changelog
|
# changelog
|
||||||
|
|
||||||
|
### Saturday, 26/6/2021 - v2.13.0
|
||||||
|
|
||||||
|
- "Share to Reddit" button now works with Google brews
|
||||||
|
- Downloading or viewing the source of your brew will now show the contents of the Style tab at the top of the document in a backtick code fence like this:
|
||||||
|
|
||||||
|
\`\`\`css
|
||||||
|
|
||||||
|
myStyle {color: black}
|
||||||
|
|
||||||
|
\`\`\`
|
||||||
|
|
||||||
|
##### G-Ambatte :
|
||||||
|
- New **Download**, **View**, and **Clone to New** buttons in the "Source" dropdown on the Share page.
|
||||||
|
- 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.
|
||||||
|
|
||||||
|
|
||||||
### Thursday, 10/6/2021 - v2.12.0
|
### Thursday, 10/6/2021 - v2.12.0
|
||||||
|
|
||||||
- New "style" tab to better organize custom CSS in preparation for new themes and sharable styles.
|
- New "style" tab to better organize custom CSS in preparation for new themes and sharable styles.
|
||||||
|
|||||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "homebrewery",
|
"name": "homebrewery",
|
||||||
"version": "2.12.0",
|
"version": "2.13.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"version": "2.12.0",
|
"version": "2.13.0",
|
||||||
"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.12.0",
|
"version": "2.13.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "14.15.x"
|
"node": "14.15.x"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user