Skip to content

Releases: qzind/tray

2.1.1

10 Jun 19:58
Compare
Choose a tag to compare

2020-06-10

Features

  • Faster HTML printing using Monocle HTML engine #632
  • Contains RFID/HID improvements, FileIO filtering support #555
  • Adds printer port information #588
  • Adds PDF bounding-box support #563
  • Adds long-edge/short-edge support for duplex printing #584
  • Improves ESCPOS (e.g. TM-U220) image support via { density: 1|2 } #10

Fixes

  • 2.1.1+1: Fixes NullPointerException when "Print To Host" feature is used #672
  • Fixes backwards compatibility for HID, USB and Serial #669
  • Fixes PDF 270° auto-landscape handling #617
  • Fixes tray icon color on some versions of Windows 10 #615
  • Preserves file.whitelist entries upon reinstall #574
  • Fixes JNA Errors when installing on Windows #577, #666
  • Fixes qz:launch on Firefox on macOS #561
  • Fixes a false notification when a second instances is started #644
  • Fixes HTTPS on Chrome/Linux #569
  • Fixes various installer bugs on macOS #641 #662

Other

  • Adds support for new Client-Hints standards #552
  • Demo now remembers last tab used

v2.1.0...v2.1.1

2.0.12

05 May 15:55
Compare
Choose a tag to compare

2020-05-05

  • Adds monocle as a headless HTML renderer #576
  • Fixes HTML size/race condition #547
  • Fixes HTML with 2.1 API #594
  • Fixes HTML with JDK12 #511
  • Fix menu position on HiDPI monitors #612
  • Fix API in browserless environments #543
  • Add TM-U220 image support #10

2.1.0

19 Dec 21:27
Compare
Choose a tag to compare

2019-12-16

Printing Improvements

  • High-quality HTML printing support 9f47456
  • Multi-page HTML printing support #157
  • Printer Tray selection #61

New Features

  • macOS Catalina-compatible certificates #491
  • Auto-start by default #4
  • File read/write/listening support #168, #306
  • Printer status listener (ready, out of paper, error, etc) #42
  • Better printer driver information #47
  • Better network information (mac address, secondary adapter, etc) #103

Compatibility

  • Headless support #51
  • Trayless support #360

2.0.11

17 Sep 00:58
Compare
Choose a tag to compare

9/16/2019

Features

Fixes

  • Fixes slow printing regression on macOS and Linux #479

2.0.10

08 Jun 01:28
Compare
Choose a tag to compare

6/5/2019

Features

  • AdoptOpenJDK11 support #436
  • Dark Mode support #451
  • PDFs to honor rendering hints #405
  • Add JavaFX version information #452
  • Add uptime information to about page #438
  • Update printer listing immediately in macOS and Linux #393
  • Add pre-signing support to more calls qz.printers.find(....) 2d1311d

Fixes

  • Fix serial crashes with Java 11 #414
  • Resume installer after installing Java 58c7b8b
  • Don't auto-rotate landscape paper #428
  • Allow CORS on HTTP about page 7af18e2
  • Cleanup potential 2.1 autostart entries #443

2.0.9

03 Mar 04:22
Compare
Choose a tag to compare

2019-03-02

Features

  • Add certificate download page for easier iPhone deployment #401
  • Add JDK11 support #407, #413, #419, #424, #425
  • Add Ubuntu 18.04, ElementaryOS, Fedora fallback-tray support #411
  • Graceful handling of certificate renewals #396

Fixes

  • Remove taskbar icon for macOS #374 fecdce3, 745c610
  • Add Firefox 65+ HTTPS support for Linux #404
  • Add macOS Mojave notarization hardening requirements #388
  • Add macOS Mojave support for black tray icons #378
  • Fix dialog focus bug on macOS #408
  • Fix PKCS#8 vs. PKCS#1 in signing examples
  • Bump PDFBOX version cb5e230

2.0.8

26 Oct 00:23
Compare
Choose a tag to compare

2018-10-25

Features

  • Shut down QZ Tray when regenerating certs (#323)
  • Support HTTP "accept header" on About page (c210938)
  • IBM-864 Arabic support (#304)
  • Update several signing examples

Fixes

  • Fixes HTTPS connections on Firefox 62+ (#371)
  • Fix builds with special characters (#364)
  • Force rasterize: true for all image prints (#256, #257)
  • Better handling of no default printer on macOS (#295)
  • Enable print attributes on macOS PDF prints (#174)
  • Better tolerance of corrupt allow/block lists (7c94891)
  • Fix Safari websocket connections (911c525)

2.0.7

19 Jun 04:40
Compare
Choose a tag to compare

2018-06-19

Features

  • Adds HTTP landing pages at https://localhost:8181 and a JSON version at https://locahost:8181/json (#324)

Fixes

  • Windows "silent" mode no longer shows pop-up for Firefox conflicts (#332)
  • HTML correctly falls back to 1x zoom, a 2.0.6 regression (#312)
  • Handle slow JavaFX startups (e.g. Unable to start JavaFX service) (a30d537, 50023b1)
  • Serial properties are now set on qz.serial.openPort(...) (#310)
  • Serial width parameter was accidentally being ignored (#325)
  • Adds Evolis Card Printer support (#314)
  • LICENSE.TXT corrections for 3rd-party libs (#315)

2.0.6

05 Apr 02:03
6865c67
Compare
Choose a tag to compare

2018-04-04

Features:

  • Show Security Dialog on same screen as browser (#284)
  • Add HID UsagePage support for Honeywell barcode scanners (#288)
  • Support for 1.9 style HTML printing (#277)
  • Add support for vietnamese codepage (#281)
  • Adds new direct print option (#267)

Fixes:

  • Fixes a bug which caused certain PDFs to crash QZ Tray (#276)
  • Fixes stuck values reading from HID on Windows (#286)
  • Fix slow loading HTML images (#283)
  • Better cleanup of qz:launch protocol on uninstall (#265, #266)

2.0.5

04 Dec 05:07
Compare
Choose a tag to compare

2017-12-03

Features

  • PDF "auto" orientation support (#158)
  • Add support for Java 9 (#241)
  • Add lib version info (#227)
  • Prevent untrusted dialogs from blocking trusted requests (#219)
  • Allow browser-provided sha256 (#209)

Fixes

  • Fix lockup with Posiflex Pole Display (#236)
  • Fix Firefox on Mac running Parallels (#240)
  • Fix deletion of Firefox certificates (#252)
  • Fix log file encoding (7445648)
  • Fix Windows certificates for non-English Desktops (#229)
  • Fix closing on reinstall on Linux (#250)
  • Fix reverse-landscape on MacOS (#197)
  • Fix HID streaming issue on Windows (#258)

Update dependencies

  • Update PDFBOX 2.0.8 (#230)
  • Update hid4java 0.5.0 (#230)