Releases: sindresorhus/get-windows
Releases · sindresorhus/get-windows
v9.2.0
v9.1.1
- Fix build problem on non-Windows 0ebec41
v9.1.0
- Rename package from
active-win
toget-windows
69cba70
v9.0.0
Breaking
- Require Node.js 18 d1a316d
- This package is now pure ESM. Please read this and this if you're using it from Electron.
- Moved to named exports d1a316d
require('active-win)
→import {activeWindow} from 'active-win'
require('active-win).sync
→import {activeWindowSync} from 'active-win'
require('active-win).getOpenWindows
→import {openWindows} from 'active-win'
require('active-win).getOpenWindowsSync
→import {openWindowsSync} from 'active-win'
v8.2.1
v8.2.0
- Add
accessibilityPermission
option (#177) 0573a54
v8.1.1
v8.1.0
- Add support for getting the URL of the active tab in Arc on macOS e7265bc