Skip to content

Releases: PrintQue-ca/PrintQue

PrintQue v1.2.4

08 Feb 23:38

Choose a tag to compare

PrintQue v1.2.4

Downloads

Platform Download
Windows PrintQue-1.2.4-Windows.zip
macOS PrintQue-1.2.4-macOS.zip
Linux PrintQue-1.2.4-Linux.zip

What's Changed

  • ci(release.yml): release submit to a forum channel (#20)

Full Changelog: v1.2.4...v1.2.4

Installation

  1. Download the ZIP file for your platform
  2. Extract to a folder
  3. Run the executable:
    • Windows: Double-click PrintQue.exe
    • macOS: Open PrintQue.app
    • Linux: Run ./printque
  4. Open http://localhost:5000 in your browser

PrintQue v1.2.3

07 Feb 19:40

Choose a tag to compare

PrintQue v1.2.3

Downloads

Platform Download
Windows PrintQue-1.2.3-Windows.zip
macOS PrintQue-1.2.3-macOS.zip
Linux PrintQue-1.2.3-Linux.zip

What's Changed

  • refactor(root level files): cleaning up the root level of the project (#18)
  • refactor: updating for release, minor clean up (#17)
  • refactor(status_poller.py): refactoring file and helpers for readability (#16)

Full Changelog: v1.2.3...v1.2.3

Installation

  1. Download the ZIP file for your platform
  2. Extract to a folder
  3. Run the executable:
    • Windows: Double-click PrintQue.exe
    • macOS: Open PrintQue.app
    • Linux: Run ./printque
  4. Open http://localhost:5000 in your browser

PrintQue v1.2.2

07 Feb 19:19

Choose a tag to compare

PrintQue v1.2.2

Downloads

Platform Download
Windows PrintQue-1.2.2-Windows.zip
macOS PrintQue-1.2.2-macOS.zip
Linux PrintQue-1.2.2-Linux.zip

What's Changed

  • chore(release): 1.2.2 [skip ci]
  • fix(status_poller): correct the polling status and release pipeline (#14)

Full Changelog: v1.2.1...v1.2.2

Installation

  1. Download the ZIP file for your platform
  2. Extract to a folder
  3. Run the executable:
    • Windows: Double-click PrintQue.exe
    • macOS: Open PrintQue.app
    • Linux: Run ./printque
  4. Open http://localhost:5000 in your browser

PrintQue v1.2.1

07 Feb 17:29

Choose a tag to compare

PrintQue v1.2.1

Downloads

Platform Download
Windows PrintQue-1.2.1-Windows.zip
macOS PrintQue-1.2.1-macOS.zip
Linux PrintQue-1.2.1-Linux.zip

What's Changed

  • chore(release): 1.2.1 [skip ci]
  • ci(version-bump.yml): forcing release deployment (#13)

Full Changelog: v1.2.0...v1.2.1

Installation

  1. Download the ZIP file for your platform
  2. Extract to a folder
  3. Run the executable:
    • Windows: Double-click Start_PrintQue.bat
    • macOS: Open PrintQue.app
    • Linux: Run ./start_printque.sh
  4. Open http://localhost:5000 in your browser

PrintQue v1.2.0

07 Feb 07:34

Choose a tag to compare

PrintQue v1.2.0

Downloads

Platform Download
Windows PrintQue-1.2.0-Windows.zip
macOS PrintQue-1.2.0-macOS.zip
Linux PrintQue-1.2.0-Linux.zip

What's Changed

  • chore(release): 1.2.0 [skip ci]
  • feat(logging): enhance logging setup and improve printer state manage… (#12)
  • docs(license update): updating license to MIT based on original repository (#11)
  • refactor(printer-manager): refactor to split as it was 3k (#9)

Full Changelog: v1.1.2...v1.2.0

Installation

  1. Download the ZIP file for your platform
  2. Extract to a folder
  3. Run the executable:
    • Windows: Double-click Start_PrintQue.bat
    • macOS: Open PrintQue.app
    • Linux: Run ./start_printque.sh
  4. Open http://localhost:5000 in your browser

PrintQue v1.1.2

27 Jan 09:04

Choose a tag to compare

PrintQue v1.1.2

Downloads

Platform Download
Windows PrintQue-1.1.2-Windows.zip
macOS PrintQue-1.1.2-macOS.zip
Linux PrintQue-1.1.2-Linux.zip

What's Changed

  • chore(release): 1.1.2 [skip ci]
  • fix(ci): add explicit tag_name for manual workflow dispatch releases

Full Changelog: v1.1.1...v1.1.2

Installation

  1. Download the ZIP file for your platform
  2. Extract to a folder
  3. Run the executable:
    • Windows: Double-click Start_PrintQue.bat
    • macOS: Open PrintQue.app
    • Linux: Run ./start_printque.sh
  4. Open http://localhost:5000 in your browser

v1.1.0

26 Jan 20:52

Choose a tag to compare

v1.1.0 (2026-01-26)

This release is published under the GPL-3.0 License.

Chores

  • Remove Windows executable signing from release workflow (#8, 25f7e48)

  • readme: Updating support (#8, 25f7e48)

Documentation

  • Add Discord community badge and link to README (#8, 25f7e48)

Features

  • Add Windows executable signing and enhance PrinterCard with delete functionality (#8, 25f7e48)

Testing

  • printercard: Fix failed test mock (#8, 25f7e48)

Detailed Changes: v1.0.1...v1.1.0

PrintQue v1.0.1

25 Jan 20:37

Choose a tag to compare

PrintQue v1.0.1

Downloads

Platform Download
Windows PrintQue-1.0.1-Windows.zip
macOS PrintQue-1.0.1-macOS.zip
Linux PrintQue-1.0.1-Linux.zip

What's Changed

  • fix(ci): update version to 1.0.1 and improve tag handling
  • Merge branch 'main' of https://github.com/Sam-Hoult/PrintQue
  • fix(ci): fetch tags and fix deprecated parser in version-bump
  • chore(release): 1.0.0 [skip ci]
  • Fix/ci release flow (#7)
  • fix(version-bump order in ci): bump the version in the correct order (#6)
  • feat(many): updating for running CI release and linting for consistency (#5)
  • working on adding tests for the CI (#4)
  • Enhance ejection code functionality and improve API documentation (#3)
  • Opensource release (#2)
  • adding branding back in
  • updating ignore
  • working on build
  • working ejection testing code
  • working on custom eject code stage
  • removing old template files
  • Add clear error functionality for printers
  • adding the ability to see printer temperature
  • added ejection code library
  • drag and drop update
  • Add README.md for PrintQue project
  • including app
  • Merge pull request #1 from Sam-Hoult/split-services
  • working so far
  • got the app running with a changed UI
  • Refactor and restructure PrintQue application
  • Initial commit: PrintQue print queue management system

Full Changelog: ...v1.0.1

Installation

  1. Download the ZIP file for your platform
  2. Extract to a folder
  3. Run the executable:
    • Windows: Double-click Start_PrintQue.bat
    • macOS: Open PrintQue.app
    • Linux: Run ./start_printque.sh
  4. Open http://localhost:5000 in your browser