Commit 43966da 1 parent 20ea925 commit 43966da Copy full SHA for 43966da
File tree 3 files changed +16
-6
lines changed
3 files changed +16
-6
lines changed Original file line number Diff line number Diff line change
1
+ # [ 2.8.0] ( https://github.com/JohnstonCode/svn-scm/compare/v2.7.3...v2.8.0 ) (2020-02-18)
2
+
3
+
4
+ ### Features
5
+
6
+ * custom user commit icons ([ #825 ] ( https://github.com/JohnstonCode/svn-scm/issues/825 ) ) ([ 20ea925] ( https://github.com/JohnstonCode/svn-scm/commit/20ea925eae54888db602e486dd793294b05e0d1d ) )
7
+
1
8
## [ 2.7.3] ( https://github.com/JohnstonCode/svn-scm/compare/v2.7.2...v2.7.3 ) (2020-02-18)
2
9
3
10
Original file line number Diff line number Diff line change @@ -96,6 +96,9 @@ Here are all of the extension settings with their default values. To change any
96
96
// Whether svn is enabled
97
97
" svn.enabled" : true ,
98
98
99
+ // Url for the gravitar icon using the <AUTHOR>, <AUTHOR_MD5> and <SIZE> placeholders
100
+ " svn.gravatar.icon_url" : " https://www.gravatar.com/avatar/<AUTHOR_MD5>.jpg?s=<SIZE>&d=robohash" ,
101
+
99
102
// Use garavatar icons in log viewers
100
103
" svn.gravatars.enabled" : true ,
101
104
Original file line number Diff line number Diff line change 2
2
"name" : " svn-scm" ,
3
3
"displayName" : " SVN" ,
4
4
"description" : " Integrated Subversion source control" ,
5
- "version" : " 2.7.3 " ,
5
+ "version" : " 2.8.0 " ,
6
6
"publisher" : " johnstoncode" ,
7
7
"engines" : {
8
8
"vscode" : " ^1.42.0"
1059
1059
"description" : " Whether svn is enabled" ,
1060
1060
"default" : true
1061
1061
},
1062
- "svn.gravatars.enabled" : {
1063
- "type" : " boolean" ,
1064
- "description" : " Use garavatar icons in log viewers" ,
1065
- "default" : true
1066
- },
1067
1062
"svn.gravatar.icon_url" : {
1068
1063
"type" : " string" ,
1069
1064
"description" : " Url for the gravitar icon using the <AUTHOR>, <AUTHOR_MD5> and <SIZE> placeholders" ,
1072
1067
],
1073
1068
"default" : " https://www.gravatar.com/avatar/<AUTHOR_MD5>.jpg?s=<SIZE>&d=robohash"
1074
1069
},
1070
+ "svn.gravatars.enabled" : {
1071
+ "type" : " boolean" ,
1072
+ "description" : " Use garavatar icons in log viewers" ,
1073
+ "default" : true
1074
+ },
1075
1075
"svn.ignoreMissingSvnWarning" : {
1076
1076
"type" : " boolean" ,
1077
1077
"description" : " Ignores the warning when SVN is missing" ,
You can’t perform that action at this time.
0 commit comments