General
- Installation script now handles Debian Bookworm and other OSes that uses system-managed pip packages correctly.
- Installation script now installs Spoolman as a system-level service instead of user-level, this fixes issues with instability.
- Updated README with better standalone install instructions.
- Add initial list of FAQs by @mkevenaar in #197
- Added reference to home assistant integration in README by @Disane87 in #185
Backend
- Added warning if the data directory is not correctly mounted if Spoolman runs in a Docker container.
- Added data directory permission check on start-up.
- Added new environment variables to set the storage directories.
SPOOLMAN_DIR_DATA
,SPOOLMAN_DIR_BACKUPS
,SPOOLMAN_DIR_LOGS
. See the.env.example
file for more information.
Client
- By @clevelandcs in #172 :
- Implemented #76 , new button in filament page to go to a filtered spool selection for that filament.
- Added a "Save and Add" button in the creation pages to quickly add multiple entities.
- Added sticky table headers that follow you down
- You can now click a table row to get the actions. This allows for nicer flow on mobile layout.
Translations
- Added Greek translation by @ThaPg
- Added Danish translation by @srbjessen
- Updated Dutch translation by @mkevenaar
- Updated French translation by Ashmodaj and @Bahoue
- Updated German translation by Justus Kagerer
- Updated Spanish translation by gallegonovato
- Updated Swedish translation by @bittin
- Updated Russian translation by @DrPerryCoke
- Updated Italian translation by Giadej
- Updated Polish translation by @Daviteusz
- Updated Norwegian translation by @Allram
- Updated Czech translation by @MickCZ
- Updated Hungarian translation by @momszx
- Updated Chinese translation by @Samuel-0-0
New Contributors
- @Disane87 made their first contribution in #185
- @mkevenaar made their first contribution in #197
Full Changelog: v0.13.1...v0.14.0