mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-09 00:42:47 +00:00
26
changelog.md
26
changelog.md
@@ -39,6 +39,32 @@ 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).
|
||||||
|
|
||||||
|
### Monday 06/06/2022 - v3.1.0
|
||||||
|
{{taskList
|
||||||
|
|
||||||
|
##### G-Ambatte:
|
||||||
|
|
||||||
|
* [x] "Jump to Preview/Editor" buttons added to the divider bar. Easily sync between the editor and preview panels!
|
||||||
|
|
||||||
|
Fixes issues: [#1756](https://github.com/naturalcrit/homebrewery/issues/1756)
|
||||||
|
|
||||||
|
* [x] Speedups to the user page for users with large and/or many brews.
|
||||||
|
|
||||||
|
Fixes issues: [#2147](https://github.com/naturalcrit/homebrewery/issues/2147)
|
||||||
|
|
||||||
|
* [x] Search text on the user page is saved to the URL for easy bookmarking in your browser
|
||||||
|
|
||||||
|
Fixes issues: [#1858](https://github.com/naturalcrit/homebrewery/issues/1858)
|
||||||
|
|
||||||
|
* [x] Added easy login system for offline installs.
|
||||||
|
|
||||||
|
Fixes issues: [#269](https://github.com/naturalcrit/homebrewery/issues/269)
|
||||||
|
|
||||||
|
* [x] New **THUMBNAIL** option in the {{fa,fa-info-circle}} **Properties** menu. This image will show up in social media links.
|
||||||
|
|
||||||
|
Fixes issues: [#820](https://github.com/naturalcrit/homebrewery/issues/820)
|
||||||
|
}}
|
||||||
|
|
||||||
### Wednesday 27/03/2022 - v3.0.8
|
### Wednesday 27/03/2022 - v3.0.8
|
||||||
{{taskList
|
{{taskList
|
||||||
* [x] Style updates to user page.
|
* [x] Style updates to user page.
|
||||||
|
|||||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "homebrewery",
|
"name": "homebrewery",
|
||||||
"version": "3.0.8",
|
"version": "3.1.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"version": "3.0.8",
|
"version": "3.1.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.0.8",
|
"version": "3.1.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "16.11.x"
|
"node": "16.11.x"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user