What's Changed
New Features:
- login icon support added via 
frontend.loginIconconfig path variable 
Notes:
- updated default login icon
 - stopped publishing rolling 
devdocker tag. - build requirement change -- from node 18 > node 20 with npm 9.0.0+
 - version is not shown for unauthenticated users #1444
 - adjusted how static assets are served to better handle icon standards
 - fixed signup login #1444
 - update makefile linker flags to properly set version and sha #1474
 - better windows build support -- 
make setupandmake devwork as long as git is installed on windows - added better first initilization detection
- If filebrowser initialized and does not detect a database, a new warning message in server logs appears.
 - If theres no database on start, any admin user's first login will see a welcome message in the ui.
 - For docker, it defaults to ./data/database.db, but will also fallback to ./database.db without any additional configuration.
 
 
BugFixes:
- Generating multiple HEIC previews in parallel fails #1470
 - ? in path not always encoded right #1447
 - fixed some condition that the halloween background doesn't load properly
 - some comments not showing up on config viewer in settings
 
New Contributors
- @lps-rocks made their first contribution in #1472
 - @contributor made their first contribution in #1474
 - @Sarabanga made their first contribution in #1484
 
Full Changelog: v1.0.0-beta...v1.0.1-beta