Skip to content

Releases: tresf/tray

v2.2.5-RC

24 Jul 00:45
59b3d85
Compare
Choose a tag to compare
v2.2.5-RC Pre-release
Pre-release
Allow disconnect call to cancel current connection attempt (#1117)

Allow disconnect call to cancel current connection attempt

2.2.4-rc.1

08 Jul 15:04
59b3d85
Compare
Choose a tag to compare
2.2.4-rc.1 Pre-release
Pre-release

Security

Features

Fixes:

  • Signing: Raise signing exceptions to the call stack (qzind#1273)
  • Printing: Fix "PrintService is no longer available" (4748186)
  • Printing: Fix PDF rendering issues with thin lines qzind#1171
  • Printer Status: Don't throw status warnings for job deletions (qzind#1252)
  • WebSocket: Disable SNI checks for HTTPS (qzind#1215)
  • Serial: Add missing serial support for 2400 baud (qzind#1211, qzind#476)
  • Windows: Fix hard crash when accessibility is enabled (qzind#1240)
  • Windows: Fix hard crash when autostart folder is missing on Windows (qzind#1262)
  • macOS: Fix macOS title bar for dark mode (qzind#1217)
  • Linux: Fix gsettings exception on Linux (qzind#1209)
  • Linux: Improve Linux HiDPI Support (qzind#1266)
  • Company Branded: Fix color system tray icons for Company Branded builds (qzind#1221)

Developer:

  • Consolidate and simplify SSL cert save logic (qzind#1223)

2.2.4-RC

27 Oct 16:36
59b3d85
Compare
Choose a tag to compare
2.2.4-RC Pre-release
Pre-release
Allow disconnect call to cancel current connection attempt (#1117)

Allow disconnect call to cancel current connection attempt

2.2.2-rc.2

12 Oct 02:23
59b3d85
Compare
Choose a tag to compare
2.2.2-rc.2 Pre-release
Pre-release

Features

  • Allow cancelling of a WebSocket while connecting qzind#1117
  • Allow printer details to report page sizes qzind#1148
  • Allow IDE to close running instances qzind#1147
  • Add support for Gnome Epiphany browser qzind#1131
  • Add native support for Uint8Array types qzind#1098
  • Add alternate PDF font rendering technique qzind#1108
  • Add debugging to Apple installer qzind#1151
  • Make logs size and rotation configurable qzind#1163
  • Add support for JPEG2000 qzind#1169
  • Allow setCertificatePromise to be rejectable qzind#1172

Fixes

  • Fix a slowdown/deadlock scenario with printer statuses: qzind#1124 qzind#1181
  • Honor auostart preference on Linux qzind#1091
  • Fix corrupted UTF8 characters when printing 'plain' HTML qzind#1097
  • Fix Firefox ESR on Debian qzind#1115
  • Fix rotating images in headless environment qzind#1119
  • Prevent socket deadlocks qzind#1146
  • Ensure log files always end in ".log" qzind#1160
  • Fix edge-case deadlock with HTML pages qzind#1184
  • Prevent long running operations from blocking WebSocket pings qzind#1177
  • Fix File IO bug with listening on a specific folder qzind#1202

Developer Notes

  • Provide ability to specify a local, custom Java build qzind#1084

Full Changelog: qzind/tray@v2.2.2...v2.2.3

2.2.3+1

09 Nov 17:07
59b3d85
Compare
Choose a tag to compare
2.2.3+1 Pre-release
Pre-release

One-off build to fix SNI errors in print-server environments

Windows

Mac

Linux

2.2.3-RC

27 Mar 20:57
0cfbcf0
Compare
Choose a tag to compare
2.2.3-RC Pre-release
Pre-release
v2.2.3

Fix GitHub actions (#1056)

2.2.2-RC

29 Apr 15:32
4116e4e
Compare
Choose a tag to compare
2.2.2-RC Pre-release
Pre-release

2022-01-18

Features:

  • General: Adds bundled Java runtime qzind#770, qzind#841
  • General: New installer artwork qzind#770
  • Raw: Add IGP/PGL Printronix support qzind#1036
  • Pixel: Allow PDFs with transparent layers to be printed in high quality qzind#959
  • Pixel: Allow page-range support for PDFs qzind#919
  • Printers: Better performance when finding printers qzind#936
  • Printers: Better detection of offline USB printers qzind#979
  • Printer Status: Add ability to monitor printer contents qzind#923
  • Printer Status: Better support for CUPS SNMP statuses qzind#1017
  • File IO: Add base64, hex flavors qzind#1046
  • Serial: Allow hex values in demo page qzind#949
  • API: Rename altPrinting to forceRaw qzind#770

Fixes:

  • General: Bump all dependencies qzind#1000, qzind#1057
  • General: Properly display unicode characters in Log Window qzind#1052
  • General: Better "Zip Log to Desktop" support for OneDrive clients
  • General: Fix certificate renewal for custom deployments using shared directories qzind#916
  • General: Better warnings when installing on incorrect architecture qzind#875, qzind#1027, qzind#1030
  • General: Fix edge-case with "Allow" dialog positioning qzind#1013
  • General: Don't log bad signatures for calls that don't require it qzind#993
  • Windows: Fix installer crash under certain environments qzind#968
  • Linux: Remove System Tray support qzind#997
  • Linux: Fix compatibility with several browsers: qzind#989,
  • MacOS: Fix override.crt missing from custom compiles qzind#899
  • Documentation: Add qz.api.isVersionGreater, qz.api.isVersionLess qzind#900
  • Documentation: Add default auto orientation qzind#950
  • Documentation: Add Vue.js signing example
  • JS: Fix npm module compat for ReactJS projects qzind#1045
  • JS: Better Promise detection in setCertificatePromise qzind#908
  • Pixel: Add missing crypto module with newer BouncyCastle versions qzind#902
  • Pixel: Fix crash with empty Printer Tray names qzind#904
  • Pixel: Fix incorrect number of pages when HTML spans more than one page qzind#911
  • Linux: Properly detect/warn if Firefox 94 is running
  • Compat: Better upgrade handling of altPrinting vs forceRaw qzind#901
  • HID: Backwards compatibility fix for HID/USB qzind#951
  • File IO: Create parent directories when using File IO qzind#920
  • Networking: Allow hostname to be retrieved without finding primary adapter qzind#994

2.2.0-RC

29 Aug 20:03
802d1f8
Compare
Choose a tag to compare
2.2.0-RC Pre-release
Pre-release

Release candidate(s) for 2.2.0 The +<number> indicates the number of commits since the previous release.

Features:

Fixes

  • No major fixes this release

Developer Notes:

  • Switches main class from PrintSocketServer.java to App.java qzind#770
  • Adds new build phase command line option for jlink support qzind#770
  • Adds experimental DMG creation support for Mac (ant dmg) qzind#770
  • Adds experimental DMG sandboxing support for Mac (-Dbuild.sandbox=true) qzind#770
  • Pre-extracts all native libraries by default to <appdir>/libs on Windows, <appdir>/Contents/Frameworks/ on Mac. (e.g. jssc, jni, etc) qzind#770
  • Better managing of javafx versions between builds qzind#770
  • Updates jsign to 4.0 qzind#770
  • Builds without a valid Apple Developer Certificate fallback to Ad-Hoc signature instead qzind#770
  • Switches altPrinting to forceRaw, uses JNA instead of command line qzind#770
  • Signs all Windows .dll files qzind#770

Monocle

23 Feb 21:06
802d1f8
Compare
Choose a tag to compare
Monocle Pre-release
Pre-release

JavaFX Monocle Mirrors

2.1.4-RC

10 Jun 17:11
802d1f8
Compare
Choose a tag to compare
2.1.4-RC Pre-release
Pre-release

Release candidate(s) for 2.1.4. The +<number> indicates the number of commits since the previous release.

Features:

  • Adds Java 16 support qzind#826
  • Adds detection for Eclipse Adoptium Java df43410
  • Adds Mac ARM support for serial and HID qzind#591
  • Adds Windows ARM support for HID qzind#605
  • Adds dedicated debugging console qz-tray-console.exe for Windows qzind#828
  • Adds configuration option for primary network adapter qzind#838
  • Run background tasks when idle; improve performance qzind#797
  • Adds support for 2nd instance of QZ Tray to shutdown existing instance qzind#849

Fixes: