From 5692300149233dc6b738967a8d38777731eaf2df Mon Sep 17 00:00:00 2001 From: Ankit Ahuja Date: Wed, 29 Jul 2020 21:03:01 -0700 Subject: [PATCH] v3.0.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- src/extension/manifest.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf3db161..3586bceb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/)) diff --git a/package.json b/package.json index 9cc605ba..36672c84 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/src/extension/manifest.json b/src/extension/manifest.json index c31b343a..6570d86c 100644 --- a/src/extension/manifest.json +++ b/src/extension/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Stylebot", - "version": "3", + "version": "3.0.1", "description": "Change the appearance of the web instantly", "background": {