mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-30 17:32:38 +00:00
19
changelog.md
19
changelog.md
@@ -33,6 +33,25 @@ pre {
|
|||||||
## changelog
|
## changelog
|
||||||
To see a full record of development, visit our [Github Page](https://github.com/naturalcrit/homebrewery).
|
To see a full record of development, visit our [Github Page](https://github.com/naturalcrit/homebrewery).
|
||||||
|
|
||||||
|
### Wednesday 06/10/2021 - v3.0.2
|
||||||
|
{{taskList
|
||||||
|
* [x] Fixed V3 **EDITOR → QR Code** snippet not working on `/new` (unsaved) pages.
|
||||||
|
|
||||||
|
Fixes issues: [#1710](https://github.com/naturalcrit/homebrewery/issues/1710)
|
||||||
|
|
||||||
|
* [x] Reorganized several snippets from the **Brew Editor** panel into the **Style Editor** panel.
|
||||||
|
|
||||||
|
Fixes issues: [Reported on Reddit](https://www.reddit.com/r/homebrewery/comments/pm6ki7/two_version_of_class_features_making_it_look_more/)
|
||||||
|
|
||||||
|
* [x] Added a page counter to the right of each `\page` line in V3 to help navigate your brews. Starts counting from page 2.
|
||||||
|
|
||||||
|
Fixes issues: [#846](https://github.com/naturalcrit/homebrewery/issues/846)
|
||||||
|
|
||||||
|
* [x] Moved the changelog to be accessible by clicking on the Homebrewery version number.
|
||||||
|
|
||||||
|
Fixes issues: [#1166](https://github.com/naturalcrit/homebrewery/issues/1166)
|
||||||
|
}}
|
||||||
|
|
||||||
### Friday, 17/09/2021 - v3.0.1
|
### Friday, 17/09/2021 - v3.0.1
|
||||||
|
|
||||||
{{taskList
|
{{taskList
|
||||||
|
|||||||
5
package-lock.json
generated
5
package-lock.json
generated
@@ -1,11 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "homebrewery",
|
"name": "homebrewery",
|
||||||
"version": "3.0.1",
|
"version": "3.0.2",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"version": "3.0.1",
|
"name": "homebrewery",
|
||||||
|
"version": "3.0.2",
|
||||||
"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": "3.0.1",
|
"version": "3.0.2",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "14.15.x"
|
"node": "14.15.x"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user