UNPKG

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