diff --git a/changelog.md b/changelog.md index e171df69a..3e6216607 100644 --- a/changelog.md +++ b/changelog.md @@ -52,16 +52,20 @@ pre { font-family: 'Open Sans'; font-size: 0.9em; } + +.page { + padding-bottom: 1.5cm; +} ``` ## changelog For a full record of development, visit our [Github Page](https://github.com/naturalcrit/homebrewery). -### v3.6.0 +### Friday 23/01/2023 - v3.6.0 {{taskList ##### calculuschild - * [x] Fix Google Drive brews sometimes duplicating +* [x] Fix Google Drive brews sometimes duplicating Fixes issues [#2603](https://github.com/naturalcrit/homebrewery/issues/2603) @@ -69,9 +73,17 @@ Fixes issues [#2603](https://github.com/naturalcrit/homebrewery/issues/2603) * [x] Add unit tests with full coverage for the Homebrewery API +* [x] Add message to refresh the browser if the user is missing an update to the Homebrewery + +Fixes issues [#2583](https://github.com/naturalcrit/homebrewery/issues/2583) + ##### G-Ambatte -* [x] Add Themes directory to development server watchlist. +* [x] Auto-compile Themes CSS on development server + +##### 5e-Cleric + +* [x] Fix cloned brews inheriting the parent view count }} ### Friday 23/12/2022 - v3.5.0 @@ -89,22 +101,6 @@ Fixes issues [#1987](https://github.com/naturalcrit/homebrewery/issues/1987) \page -### Monday 05/12/2022 - v3.4.1 -{{taskList - -##### G-Ambatte - -* [x] Fix Account page incorrect last login time - -Fixes issues [#2521](https://github.com/naturalcrit/homebrewery/issues/2521) - -##### Gazook - -* [x] Fix crashing on iOS and Safari browsers - -Fixes issues [#2531](https://github.com/naturalcrit/homebrewery/issues/2531) -}} - ### Saturday 10/12/2022 - v3.4.2 {{taskList diff --git a/package-lock.json b/package-lock.json index 6073de3de..18a3a3577 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "homebrewery", - "version": "3.5.0", + "version": "3.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "homebrewery", - "version": "3.5.0", + "version": "3.6.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 36a73d4c9..987c7af0e 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.5.0", + "version": "3.6.0", "engines": { "node": "16.11.x" },