cordova-plugin-printer/CHANGELOG.md

11 lines
473 B
Markdown
Raw Normal View History

2014-09-08 15:32:54 +08:00
## ChangeLog
2014-10-08 03:20:09 +08:00
#### Version 0.7.1 (not yet released)
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-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