Skip to content
This repository has been archived by the owner on Dec 10, 2018. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed Jun 11, 2015
1 parent 021411d commit 8da8e7e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Changes 1.9.1 (6/15/2015)
- Adds improved applet fallback support when using websockets (#34)
- Prevent race condition when appending data via async: false (#41)
- Fixes loading issue with Internet Explorer (#39)
- Fixes installation problems on Apple (#37)
- Fixes issue with printToHost() (#33)
- Adds silent installer option for Linux via sudo qz-tray-1.9.x.run -- -y
- Searches for certutil tool on Linux, attempts to install if missing (needed for Chrome)
Changes 1.9.0 (6/3/2015)
- Fixes findPrinter() when printer name starts with "\\"
- Added better messaging when certificate is invalid
Expand Down
2 changes: 1 addition & 1 deletion src/qz/common/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class Constants {
public static final int OUTPUT_STREAM_SIZE = 20480;
public static final int BYTE_BUFFER_SIZE = 512;
public static final int APPEND_XML = 1;
public static final String VERSION = "1.9.0";
public static final String VERSION = "1.9.1";
public static final int APPEND_RAW = 2;
public static final int APPEND_IMAGE = 3;
public static final int APPEND_IMAGE_PS = 4;
Expand Down

0 comments on commit 8da8e7e

Please sign in to comment.