- remove cronet_http & cupertino_http - use rhttp package as default http client - fix #198 #200 crashes on multiple downloads - fix #162 #102 unable to download with forbidden characters in the name (as it is fixed this can cause reading problems concerning chapters downloaded before this version) - now supports all features on all platforms such as VPNs and HTTP proxies thanks to rhttp package
14 lines
No EOL
326 B
JSON
14 lines
No EOL
326 B
JSON
{
|
|
"java.configuration.updateBuildConfiguration": "automatic",
|
|
"githubPullRequests.ignoredPullRequestBranches": [
|
|
"main"
|
|
],
|
|
"rust-analyzer.linkedProjects": [
|
|
".\\rust\\Cargo.toml"
|
|
],
|
|
"files.associations": {
|
|
"*.html.erb": "erb",
|
|
"cstring": "cpp"
|
|
},
|
|
"dart.flutterSdkPath": ".fvm/versions/3.22.3"
|
|
} |