File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,16 @@ Notable changes to the extension will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 1.0.1] - 2019-02-22
9
+
10
+ ### Fixed
11
+
12
+ - Wrong text color on extension banner.
13
+
8
14
## 1.0.0 - 2019-02-21
9
15
10
16
### Added
11
17
12
18
- Initial release
19
+
20
+ [ 1.0.1 ] : https://github.com/mezzode/arc-branch/compare/v1.0.0...v1.0.1
Original file line number Diff line number Diff line change 3
3
"displayName" : " arc browse" ,
4
4
"publisher" : " mezzode" ,
5
5
"description" : " Adds a command to `arc browse` the current file, for quick access by users of Phabricator and Arcanist." ,
6
- "version" : " 1.0.0 " ,
6
+ "version" : " 1.0.1 " ,
7
7
"license" : " GPL-3.0-or-later" ,
8
8
"repository" : {
9
9
"type" : " git" ,
70
70
],
71
71
"icon" : " images/icon.png" ,
72
72
"galleryBanner" : {
73
- "theme" : " dark "
73
+ "theme" : " light "
74
74
}
75
75
}
You can’t perform that action at this time.
0 commit comments