diff --git a/changelog.md b/changelog.md index a6fab8d3b..45f050e01 100644 --- a/changelog.md +++ b/changelog.md @@ -34,16 +34,37 @@ pre { ## changelog 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 {{taskList * [x] Fixed text wrapping for long strings in code blocks. Fixes issues: [#1736](https://github.com/naturalcrit/homebrewery/issues/1736) - + * [x] Code search/replace `CTRL F / CTRL SHIFT F` Fixes issues: [#1201](https://github.com/naturalcrit/homebrewery/issues/1201) - + * [x] Auto-closing HTML tags and curly braces `{{ }}` * [x] Highlight current active line @@ -56,7 +77,7 @@ For a full record of development, visit our [Github Page](https://github.com/nat * [x] Make columns even in V3 Table of Contents. Fixes issues: [#1671](https://github.com/naturalcrit/homebrewery/issues/1671) - + * [x] Fix `CTRL P` failing to print from `/new` pages. Fixes issues: [#1815](https://github.com/naturalcrit/homebrewery/issues/1815) diff --git a/package-lock.json b/package-lock.json index c58d616a0..827687e84 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "homebrewery", - "version": "3.0.6", + "version": "3.0.7", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "3.0.6", + "version": "3.0.7", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index ea4bbbf43..6df77b8e5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "homebrewery", "description": "Create authentic looking D&D homebrews using only markdown", - "version": "3.0.6", + "version": "3.0.7", "engines": { "node": "16.11.x" },