UNPKG

697 BMarkdownView Raw
1## 1.3.0
2
3- Support browser window options from the manifest
4- Support custom main for electron from the manifest
5
6## 1.2.2
7
8- Fix relative requires in console (bug introduced by v1.2.0)
9
10## 1.2.1
11
12- Fix a bug with source maps introduced in v1.2.0
13
14## 1.2.0
15
16- Set `productName` properly
17- Show the name of the app in topbar
18
19## 1.1.0
20
21- Properly set `process.std*.isTTY`
22- Add support for `process.stdin`
23- Add support for `process.stdout` and `process.stderr`
24
25## 1.0.4
26
27- Fix a crash on Ubuntu
28
29## 1.0.3
30
31- Upgrade electron version
32
33## 1.0.2
34
35- Fix a minor race condition between closing dev tools and app
36
37## 1.0.1
38
39- Show only the dev tools, not the whole window
40
41## 1.0.0
42
43- Initial release