UNPKG

1.01 kBMarkdownView Raw
1## 1.5.1
2
3- Show version information when `--version` or `-v` is passed
4
5## 1.5.0
6
7- Add `--ignore-local` option
8- Make sure app names in the dev tool header are lowercased
9- Try to read and apply options from local manifest even if request is not `./`
10
11## 1.4.0
12
13- Implement a proper support for `process.argv`
14
15## 1.3.0
16
17- Support browser window options from the manifest
18- Support custom main for electron from the manifest
19
20## 1.2.2
21
22- Fix relative requires in console (bug introduced by v1.2.0)
23
24## 1.2.1
25
26- Fix a bug with source maps introduced in v1.2.0
27
28## 1.2.0
29
30- Set `productName` properly
31- Show the name of the app in topbar
32
33## 1.1.0
34
35- Properly set `process.std*.isTTY`
36- Add support for `process.stdin`
37- Add support for `process.stdout` and `process.stderr`
38
39## 1.0.4
40
41- Fix a crash on Ubuntu
42
43## 1.0.3
44
45- Upgrade electron version
46
47## 1.0.2
48
49- Fix a minor race condition between closing dev tools and app
50
51## 1.0.1
52
53- Show only the dev tools, not the whole window
54
55## 1.0.0
56
57- Initial release