mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 18:32:41 +00:00
12
changelog.md
12
changelog.md
@@ -6,6 +6,15 @@ h5 {
|
||||
|
||||
# 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
|
||||
|
||||
- Background work to allow new themes in the future
|
||||
@@ -57,9 +66,6 @@ myStyle {color: black}
|
||||
##### G-Ambatte :
|
||||
- Snippet to remove drop caps (fancy first letter after title)
|
||||
|
||||
```
|
||||
```
|
||||
|
||||
### Saturday, 13/3/2021 - v2.11.0
|
||||
|
||||
- Many background things for upcoming v3. Get pumped.
|
||||
|
||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "homebrewery",
|
||||
"version": "2.13.2",
|
||||
"version": "2.13.3",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"version": "2.13.2",
|
||||
"version": "2.13.3",
|
||||
"hasInstallScript": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "homebrewery",
|
||||
"description": "Create authentic looking D&D homebrews using only markdown",
|
||||
"version": "2.13.2",
|
||||
"version": "2.13.3",
|
||||
"engines": {
|
||||
"node": "14.15.x"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user