Skip to content

Releases: sindresorhus/electron-util

v0.14.0

16 Feb 15:05
Compare
Choose a tag to compare
  • enforceMacOSAppLocation: show an error when another version of the app is already running (#26) 6eb9aab

v0.13.1...v0.14.0

v0.13.1

16 Dec 11:58
Compare
Choose a tag to compare
  • Add more sections to openSystemPreferences() (#24) 1508c12

v0.13.0...v0.13.1

v0.13.0

14 Nov 03:34
Compare
Choose a tag to compare
  • Fix some more Electron 7 deprecations 35a744d
  • Add openSystemPreferences() method (#23) 121f7a9

v0.12.3...v0.13.0

v0.12.3

13 Nov 05:29
Compare
Choose a tag to compare
  • Silence deprecation warning in Electron 7 6096e3d

v0.12.2...v0.12.3

v0.12.2

08 Oct 15:03
Compare
Choose a tag to compare
  • Prevent crash when using the esm package (#21) 90edded

v0.12.1...v0.12.2

v0.12.1

16 Jun 09:45
Compare
Choose a tag to compare
  • Add website option for .showAboutWindow() on Linux 60974db

v0.12.0...v0.12.1

v0.12.0

15 Jun 16:52
Compare
Choose a tag to compare

Breaking:

  • Require Electron 5 38b0a52
  • Remove .setWindowBounds() as it's was made moot by Electron 4 (#15) 88ac9fe
    Use browserWindow.setBounds() instead.

Enhancements:

  • Use native Linux implementation in .showAboutWindow() (#16) 9b5158c

v0.11.0...v0.12.0

v0.11.0

29 Jan 19:54
Compare
Choose a tag to compare

Breaking:

  • Require Electron 4 e2ea4fd
  • openUrlMenuItem(options) and aboutMenuItem now return MenuItem options instead of actual MenuItem's. The previous usage examples only worked because Electron doesn't validate and just blindly copies properties over. Now it returns the correct type to be used in a menu template.

Other;

v0.10.2...v0.11.0

v0.10.2

09 Nov 08:59
Compare
Choose a tag to compare
  • Add .appMenu() method 6c09dc3
  • Add .debugInfo() method 2025b6e
  • Add .showAboutWindow() method 51b6f75
  • Add .aboutMenuItem() method 51b6f75
  • Add .openUrlMenuItem() method 178e8ef
  • Add .openNewGitHubIssue() method ead9373