Skip to content

Releases: rebornplusplus/print-server

v2.0.1

05 Nov 13:37
bfb2c88
Compare
Choose a tag to compare

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

06 Jul 12:52
Compare
Choose a tag to compare

@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

06 Jul 12:51
Compare
Choose a tag to compare

@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