get-windows

Get metadata about the active window and open windows (title, id, bounds, owner, etc)

MIT License

Downloads
2.2K
Stars
754
Committers
34

Bot releases are visible (Hide)

get-windows - Latest Release

Published by sindresorhus 6 months ago

get-windows -

Published by sindresorhus 6 months ago

  • Rename package from active-win to get-windows 69cba70

https://github.com/sindresorhus/get-windows/compare/v9.0.0...v9.1.0

get-windows -

Published by sindresorhus 6 months ago

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'

https://github.com/sindresorhus/active-win/compare/v8.2.1...v9.0.0

get-windows -

Published by sindresorhus 8 months ago

  • Fix disableAccessibilityPermission option (#180) 34659a0

https://github.com/sindresorhus/active-win/compare/v8.2.0...v8.2.1

get-windows -

Published by sindresorhus 8 months ago

get-windows -

Published by sindresorhus about 1 year ago

  • Fix parsing window ID on Linux (#173) 06dfba0

https://github.com/sindresorhus/active-win/compare/v8.1.0...v8.1.1

get-windows -

Published by sindresorhus over 1 year ago

  • Add support for getting the URL of the active tab in Arc on macOS e7265bc

https://github.com/sindresorhus/active-win/compare/v8.0.3...v8.1.0

get-windows -

Published by sindresorhus almost 2 years ago

  • Exclude widgets on Windows (#159) 304cd96

https://github.com/sindresorhus/active-win/compare/v8.0.2...v8.0.3

get-windows -

Published by sindresorhus almost 2 years ago

get-windows -

Published by sindresorhus almost 2 years ago

  • Fix typo in the Windows binding source (#154) 5db28ce

https://github.com/sindresorhus/active-win/compare/v8.0.0...v8.0.1

get-windows -

Published by sindresorhus almost 2 years ago

Breaking

  • Require Node.js 14 bc83081
  • Require macOS 10.14 or later bc83081

Improvements

  • Add the ability to get all open windows (#151) 1433a01
  • It should be faster on Windows now as it uses a native add-on (#151) 1433a01

https://github.com/sindresorhus/active-win/compare/v7.7.2...v8.0.0

get-windows -

Published by sindresorhus over 2 years ago

  • Fix TypeScript type for bundleId (#134) 02bc009

https://github.com/sindresorhus/active-win/compare/v7.7.1...v7.7.2

get-windows -

Published by sindresorhus over 2 years ago

  • Fix getting the window owner name on Windows (#131) 314166b

https://github.com/sindresorhus/active-win/compare/v7.7.0...v7.7.1

get-windows -

Published by sindresorhus almost 3 years ago

  • Add native support for Apple silicon 7ab6bfd

https://github.com/sindresorhus/active-win/compare/v7.6.1...v7.7.0

get-windows -

Published by sindresorhus about 3 years ago

get-windows -

Published by sindresorhus over 3 years ago

  • Add support for Safari Technology Preview browser (#120) bbcf797

https://github.com/sindresorhus/active-win/compare/v7.5.1...v7.6.0

get-windows -

Published by sindresorhus over 3 years ago

  • Fix support for Flatpak apps (#119) d8bd356

https://github.com/sindresorhus/active-win/compare/v7.5.0...v7.5.1

get-windows -

Published by sindresorhus over 3 years ago

  • Use app bundle ID to identify macOS browsers (#118) efcffef

https://github.com/sindresorhus/active-win/compare/v7.4.0...v7.5.0

get-windows -

Published by sindresorhus over 3 years ago

  • Add Vivaldi browser support (#116) 8df4788

https://github.com/sindresorhus/active-win/compare/v7.3.0...v7.4.0

get-windows -

Published by sindresorhus over 3 years ago

  • Add Mighty to list of supported browsers (#115) f10bdcf

https://github.com/sindresorhus/active-win/compare/v7.2.0...v7.3.0