Skip to content

Latest commit

 

History

History
106 lines (83 loc) · 4.99 KB

CHANGELOG.md

File metadata and controls

106 lines (83 loc) · 4.99 KB

v0.6.1 02.03.2017

  • meteor-desktop-splash-screen version in the default scaffold updated to 0.3.0

v0.6.0 27.02.2017

  • added experimental fix for localStorage getting lost - you can enable it by adding "experimentalLocalStorage": true to settings.json
  • meteor-desktop-splash-screen version in the default scaffold updated to 0.2.0
  • electron-builder was updated to 13.11.1
  • electron-builder-squirrel-windows was updated to 13.10.1
  • electron-packager was updated to 8.5.2

v0.5.3 17.02.2017

  • omega:meteor-desktop-bundler now fails when disk operation fails (shelljs.config.fatal = true)
  • METEOR_DESKTOP_DEBUG env var introduced (currently only prints additional info for bundler plugin)

v0.5.1 15.02.2017

  • fixed extracted directory getting lost when building for platform/arch different from the host
  • fixed dependency loading for desktopHCP bundler plugin

v0.5.0 08.02.2017

  • Desktop.fetch rejects with timeout string in case of timeout
  • you can now see internal backlog of this project in Taiga here - roadmap will be published in form of epics
  • electron was updated to 1.4.15
  • electron-builder was updated to 13.0.0
  • electron-builder-squirrel-windows was updated to 13.2.0
  • electron-packager was updated to 8.5.1

v0.4.0 11.01.2017

  • added showWindowOnStartupDidComplete option to help fixing #42
  • various fixes for 0.3.0 issues reported #51
  • electron was updated to 1.4.14
  • electron-builder was updated to 11.2.4
  • electron-builder-squirrel-windows was updated to 11.2.3
  • electron-packager was updated to 8.5.0

v0.3.0 10.01.2017

  • localServer was rewritten to use send instead of serve-static [5f084e6]
  • url aliases for local filesystem and .desktop/assets added (more)
  • building for Windows Store is now possible (thanks to hard work of @develar)
  • default dependencies for Skeleton App were updated [7d6e00d, 1d1075a] (this changes compatibility version, so apps built with <0.3.0 will not receive desktopHCP updates)
  • electron was updated to 1.4.13
  • electron-builder was updated to 11.2.0
  • electron-builder-squirrel-windows was updated to 11.2.0
  • electron-packager was updated to 8.4.0

v0.2.6 17.12.2016

  • added some additional log messages

v0.2.5 10.12.2016

  • republished 0.2.4

v0.2.4 09.12.2016

v0.2.3 06.12.2016

v0.2.2 29.11.2016

  • republished 0.2.1 because of published plugins being in a unknown, erroneous state meteor#8113

v0.2.1 23.11.2016

  • fixed rebuildNativeNodeModules which stopped working after update of electron-builder

v0.2.0 17.10.2017

  • several types of npm dependencies versions declarations are now supported i.e.: local paths, file protocol, github links and http(s) links -> npm documentation
  • development environment setup script was added
  • specifying target platforms for build-installer is now not restricted - check Building installer, fixes #14
  • electron was updated to 1.4.6
  • electron-builder was updated to 8.6.0

v0.1.4 16.11.2016

  • fixed #22
  • fixed bug in uncaught exception handler in the scaffold - check here

v0.1.3 15.11.2016

  • added warning for possible console syntax mistake when invoking with command or option (missing -- delimiter)

v0.1.2 13.11.2016

v0.1.1 10.11.2016

  • meteor-desktop-splash-screen version in the default scaffold updated to 0.0.31

v0.1.0 07.10.2017

  • first public release