Hacker News new | ask | show | jobs
by janus24 3614 days ago
> Electron upgraded to v0.37.8

The official website of electron [1] says that the current version is 1.3.1

Can someone explain why atom uses a 3 months old version ? [2]

[1] http://electron.atom.io

[2] https://github.com/electron/electron/releases/tag/v0.37.8

1 comments

Found some info on this:

> 0.37.8 is actually a 1.0.1 version of Atom so it's not THAT old. The only difference between 0.37.8 and 1.0.0 release is the remove of deprecated API that were not flagged as such in 0.37.8 release. Reason why Atom only incrementally updates electron is to minimize application breakage due to Atom project's size. [0]

> We decide to update to a new version of Electron when there is an enhancement or bug fix that version would enable that would benefit Atom users. Because updating to a new version of Electron is non-trivial, sometimes we skip versions until there is a clear benefit that justifies the cost. [1]

[0] https://github.com/atom/atom/issues/11967#issuecomment-22550...

[1] https://github.com/atom/design-decisions/blob/master/electro...