File tree Expand file tree Collapse file tree 3 files changed +16
-6
lines changed Expand file tree Collapse file tree 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+
18## [ 2.9.1] ( https://github.com/JohnstonCode/svn-scm/compare/v2.9.0...v2.9.1 ) (2020-02-19)
29
310
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
9999 // Whether svn is enabled
100100 " svn.enabled" : true ,
101101
102+ // Try the experimental encoding detection
103+ " svn.experimental.detect_encoding" : null ,
104+
102105 // Url for the gravitar icon using the <AUTHOR>, <AUTHOR_MD5> and <SIZE> placeholders
103106 " svn.gravatar.icon_url" : " https://www.gravatar.com/avatar/<AUTHOR_MD5>.jpg?s=<SIZE>&d=robohash" ,
104107
Original file line number Diff line number Diff line change 22 "name" : " svn-scm" ,
33 "displayName" : " SVN" ,
44 "description" : " Integrated Subversion source control" ,
5- "version" : " 2.9.1 " ,
5+ "version" : " 2.10.0 " ,
66 "publisher" : " johnstoncode" ,
77 "engines" : {
88 "vscode" : " ^1.42.0"
10661066 "description" : " Whether svn is enabled" ,
10671067 "default" : true
10681068 },
1069+ "svn.experimental.detect_encoding" : {
1070+ "type" : " boolean" ,
1071+ "description" : " Try the experimental encoding detection" ,
1072+ "default" : false
1073+ },
10691074 "svn.gravatar.icon_url" : {
10701075 "type" : " string" ,
10711076 "description" : " Url for the gravitar icon using the <AUTHOR>, <AUTHOR_MD5> and <SIZE> placeholders" ,
12481253 "type" : " boolean" ,
12491254 "description" : " Set to ignore externals definitions on update (add --ignore-externals)" ,
12501255 "default" : true
1251- },
1252- "svn.experimental.detect_encoding" : {
1253- "type" : " boolean" ,
1254- "description" : " Try the experimental encoding detection" ,
1255- "default" : false
12561256 }
12571257 }
12581258 }
You can’t perform that action at this time.
0 commit comments