Since the last release, added --local optional argument to only run the server on localhost, most recent scan is now no longer kept indefinitely, scans are now kept in /tmp with random UUID4 filenames so multiple people can have cached scans at once, major CI changes, added support for more scanner setting option types, display error messages when submitted option values do not comply with constraints instead of silently failing and not reporting the option not being set, and added dark-mode support.
What's Changed
- Update hypercorn[trio] requirement from ~=0.16.0 to ~=0.17.3 by @dependabot in #78
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #79
- Update trio requirement from ~=0.25.1 to ~=0.26.0 by @dependabot in #80
- Update pillow requirement from ~=10.3.0 to ~=10.4.0 by @dependabot in #81
- Create scans in /tmp folder with link to static folder to serve scans by @coderhs in #85
- Update logging functionality and improve CSS styles for responsiveness by @ANUKOOL324 in #87
- Refactor CI by @CoolCat467 in #88
- Bump dependencies from commit c95470 by @github-actions in #94
- Bump dependencies from commit f68114 by @github-actions in #105
- Bump dependencies from commit ceeba7 by @github-actions in #106
- Bump dependencies from commit 1479c1 by @github-actions in #109
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #110
- Switch to uv by @CoolCat467 in #112
- Update CONTRIBUTING.MD by @ukos-git in #111
- Add documentation for installing uv by @ukos-git in #114
- Substitute Device dictionary with dataclasses by @ukos-git in #113
- Bump dependencies from commit 4f2a5f by @github-actions in #115
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #116
New Contributors
- @coderhs made their first contribution in #85
- @ANUKOOL324 made their first contribution in #87
- @github-actions made their first contribution in #94
- @ukos-git made their first contribution in #111
Full Changelog: v3.1.0...v3.2.0