mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-16 23:22:40 +00:00
Merge branch 'master' into experimentalGoogleServiceAccountChange
This commit is contained in:
57
changelog.md
57
changelog.md
@@ -88,6 +88,63 @@ pre {
|
||||
## changelog
|
||||
For a full record of development, visit our [Github Page](https://github.com/naturalcrit/homebrewery).
|
||||
|
||||
### Friday 11/14/2025 - v13.20.0
|
||||
|
||||
{{taskList
|
||||
##### calculuschild
|
||||
* [x] Cleanup and removal of redundant code (home/new/edit pages)
|
||||
* [x] Compress brew payloads and when saving to speed up saving and reduce bandwidth usage
|
||||
|
||||
##### Gazook89
|
||||
* [x] Cleanup (reorganizing files and folders)
|
||||
|
||||
##### G-Ambatte
|
||||
* [x] Fix default save location failing on new documents
|
||||
|
||||
Fixes issue [#4437](https://github.com/naturalcrit/homebrewery/issues/3175)
|
||||
* [x] Fix usernames with special symbols unable to open userpage
|
||||
|
||||
Fixes issue [#807](https://github.com/naturalcrit/homebrewery/issues/807)
|
||||
* [x] Cleanup (tests, documentation, localstorage key names)
|
||||
|
||||
Fixes issues [#4119](https://github.com/naturalcrit/homebrewery/issues/4119), [#4443](https://github.com/naturalcrit/homebrewery/issues/4443), [#4454](https://github.com/naturalcrit/homebrewery/issues/4454)
|
||||
* [x] Added indexes to Mongo schema for speed improvements on local installs
|
||||
|
||||
##### 5e-Cleric
|
||||
* [x] Better handling for errors during brew deletion
|
||||
* [x] Improve file import error messaging
|
||||
* [x] Tweaked editor visuals (scrollbar, dev environment, cursor type)
|
||||
|
||||
Fixes issue [#2689](https://github.com/naturalcrit/homebrewery/issues/2689)
|
||||
* [x] Add support for math symbols in curly blocks for CSS `calc()`
|
||||
|
||||
Fixes issue [#3175](https://github.com/naturalcrit/homebrewery/issues/3175)
|
||||
|
||||
##### abquintic
|
||||
* [x] Added new {{openSans **:fas_copyright: LICENSE**}} snippets (DriveThruRPG, AELF, GNU, WotC, Mongoose, etc.) with logos
|
||||
* [x] Added d100 dice icons via `:icon_name:` syntax
|
||||
* [x] Fix Firefox crash from very long blockquotes
|
||||
|
||||
Fixes issue [#3426](https://github.com/naturalcrit/homebrewery/issues/3426)
|
||||
|
||||
* [x] Allow more symbol characters in CSS vars inside curly blocks
|
||||
|
||||
Fixes issue [#4201](https://github.com/naturalcrit/homebrewery/issues/4201)
|
||||
|
||||
* [x] Remove duplicate columnbreak at end of page
|
||||
|
||||
Fixes issue [#4401](https://github.com/naturalcrit/homebrewery/issues/4401)
|
||||
|
||||
* [x] Fix editor losing scroll position after page resize
|
||||
|
||||
Fixes issue [#2963](https://github.com/naturalcrit/homebrewery/issues/2963)
|
||||
|
||||
##### Emmanuel Ferdman (first contribution!)
|
||||
* [x] Fixed edge case crash on admin page
|
||||
}}
|
||||
|
||||
\page
|
||||
|
||||
### Wednesday 7/09/2025 - v3.19.3
|
||||
|
||||
{{taskList
|
||||
|
||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "homebrewery",
|
||||
"version": "3.19.3",
|
||||
"version": "3.20.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "homebrewery",
|
||||
"version": "3.19.3",
|
||||
"version": "3.20.0",
|
||||
"hasInstallScript": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "homebrewery",
|
||||
"description": "Create authentic looking D&D homebrews using only markdown",
|
||||
"version": "3.19.3",
|
||||
"version": "3.20.0",
|
||||
"type": "module",
|
||||
"engines": {
|
||||
"npm": "^10.8.x",
|
||||
|
||||
Reference in New Issue
Block a user