Skip to content

Releases: rhysd/electron-about-window

v1.15.2

02 Nov 12:57
Compare
Choose a tag to compare
  • Fix AboutWindowInfo type is not found (#71)

v1.15.1

25 Oct 17:41
Compare
Choose a tag to compare
  • Fix the type definitions file for TypeScript is outdated (thanks @h3poteto, #70)

v1.15.0

02 Oct 18:28
Compare
Choose a tag to compare
  • Support Electron 14+ by removing dependency of remote module
  • Update all dependencies to the latest

v1.14.0

09 Mar 12:21
Compare
Choose a tag to compare
  • Allow to specify custom version entries for version information. See the example code for the usage. (#53, thanks to @noob9527)
  • Disable context isolation on creating a BrowserWindow instance. It fixes this library does not work with Electron v12. (#64, thanks to @kondoumh)

v1.13.4

05 Jun 11:35
Compare
Choose a tag to compare
  • Allow to import this package without Electron runtime (#58)

v1.13.3

03 Jun 16:46
Compare
Choose a tag to compare
  • Fix: Broken at Electron v10 beta because enableRemoteModule is set to false by default from v10
  • Fix: Loading this module in renderer process did not work

v1.13.2

13 Nov 14:09
Compare
Choose a tag to compare
  • Supported Electron v7 (#50). Still should work with electron v6 or earlier.
  • Fixed given options object was modified while initialization (#49)
  • Improved CSS rules to fit to frameless window (#41)
  • Fixed CSS rule was not correct
  • Update dependencies

v1.13.0

16 May 09:51
Compare
Choose a tag to compare
  • Fixed this package did not work with Electron v5 #38
  • Added about_page_dir option for changing directory of HTML file #29
  • Added win_title option for changing title of window #31
  • Added show_close_button option for adding close button #34

v1.12.0

04 Jul 04:27
Compare
Choose a tag to compare
  • Added use_version_info flag to hide version information #25