Commit 5692300 1 parent 0b42f28 commit 5692300 Copy full SHA for 5692300
File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## Version 3.0.1
2
+
3
+ - Only inject stylebot editor in the topmost frame. fixes #562 #561
4
+ - Don't inject !important for @rules . fixes #559
5
+ - Add support for @import of external/third-party CSS. fixes #556
6
+ - Don't run on \* .xml pages
7
+ - Fix ? keyboard shortcut to show help when stylebot editor is open
8
+
1
9
## Version 3
2
10
3
11
- Re-wrote extension from scratch using modern tools ([ PostCSS] ( ttps://postcss.org/ ) , [ Vue.js] ( https://vuejs.org/ ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " stylebot" ,
3
- "version" : " 3.0.0 " ,
3
+ "version" : " 3.0.1 " ,
4
4
"description" : " Change the appearance of websites instantly." ,
5
5
"homepage" : " https://github.com/ankit/stylebot#readme" ,
6
6
"bugs" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"manifest_version" : 2 ,
3
3
"name" : " Stylebot" ,
4
- "version" : " 3" ,
4
+ "version" : " 3.0.1 " ,
5
5
"description" : " Change the appearance of the web instantly" ,
6
6
7
7
"background" : {
You can’t perform that action at this time.
0 commit comments