Skip to content

Commit

Permalink
v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ankit committed Jul 30, 2020
1 parent 0b42f28 commit 5692300
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## Version 3.0.1

- Only inject stylebot editor in the topmost frame. fixes #562 #561
- Don't inject !important for @rules. fixes #559
- Add support for @import of external/third-party CSS. fixes #556
- Don't run on \*.xml pages
- Fix ? keyboard shortcut to show help when stylebot editor is open

## Version 3

- Re-wrote extension from scratch using modern tools ([PostCSS](ttps://postcss.org/), [Vue.js](https://vuejs.org/))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stylebot",
"version": "3.0.0",
"version": "3.0.1",
"description": "Change the appearance of websites instantly.",
"homepage": "https://github.com/ankit/stylebot#readme",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion src/extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Stylebot",
"version": "3",
"version": "3.0.1",
"description": "Change the appearance of the web instantly",

"background": {
Expand Down

0 comments on commit 5692300

Please sign in to comment.