Skip to content

Releases: railsware/bozon

Add auto-reload on code change

05 Jul 10:15

Choose a tag to compare

  • Update Electron to v2.0.4
  • Add watching source files to pipeline
  • Update dependencies and packages to recent versions

Electron v2.0.0

02 May 15:27

Choose a tag to compare

  • Scaffold new application with Electron 2.0.0
  • Update packages
  • Update test script

Update electron to v1.8.6

28 Apr 09:28

Choose a tag to compare

v0.7.11

Update electron and development dependencies

Update electron and related packages

08 Nov 09:53

Choose a tag to compare

  • Update electron version to 1.7.9
  • Update electron-builder version to 19.45.2 in your package.json file.
  • Update mocha version to 3.5.3
  • Add --skip-install option for bozon new command

Update electron-builder and remove electron-packager-tf

17 Feb 08:41

Choose a tag to compare

Now bozon uses electron-builder v13.8.2 for packaging both production and test apps. So this is a breaking change which requires some changes in your existing projects:

  • Update electron-builder to version 13.8.2 in your package.json file.

  • Remove electron-packager-tf from package.json

  • Change your test app path in yourspec/helper.js.

    For MacOS:

    return path.join(__dirname, '..', '.tmp', 'App-darwin-x64', 'App.app', 'Contents', 'MacOS', 'Gistagram');

    change to

    return path.join(__dirname, '..', '.tmp', 'mac', 'App.app', 'Contents', 'MacOS', 'Gistagram');

    For Linux

    return path.join(__dirname, '..', '.tmp', 'App-linux-x64', 'App.app', 'Contents', 'MacOS', 'Gistagram');

    change to

    return path.join(__dirname, '..', '.tmp', 'linux', 'App.app', 'Contents', 'MacOS', 'Gistagram');

Update to electron 1.4.3 and add basic error handling

17 Oct 08:40

Choose a tag to compare

v0.6.1

Update electron and add some errors handling

Update to electron 1.4.0

14 Oct 17:14

Choose a tag to compare

v0.6.0

Update electron and electron-builder version

0.5.6

14 Oct 15:57

Choose a tag to compare

Bump version

v0.4.1

13 Jun 15:10

Choose a tag to compare

V0.4.1