Releases: rebornplusplus/print-server
v2.0.1
The changes since the previous version are mostly about fixing the required python libraries' version. Namely, weasyprint
version has been updated because of errors.
Additionally, with this change, official support for 3.12 is added, while support for 3.8 is dropped.
Finally, the "make" recipes have changed a bit.
Full Changelog: v2.0.0...v2.0.1
v2.0.0
@rebornplusplus 's initial implementation
Built upon @mahdihasnat's changes (v1.0.0), this is mostly a rewrite. Hence, it contains BREAKING CHANGES.
Noteworthy changes:
- printer assignment per user.
- User bulk-addition UI.
- Removal of user submissions page.
- Very minimal package dependencies.
Full Changelog: v1.0.0...v2.0.0
v1.0.0
@mahdihasnat's original implementation
This release refers to the working solution Mahdi had implemented before I forked his repo and added my changes. Probably shouldn't be called v1.0.0 since it underwent a lot of changes. But, oh well.
Full Changelog: https://github.com/rebornplusplus/print-server/commits/v1.0.0