Skip to content

Releases: mawie81/electron-window-state

3.0.3

12 May 06:51
Compare
Choose a tag to compare

Use files field in package.json again

3.0.2

11 May 18:26
Compare
Choose a tag to compare

Republished to npm.

3.0.0

11 May 15:08
Compare
Choose a tag to compare

Changes

  • Remove deprecated modules

2.1.0

28 Apr 15:21
Compare
Choose a tag to compare

Changes

  • Expose unmange function to opt-out of window management

2.0.0

13 Dec 16:33
Compare
Choose a tag to compare

Changes

  • check, update and store screen bounds to fix #1
  • initialization must now be done in app,on('ready', ...)
  • added fullscreen support
  • added state.manage(win) to handle state updates, maximization and setting of fullscreen
  • added ability to opt out of restoration of maximized and fullscreen state

Migration from 1.x

  • move stateKeeper call into app,on('ready', ...)
  • call mainWindowState.manage(win); after window creation
  • remove win.maximize() calls, mainWindowState.manage(win); will do this for you