meteor-desktop
Advanced tools
Changelog
v2.2.4 <sup>21.01.2020</sup>
This is a community maintained release:
KoenLav
in #227
)cbh6
in #216
)wojtkowiak
) in #214
)Strangerxxx
in #237
)Recommended versions:
electron
-> 6.1.7
electron-builder
-> 21.2.0
Changelog
v2.0.0 <sup>02.10.2018</sup>
The main aim of this version is to decouple electron
, electron-builder
and electron-packager
from this package.
Until now every meteor-desktop
release came with specific versions of those pinned to it.
Now you are free to use any version with your meteor project. Just add them to your devDependencies
.
If you will not, meteor-desktop
adds the recommended versions automatically when needed.
From now every meteor-desktop
release will provide a recommended versions numbers of these dependencies.
By default I will try to make meteor-desktop
compatible within the compatibility version of the recommended version i.e. if the recommended electron version is 2.0.10
you should still be able to use any 2.x.x
version without problems.
Recommended versions:
electron
-> 2.0.10
electron-builder
-> 20.28.4
BREAKING:
support for Squirrel autoupdate mechanism ended, if you wish to continue with it, add the electron-builder-squirrel-windows
dependency to your devDependencies
and move it's settings to squirrel
section in settings i.e.:
"squirrel": {
"autoUpdateFeedUrl": "http://127.0.0.1/update/:platform/:version",
"autoUpdateFeedHeaders": {},
"autoUpdateCheckOnStart": true
},
All builtin support will be definitely removed in January 2019.
Changelog
v1.7.0 <sup>28.09.2018</sup>
electron
was updated to 2.0.10
electron-builder
was updated to 20.28.4
electron-builder-squirrel-windows
was updated to 20.28.3
--prod-debug
which forces devTools to be included in a production build, if you want this to be preserved after desktopHCP you need to run Meteor server with METEOR_DESKTOP_PROD_DEBUG=1