mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-09 09:22:38 +00:00
27
changelog.md
27
changelog.md
@@ -39,6 +39,33 @@ pre {
|
|||||||
## changelog
|
## changelog
|
||||||
For a full record of development, visit our [Github Page](https://github.com/naturalcrit/homebrewery).
|
For a full record of development, visit our [Github Page](https://github.com/naturalcrit/homebrewery).
|
||||||
|
|
||||||
|
### Thursday 27/08/2022 - v3.2.0
|
||||||
|
{{taskList
|
||||||
|
|
||||||
|
##### Calculuschild
|
||||||
|
|
||||||
|
* [x] The V3 renderer is now the default for new brews.
|
||||||
|
|
||||||
|
* [x] Small tweaks to the spacing around the `classTable` style
|
||||||
|
|
||||||
|
##### Jeddai:
|
||||||
|
|
||||||
|
* [x] Brew transfers between Homebrewery and Google Drive now keep the same share and edit links! Metadata is now also kept across transfers.
|
||||||
|
|
||||||
|
Fixes issues: [#1838](https://github.com/naturalcrit/homebrewery/issues/1838)
|
||||||
|
|
||||||
|
* [x] Brews can now be labeled with tags; these will be searchable on the My Brews page in a future update.
|
||||||
|
|
||||||
|
Fixes issues: [#758](https://github.com/naturalcrit/homebrewery/issues/758)
|
||||||
|
|
||||||
|
##### Jlgraves:
|
||||||
|
|
||||||
|
* [x] Small tweaks to the `ClassFeature` snippet
|
||||||
|
|
||||||
|
Fixes issues: [#2215](https://github.com/naturalcrit/homebrewery/issues/2215)
|
||||||
|
}}
|
||||||
|
|
||||||
|
|
||||||
### Thursday 09/06/2022 - v3.1.1
|
### Thursday 09/06/2022 - v3.1.1
|
||||||
{{taskList
|
{{taskList
|
||||||
|
|
||||||
|
|||||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "homebrewery",
|
"name": "homebrewery",
|
||||||
"version": "3.1.1",
|
"version": "3.2.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "homebrewery",
|
"name": "homebrewery",
|
||||||
"version": "3.1.1",
|
"version": "3.2.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": "3.1.1",
|
"version": "3.2.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "16.11.x"
|
"node": "16.11.x"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user