2014-09-08 15:32:54 +08:00
|
|
|
## ChangeLog
|
2016-07-23 16:33:28 +08:00
|
|
|
#### Version 0.7.2 (not yet released)
|
|
|
|
- [__change__:] Changed plugin ID to `cordova-plugin-printer`
|
|
|
|
- [__change__:] Plugin requires Android KitKat or newer
|
2016-07-27 20:24:48 +08:00
|
|
|
- [__change__:] `isAvailable` returns false if no enabled service can be found (Android)
|
|
|
|
- [feature:] New `pick` interface to pick a printer for future usage
|
2016-08-04 03:53:00 +08:00
|
|
|
- [feature:] Support for Windows10 platform (Thanks to #cristi-badila)
|
2016-07-27 20:24:48 +08:00
|
|
|
- [enhancement:] `isAvailable` returns count of available services (Android)
|
2016-07-23 19:18:24 +08:00
|
|
|
- [enhancement:] `print` returns bool value to indicate the result
|
2016-07-23 19:48:24 +08:00
|
|
|
- [enhancement:] Added missing `duplex` support (Android)
|
|
|
|
- [__change__:] `duplex` requires a string (`none`, `long` or `short`)
|
2014-03-05 00:21:30 +08:00
|
|
|
- [enhancement:] Support for `border`, `hidePageRange`, `hideNumberOfCopies` and `hidePaperFormat` (iOS specific)
|
2016-07-23 16:33:28 +08:00
|
|
|
|
|
|
|
|
2015-04-23 15:25:56 +08:00
|
|
|
#### Version 0.7.1 (23.04.2015)
|
2014-10-03 18:51:22 +08:00
|
|
|
- [bugfix:] `isAvailable` does not block the main thread anymore.
|
2014-10-08 03:20:09 +08:00
|
|
|
- [bugfix:] iPad+iOS8 incompatibility (Thanks to __zmagyar__)
|
2014-10-14 05:31:12 +08:00
|
|
|
- [enhancement:] Print-View positioning on iPad
|
2015-04-23 05:36:23 +08:00
|
|
|
- [enhancement:] Send direct to printer when printerId: is specified.
|
2014-10-03 18:51:22 +08:00
|
|
|
|
2014-09-12 17:47:55 +08:00
|
|
|
#### Version 0.7.0 (12.09.2014)
|
2014-09-08 15:32:54 +08:00
|
|
|
- Android Printing Framework support
|
2014-09-12 05:29:35 +08:00
|
|
|
- [__change__:] Renamed `isServiceAvailable` to `isAvailable`
|
|
|
|
- [enhancement:] New print options like `name`, `landscape` or `duplex`
|
|
|
|
- [enhancement:] Ability to print remote content via URI
|
2014-10-03 18:51:22 +08:00
|
|
|
- [enhancement:] Callback support
|