meteor-desktop-splash-screen
version in the default scaffold updated to0.3.0
- added experimental fix for
localStorage
getting lost - you can enable it by adding"experimentalLocalStorage": true
tosettings.json
meteor-desktop-splash-screen
version in the default scaffold updated to0.2.0
electron-builder
was updated to13.11.1
electron-builder-squirrel-windows
was updated to13.10.1
electron-packager
was updated to8.5.2
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 forbundler
plugin)
- fixed
extracted
directory getting lost when building for platform/arch different from the host - fixed dependency loading for desktopHCP
bundler
plugin
Desktop.fetch
rejects withtimeout
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 to1.4.15
electron-builder
was updated to13.0.0
electron-builder-squirrel-windows
was updated to13.2.0
electron-packager
was updated to8.5.1
- added
showWindowOnStartupDidComplete
option to help fixing #42 - various fixes for
0.3.0
issues reported #51 electron
was updated to1.4.14
electron-builder
was updated to11.2.4
electron-builder-squirrel-windows
was updated to11.2.3
electron-packager
was updated to8.5.0
localServer
was rewritten to usesend
instead ofserve-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 to1.4.13
electron-builder
was updated to11.2.0
electron-builder-squirrel-windows
was updated to11.2.0
electron-packager
was updated to8.4.0
- added some additional log messages
- republished
0.2.4
- fixed #33
- republished
0.2.1
because of published plugins being in a unknown, erroneous state meteor#8113
- fixed
rebuildNativeNodeModules
which stopped working after update ofelectron-builder
- 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 to1.4.6
electron-builder
was updated to8.6.0
- added warning for possible console syntax mistake when invoking with command or
option (missing
--
delimiter)
- fixed #10
meteor-desktop-splash-screen
version in the default scaffold updated to0.0.31
- first public release