mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-07 20:42:44 +00:00
Merge pull request #2004 from naturalcrit/v3.0.7
Update to Version 3.0.7
This commit is contained in:
21
changelog.md
21
changelog.md
@@ -34,6 +34,27 @@ 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).
|
||||||
|
|
||||||
|
### Wednesday 02/02/2022 - v3.0.7
|
||||||
|
{{taskList
|
||||||
|
* [x] Revert active line highlighting.
|
||||||
|
|
||||||
|
Fixes issues: [#1913](https://github.com/naturalcrit/homebrewery/issues/1913)
|
||||||
|
|
||||||
|
* [x] Added install steps for Ubuntu. [HERE](https://github.com/naturalcrit/homebrewery/blob/master/install/README.UBUNTU.md)
|
||||||
|
|
||||||
|
Fixes issues: [#1900](https://github.com/naturalcrit/homebrewery/issues/1900)
|
||||||
|
|
||||||
|
* [x] Added social media links to home page.
|
||||||
|
|
||||||
|
* [x] Increase brews visible on the user page to 1,000.
|
||||||
|
|
||||||
|
Fixes issues: [#1943](https://github.com/naturalcrit/homebrewery/issues/1943)
|
||||||
|
|
||||||
|
* [x] Added a Legacy to V3 migration guide under **NEED HELP? {{fa,fa-question-circle}} → MIGRATE {{fas,fa-file-import}}**
|
||||||
|
|
||||||
|
* [x] Background refactoring and unit tests.
|
||||||
|
}}
|
||||||
|
|
||||||
### Saturday 18/12/2021 - v3.0.6
|
### Saturday 18/12/2021 - v3.0.6
|
||||||
{{taskList
|
{{taskList
|
||||||
* [x] Fixed text wrapping for long strings in code blocks.
|
* [x] Fixed text wrapping for long strings in code blocks.
|
||||||
|
|||||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "homebrewery",
|
"name": "homebrewery",
|
||||||
"version": "3.0.6",
|
"version": "3.0.7",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"version": "3.0.6",
|
"version": "3.0.7",
|
||||||
"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.6",
|
"version": "3.0.7",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "16.11.x"
|
"node": "16.11.x"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user