Changelog

Report Queue

v1.0.12

Latest
12/23/2025

v1.0.12 (2025-12-23)

Bug Fixes

  • All printers are now built into a map of outcomes so that a single operation is performed for each printer. This will avoid any 'noise' in the logs from them getting marked as online then offline again for any offline printers.

  • To avoid max packet size issues, if the number of printer names we're examining in a single pass is 1000 or more, just pull the entire printer list down.

  • When updating the list of outdated printers, all currently online printers will now be examined, instead of only unhidden ones. In addition, the loop that updates the reportqueueprinter status of datelastseen will attempt to only run an UPDATE if the row already existed, as using INSERT … ON DUPLICATE KEY UPDATE was causing AUTO_INCREMENT to grow very large.


Detailed Changes: v1.0.11…v1.0.12

12/18/2025

v1.0.11 (2025-12-18)

Bug Fixes

  • When printers were not detected, they were marked offline and hidden, now they're just offline, as hidden is a user flag.

Detailed Changes: v1.0.10…v1.0.11

11/22/2025

v1.0.10 (2025-11-22)

Bug Fixes

  • If required email configuration is not present, the script will now terminate with a clear message instead of failing to send emails later.

Documentation

  • Add additional note about commit message formatting

Detailed Changes: v1.0.9…v1.0.10

11/19/2025

v1.0.9 (2025-11-19)

Bug Fixes

  • Add missing insert flag

  • Apply ice river fixes for replacement tokens

  • Initial changelog state

  • More changes to the changelog handling workflow

  • Remove unsupported flag in release.yml

  • Replace incorrect repository owner name in job

  • Replace incorrect semantic release command

  • Syntax errors caused by replacement tokens in report parameter default queries


Detailed Changes: v1.0.8…v1.0.9

10/13/2025

v1.0.8 (2025-10-13)

Bug Fixes

  • Add missing workflow step for changelog, not sure if works

Detailed Changes: v1.0.7…v1.0.8

10/13/2025

v1.0.7 (2025-10-13)

Bug Fixes

  • Resolve connection format and query errors

Documentation

  • Add clarification on lowercase and multi-line commits

  • Add section on commit message formatting so user doesn't have to read another document


Detailed Changes: v1.0.6…v1.0.7

10/8/2025

v1.0.6 (2025-10-08)

Bug Fixes

  • Possible bad or outdated command that wasn't updating changelog

  • Possibly incorrect changelog setting

  • Remove the janky and neglected date versioning from the installer build

  • Remove the old version config retrieval that's no longer used


Detailed Changes: v1.0.5…v1.0.6

10/8/2025

v1.0.5 (2025-10-08)

Bug Fixes

  • Another attempt to fix reading version info, we were trying to read a file rather than import and cxfreeze didn't include that file. Attempting an import so that cxfreeze will include it. Alternative is explicitly setting an include file flag.

Detailed Changes: v1.0.4…v1.0.5

10/8/2025

v1.0.4 (2025-10-08)


Detailed Changes: v1.0.3…v1.0.4

10/8/2025

v1.0.3 (2025-10-08)


Detailed Changes: v1.0.2…v1.0.3

Newer Older