File tree 4 files changed +5
-13
lines changed
4 files changed +5
-13
lines changed Original file line number Diff line number Diff line change 1
- ## ShaderToy extension changelog:
1
+ ## ShaderToy extension changelog (major changes only) :
2
2
3
3
- 0.13.215 (30-11-2020)
4
4
5
5
- Add code completion and color picker extentions to code editor
6
6
7
7
- 0.13.201 (28-11-2020)
8
8
9
- - Temporary fix for resoultion decrease. (doesn't change resoltion when entering fullscreen)
9
+ - Temporary fix for resoultion decrease. (doesn't change resolution when entering fullscreen)
10
10
11
11
- 0.13.200
12
12
Original file line number Diff line number Diff line change 12
12
chrome . runtime . onInstalled . addListener ( function ( d ) {
13
13
if ( d . reason === 'install' ) {
14
14
chrome . tabs . create ( {
15
- url : 'https://github.com/patuwwy/ShaderToy-Chrome-Plugin'
15
+ url : 'https://github.com/patuwwy/ShaderToy-Chrome-Plugin/blob/master/CHANGELOG.md '
16
16
} ) ;
17
17
}
18
18
} ) ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"manifest_version" : 2 ,
3
3
"name" : " Shadertoy unofficial plugin." ,
4
- "version" : " 0.13.234 " ,
4
+ "version" : " 0.13.237 " ,
5
5
"description" : " Shadertoy.com unofficial plugin." ,
6
6
"homepage_url" : " https://github.com/patuwwy/ShaderToy-Chrome-Plugin" ,
7
7
"background" : {
Original file line number Diff line number Diff line change 228
228
</ head >
229
229
< body >
230
230
< div class ="wrapper ">
231
- < header >
232
- < iframe frameborder ="0 " src ="https://www.shadertoy.com/embed/3djSRd?gui=false&t=10&paused=false&muted=true "> </ iframe >
233
- < h1 >
234
- < b >
235
- Shadertoy extension
236
- </ b >
237
- </ h1 >
238
- < p class ="title-subtext "> With <3 by < a href ="http://patrykfalba.pl "> Patu[Futuris^AberrationCreations]</ a > </ p >
239
- </ header >
231
+ < iframe frameborder ="0 " src ="https://www.shadertoy.com/embed/3djSRd?gui=false&t=10&paused=false&muted=true "> </ iframe >
240
232
< section class ="settings ">
241
233
< ul >
242
234
< li title ="Shows shaders on Your page in a grid, with big previews ">
You can’t perform that action at this time.
0 commit comments