Skip to content

Commit 5692300

Browse files
committed
v3.0.1
1 parent 0b42f28 commit 5692300

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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+
19
## Version 3
210

311
- Re-wrote extension from scratch using modern tools ([PostCSS](ttps://postcss.org/), [Vue.js](https://vuejs.org/))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stylebot",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Change the appearance of websites instantly.",
55
"homepage": "https://github.com/ankit/stylebot#readme",
66
"bugs": {

src/extension/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "Stylebot",
4-
"version": "3",
4+
"version": "3.0.1",
55
"description": "Change the appearance of the web instantly",
66

77
"background": {

0 commit comments

Comments
 (0)