mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 18:32:41 +00:00
19
changelog.md
19
changelog.md
@@ -33,6 +33,25 @@ pre {
|
||||
## changelog
|
||||
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
|
||||
|
||||
{{taskList
|
||||
|
||||
5
package-lock.json
generated
5
package-lock.json
generated
@@ -1,11 +1,12 @@
|
||||
{
|
||||
"name": "homebrewery",
|
||||
"version": "3.0.1",
|
||||
"version": "3.0.2",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"version": "3.0.1",
|
||||
"name": "homebrewery",
|
||||
"version": "3.0.2",
|
||||
"hasInstallScript": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "homebrewery",
|
||||
"description": "Create authentic looking D&D homebrews using only markdown",
|
||||
"version": "3.0.1",
|
||||
"version": "3.0.2",
|
||||
"engines": {
|
||||
"node": "14.15.x"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user