Releases: qzind/tray
Releases · qzind/tray
2.1.1
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
2.0.12
2.1.0
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
2.0.11
2.0.10
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
2.0.9
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
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
2018-06-19
Features
- Adds HTTP landing pages at
https://localhost:8181
and a JSON version athttps://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
2.0.5
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