Skip to content

Commit e5252e1

Browse files
committed
Merges
1 parent cf1493c commit e5252e1

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

AUTHORS

+6
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,9 @@ Pietro De Nicolao (https://github.com/pietrodn)
3030

3131
Ivan Kravets (https://github.com/ivankravets)
3232
* Fix issue when running `electron` command
33+
34+
Miguel Palau (https://github.com/mike3run)
35+
* Add gruvbox theme
36+
37+
Takumi Abe(https://github.com/takumiabe)
38+
* Fix terminal corruption on fullscreen

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.6.1 (development)
2+
* Merged gruvbox theme (from @mike3run)
3+
* Fixed corruption when terminal is maximised (from @takumiabe)
4+
15
## 0.6.0
26
* Added note that theme change requires terminal restart.
37
* Fix issue when running `electron` command (@ivankravets)

package.json

+9
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,16 @@
6565
{
6666
"name": "Pietro De Nicolao",
6767
"url": "https://pietrodn.wordpress.org/"
68+
},
69+
{
70+
"name": "Miguel Palau",
71+
"url": "https://github.com/mike3run"
72+
},
73+
{
74+
"name": "Takumi Abe",
75+
"url": "https://github.com/takumiabe"
6876
}
77+
6978
],
7079
"homepage": "https://atom.io/packages/termination",
7180
"repository": "https://github.com/Fred-Barclay/Termination",

0 commit comments

Comments
 (0)