mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-26 09:32:51 +00:00
Merge pull request #2446 from naturalcrit/Update-to-v-3.3.0
Update to v 3.3.0
This commit is contained in:
68
changelog.md
68
changelog.md
@@ -1,6 +1,7 @@
|
|||||||
```css
|
```css
|
||||||
h5 {
|
h5 {
|
||||||
font-size: .35cm !important;
|
font-size: .35cm !important;
|
||||||
|
margin-top: 0.3cm;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page ul ul {
|
.page ul ul {
|
||||||
@@ -14,6 +15,11 @@ h5 {
|
|||||||
filter: brightness(1.1) drop-shadow(1px 2px 1px #222);
|
filter: brightness(1.1) drop-shadow(1px 2px 1px #222);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.taskList ul {
|
||||||
|
margin-bottom: 0px;
|
||||||
|
margin-top: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
.taskList li input[checked] {
|
.taskList li input[checked] {
|
||||||
filter: sepia(100%) hue-rotate(60deg) saturate(3.5) contrast(4) brightness(1.1) drop-shadow(1px 2px 1px #222);
|
filter: sepia(100%) hue-rotate(60deg) saturate(3.5) contrast(4) brightness(1.1) drop-shadow(1px 2px 1px #222);
|
||||||
}
|
}
|
||||||
@@ -39,6 +45,68 @@ 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).
|
||||||
|
|
||||||
|
### Friday 19/10/2022 - v3.3.0
|
||||||
|
{{taskList
|
||||||
|
|
||||||
|
##### Calculuschild
|
||||||
|
|
||||||
|
* [x] Fix for tables broken by Chrome v106
|
||||||
|
|
||||||
|
|
||||||
|
##### G-Ambatte:
|
||||||
|
|
||||||
|
* [x] Fix Table of Contents broken by Chrome v106
|
||||||
|
|
||||||
|
Fixes issues [#2437](https://github.com/naturalcrit/homebrewery/issues/2437)
|
||||||
|
|
||||||
|
* [x] Show brew thumbnails on user page
|
||||||
|
|
||||||
|
Fixes issues [#2331](https://github.com/naturalcrit/homebrewery/issues/2331)
|
||||||
|
|
||||||
|
* [x] Allow longer URLs for brew thumbnails
|
||||||
|
|
||||||
|
Fixes issues [#2351](https://github.com/naturalcrit/homebrewery/issues/2351)
|
||||||
|
|
||||||
|
* [x] Code no longer unfolds when inserting a snippet
|
||||||
|
|
||||||
|
Fixes issues [#2135](https://github.com/naturalcrit/homebrewery/issues/2135)
|
||||||
|
|
||||||
|
* [x] Fix brew settings being lost on first save
|
||||||
|
|
||||||
|
Fixes issues [#2427](https://github.com/naturalcrit/homebrewery/issues/2427)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
##### Gazook:
|
||||||
|
|
||||||
|
* [x] Several updates to bug reporting and error popups
|
||||||
|
|
||||||
|
Fixes issues [#2376](https://github.com/naturalcrit/homebrewery/issues/2376)
|
||||||
|
|
||||||
|
* [x] Fixes to userpage search bar
|
||||||
|
|
||||||
|
Fixes issues [#1675](https://github.com/naturalcrit/homebrewery/issues/1675), [#2353](https://github.com/naturalcrit/homebrewery/issues/2353)
|
||||||
|
|
||||||
|
* [x] Renderer *(legacy / V3)* now shown next to page #
|
||||||
|
|
||||||
|
Fixes issues [#1928](https://github.com/naturalcrit/homebrewery/issues/1928)
|
||||||
|
|
||||||
|
* [x] Prevent text selection when moving divider bar
|
||||||
|
|
||||||
|
Fixes issues [#1632](https://github.com/naturalcrit/homebrewery/issues/1632)
|
||||||
|
|
||||||
|
* [x] Tweak Monster Stat Block coloring
|
||||||
|
|
||||||
|
Fixes issues [#2123](https://github.com/naturalcrit/homebrewery/issues/2123)
|
||||||
|
|
||||||
|
* [x] Added dropdown button to toggle autosave
|
||||||
|
|
||||||
|
Fixes issues [#1546](https://github.com/naturalcrit/homebrewery/issues/1546)
|
||||||
|
|
||||||
|
}}
|
||||||
|
|
||||||
|
|
||||||
### Friday 08/09/2022 - v3.2.2
|
### Friday 08/09/2022 - v3.2.2
|
||||||
{{taskList
|
{{taskList
|
||||||
|
|
||||||
|
|||||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "homebrewery",
|
"name": "homebrewery",
|
||||||
"version": "3.2.2",
|
"version": "3.3.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "homebrewery",
|
"name": "homebrewery",
|
||||||
"version": "3.2.2",
|
"version": "3.3.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.2.2",
|
"version": "3.3.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "16.11.x"
|
"node": "16.11.x"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user