File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## Version 1.0.1
4
+
5
+ - Bugfix: Correct mimetype is now used in the data uri
6
+ - Now supporting .ico files.
7
+
3
8
## Version 1.0.0
4
9
5
10
- Initial release
Original file line number Diff line number Diff line change 4
4
"displayName" : " Image to Data Uri" ,
5
5
"description" : " An extension for Visual Studio Code for converting an image file to a html data uri" ,
6
6
"icon" : " logo.png" ,
7
- "version" : " 1.0.0 " ,
7
+ "version" : " 1.0.1 " ,
8
8
"license" : " MIT" ,
9
9
"repository" : " https://github.com/CoderAllan/vscode-imagetodatauri" ,
10
10
"author" : {
11
11
"name" : " Allan Simonsen" ,
12
12
"url" : " https://github.com/CoderAllan"
13
13
},
14
14
"engines" : {
15
- "vscode" : " ^1.62.0 "
15
+ "vscode" : " ^1.63.1 "
16
16
},
17
17
"categories" : [
18
18
" Other"
You can’t perform that action at this time.
0 commit comments