2.0.0
Breaking changes
- Removed
window.getInfo
- Moved
windowManager.getScaleFactor
tomonitor.getScaleFactor
windowManager.requestAccessibility
is now required only for certain operations rather than for everything.window.getMonitor
returns Monitor object instead of a number.
More info in breaking-changes.md
Changes
- Added
Monitor
class (#3) - Added
windowManager.getMonitors
method - Added
windowManager.getPrimaryMonitor
method - Added
window.getIcon
method (#22)