Spoolman

Latest version: v0.1.0

Safety actively analyzes 723650 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 6

0.12.0

Backend
* Added ability to fully sort, filter and limit the "find" GET requests for spools, filaments and vendors. Filtering was previously possible but the naming convention for the query parameters caused ambiguitiy issues so they were renamed. The old query parameters are kept but now deprecated.
* Added the X-Total-Count response header for knowing the length of the full response incase it was limited.
* Added a few simple GET endpoints for getting aggregated lists of data, for example, all materials.
* If you now specify an empty query parameter like `?filament.name=`, you will only get filaments with no name set in the response, instead of getting filaments by any name.
* Added git commit and build date to the info GET API.
* Added the initial workings of a websocket notification API for spools. Simply replace the scheme from `http://` to `ws://` on the GET spool API and you will receive a message every time that spool changes. The message contains the full spool data. This API is experimental and subject to change.
* Added missing timezone identifier in datetime responses.

Web client
* All lists now uses the new server-side filtering, sorting and pagination. That means the client doesn't need to download and juggle around all spools just to show a single page of them, which will make the UI more responsive on slower devices. Also this means less data needs to be transferred.
* Fixed print dialog producing empty pages.
* Added ability to specify spool weight by measured weight that takes the spool weight into account. By TomW1605
* Updated number formatting in inputs. You can now use either period or comma without any locale issues.
* Added Polish, Chinese and Russian translations. Also updates to German to support the latest updates. Many thanks to the community for this!

Pull Requests
* locale(zh): Add Chinese (zh) localization by Samuel-0-0 in https://github.com/Donkie/Spoolman/pull/79
* locale(pl): Add Polish translation by Daviteusz in https://github.com/Donkie/Spoolman/pull/77
* Docker: set permissions for config directory by mkuf in https://github.com/Donkie/Spoolman/pull/94
* add option to use measured or remaining weight (resolves 63) by TomW1605 in https://github.com/Donkie/Spoolman/pull/82
* locale(pl): Update Polish translations by Daviteusz in https://github.com/Donkie/Spoolman/pull/105
* Update German translation by maxkreja in https://github.com/Donkie/Spoolman/pull/108
* Sorting by Donkie in https://github.com/Donkie/Spoolman/pull/99
* locale(zh): Update Chinese (zh) localization by Samuel-0-0 in https://github.com/Donkie/Spoolman/pull/112
* Add Russian localization by DrPerryCoke in https://github.com/Donkie/Spoolman/pull/113

New Contributors
* Samuel-0-0 made their first contribution in https://github.com/Donkie/Spoolman/pull/79
* Daviteusz made their first contribution in https://github.com/Donkie/Spoolman/pull/77
* mkuf made their first contribution in https://github.com/Donkie/Spoolman/pull/94
* maxkreja made their first contribution in https://github.com/Donkie/Spoolman/pull/108
* Donkie made their first contribution in https://github.com/Donkie/Spoolman/pull/99
* DrPerryCoke made their first contribution in https://github.com/Donkie/Spoolman/pull/113

**Full Changelog**: https://github.com/Donkie/Spoolman/compare/v0.11.0...v0.12.0

0.11.0

**Full Changelog**: https://github.com/Donkie/Spoolman/compare/v0.10.0...v0.11.0

Some minor quick fixes that popped up from last release

Web client
* Added ability to specify custom paper sizes in the QR printing dialog
* Added filament link in spool show page, and vendor link in filament show page
* Fixed the camera not closing properly after closing the QR scanner dialog
* Sorted the filament and vendor drop downs alphabetically

0.10.0

Backend
* Added support for alpha channel in the color_hex field for filaments

Web client
* Added QR code/label printing tool for printing spool information on label sheets.
* The QR code contents is a new custom URL format, `web+spoolman:s-123`, where the number is the spool ID.
* Added camera button that can parse the custom QR code, which opens the spool page. Due to security reasons, the camera only works if your Spoolman is hosted with https.
* Enabled search in the vendor/filament dropdowns in the create/edit pages.
* URLs added to comments are now clickable.
* Made decimals more consistent throughout the client.
* Save/delete notification popups now appear in the center of the screen instead of top-right so it doesn't block as much of the view.
* Changing transparency for the filament color field now works properly.

Community Contributions
* add material to filament select dropdown in spool pages by TomW1605 in https://github.com/Donkie/Spoolman/pull/62
* Spanish Translation by patofoto in https://github.com/Donkie/Spoolman/pull/52

New Contributors
* TomW1605 made their first contribution in https://github.com/Donkie/Spoolman/pull/62
* patofoto made their first contribution in https://github.com/Donkie/Spoolman/pull/52

**Full Changelog**: https://github.com/Donkie/Spoolman/compare/v0.9.1...v0.10.0

0.9.1

**Full Changelog**: https://github.com/Donkie/Spoolman/compare/v0.9.0...v0.9.1

Backend
- Fixed all spools being considered archived by default in the GET spools request.

Web client
- No changes

0.9.0

**Full Changelog**: https://github.com/Donkie/Spoolman/compare/v0.8.0...v0.9.0

Backend
- Added new `archived` field to spools. Archived spools will be hidden from the GET spools request unless `allow_archived` is set to true.
- Enabled gzip compression in response if the request headers allow it.

Web client
- Added show/hide columns feature to all tables. Some columns like diameter and density are hidden by default.
- Added missing columns to filament and spool tables.
- Added full localization (translation) support to the web client. Currently fully translated to English and Swedish. Only some stuff are translated to German. See the [translation guide](https://github.com/Donkie/Spoolman/discussions/45) if you want to contribute!
- Added support for archiving spools.
- Improved code packaging, pages should load a lot faster now.
- Disabled Refine telemetry.

0.8.0

**Full Changelog**: https://github.com/Donkie/Spoolman/compare/0.7.0...v0.8.0

Backend
- *BREAKING*: Backup API endpoint now returns 500 on failure instead of using the "status" field. The status field has been removed.
- Removed 404 response from some API endpoint descriptions where it would never happen.
- Now fully supports specifying negative weight/length consumption in the spool use_* endpoints
- Added `used_length` and `remaining_length` fields in the spool response. These are computed on-the-go from the used_weight values.'
- Added a new `/info` API endpoint to get some general info about Spoolman, such as it's version and some configuration settings.
- Switched to PDM for package management
- Now prints Spoolman's version on startup in log
- Improved logging for scheduled backup run

Web client
- Added a colored spool icon to the spool/filament lists to show the specified color value
- Added a version text at the bottom of the page
- Clarified the help text regarding filament weight / filament spool weight

Page 4 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.