mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-04 23:22:42 +00:00
12
changelog.md
12
changelog.md
@@ -6,6 +6,15 @@ h5 {
|
|||||||
|
|
||||||
# changelog
|
# changelog
|
||||||
|
|
||||||
|
### Monday, 09/08/2021 - v2.13.3
|
||||||
|
|
||||||
|
##### G-Ambatte :
|
||||||
|
- Tooltips hovering over brews in dropdowns / user page.
|
||||||
|
- Fixed sort-by created date on user page.
|
||||||
|
|
||||||
|
##### Gazook89 :
|
||||||
|
- Hotkey Ctrl-/ and snippets to add HTML comments; use for notes that won't appear in your brew.
|
||||||
|
|
||||||
### Friday, 30/07/2021 - v2.13.2
|
### Friday, 30/07/2021 - v2.13.2
|
||||||
|
|
||||||
- Background work to allow new themes in the future
|
- Background work to allow new themes in the future
|
||||||
@@ -57,9 +66,6 @@ myStyle {color: black}
|
|||||||
##### G-Ambatte :
|
##### G-Ambatte :
|
||||||
- Snippet to remove drop caps (fancy first letter after title)
|
- Snippet to remove drop caps (fancy first letter after title)
|
||||||
|
|
||||||
```
|
|
||||||
```
|
|
||||||
|
|
||||||
### Saturday, 13/3/2021 - v2.11.0
|
### Saturday, 13/3/2021 - v2.11.0
|
||||||
|
|
||||||
- Many background things for upcoming v3. Get pumped.
|
- Many background things for upcoming v3. Get pumped.
|
||||||
|
|||||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "homebrewery",
|
"name": "homebrewery",
|
||||||
"version": "2.13.2",
|
"version": "2.13.3",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"version": "2.13.2",
|
"version": "2.13.3",
|
||||||
"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": "2.13.2",
|
"version": "2.13.3",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "14.15.x"
|
"node": "14.15.x"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user