Skip to content

Releases: sindresorhus/get-windows

v9.1.1

30 Apr 08:26
Compare
Choose a tag to compare
  • Fix build problem on non-Windows 0ebec41

v9.1.0...v9.1.1

v9.1.0

30 Apr 08:07
Compare
Choose a tag to compare
  • Rename package from active-win to get-windows 69cba70

v9.0.0...v9.1.0

v9.0.0

30 Apr 07:54
Compare
Choose a tag to compare

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).syncimport {activeWindowSync} from 'active-win'
    • require('active-win).getOpenWindowsimport {openWindows} from 'active-win'
    • require('active-win).getOpenWindowsSyncimport {openWindowsSync} from 'active-win'

v8.2.1...v9.0.0

v8.2.1

02 Mar 06:52
Compare
Choose a tag to compare
  • Fix disableAccessibilityPermission option (#180) 34659a0

v8.2.0...v8.2.1

v8.2.0

23 Feb 03:28
Compare
Choose a tag to compare

v8.1.1

17 Oct 08:22
Compare
Choose a tag to compare

v8.1.0...v8.1.1

v8.1.0

03 Mar 06:12
Compare
Choose a tag to compare
  • Add support for getting the URL of the active tab in Arc on macOS e7265bc

v8.0.3...v8.1.0

v8.0.3

11 Jan 06:00
Compare
Choose a tag to compare

v8.0.2...v8.0.3

v8.0.2

13 Dec 17:39
Compare
Choose a tag to compare

v8.0.1...v8.0.2

v8.0.1

13 Dec 15:16
Compare
Choose a tag to compare
  • Fix typo in the Windows binding source (#154) 5db28ce

v8.0.0...v8.0.1