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.10.0] ( https://github.com/JohnstonCode/svn-scm/compare/v2.9.1...v2.10.0 ) (2020-02-19)
2
+
3
+
4
+ ### Features
5
+
6
+ * added new experimental encoding detection ([ #831 ] ( https://github.com/JohnstonCode/svn-scm/issues/831 ) ) ([ 34edcca] ( https://github.com/JohnstonCode/svn-scm/commit/34edccaadbb2a71ba555127ba839d84bde15f523 ) )
7
+
1
8
## [ 2.9.1] ( https://github.com/JohnstonCode/svn-scm/compare/v2.9.0...v2.9.1 ) (2020-02-19)
2
9
3
10
Original file line number Diff line number Diff line change @@ -99,6 +99,9 @@ Here are all of the extension settings with their default values. To change any
99
99
// Whether svn is enabled
100
100
" svn.enabled" : true ,
101
101
102
+ // Try the experimental encoding detection
103
+ " svn.experimental.detect_encoding" : null ,
104
+
102
105
// Url for the gravitar icon using the <AUTHOR>, <AUTHOR_MD5> and <SIZE> placeholders
103
106
" svn.gravatar.icon_url" : " https://www.gravatar.com/avatar/<AUTHOR_MD5>.jpg?s=<SIZE>&d=robohash" ,
104
107
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.9.1 " ,
5
+ "version" : " 2.10.0 " ,
6
6
"publisher" : " johnstoncode" ,
7
7
"engines" : {
8
8
"vscode" : " ^1.42.0"
1066
1066
"description" : " Whether svn is enabled" ,
1067
1067
"default" : true
1068
1068
},
1069
+ "svn.experimental.detect_encoding" : {
1070
+ "type" : " boolean" ,
1071
+ "description" : " Try the experimental encoding detection" ,
1072
+ "default" : false
1073
+ },
1069
1074
"svn.gravatar.icon_url" : {
1070
1075
"type" : " string" ,
1071
1076
"description" : " Url for the gravitar icon using the <AUTHOR>, <AUTHOR_MD5> and <SIZE> placeholders" ,
1248
1253
"type" : " boolean" ,
1249
1254
"description" : " Set to ignore externals definitions on update (add --ignore-externals)" ,
1250
1255
"default" : true
1251
- },
1252
- "svn.experimental.detect_encoding" : {
1253
- "type" : " boolean" ,
1254
- "description" : " Try the experimental encoding detection" ,
1255
- "default" : false
1256
1256
}
1257
1257
}
1258
1258
}
You can’t perform that action at this time.
0 commit comments