diff --git a/CHANGELOG.md b/CHANGELOG.md index 914bf4d3..dfa4eb69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,34 @@ + + +## [v0.20.0-alpha2](https://github.com/sereneblue/chameleon/compare/v0.20.0-alpha1...v0.20.0-alpha2) (2020-03-01) + +### Bug Fixes + +- **UI:** update poup ui profile list display +- **injection:** use postMessage to notify when fingerprinting is detected +- **interceptor:** add fallback url for network request matching +- **ip rules:** improve ip rules handling +- **profiles:** remove excluded profiles from profile generator +- **profiles:** show change button on popup if any random profile option is selected +- **profiles:** add fallback to real profile +- **whitelist:** reload injection script when whitelist rule is changed +- **whitelist:** check if whitelist rule is found in interceptor +- **whitelist:** show context menu item on load if enabled + +### Features + +- **spoofing:** use original profile for recaptcha + -## [v0.20.0-alpha1](https://github.com/sereneblue/chameleon/compare/v0.20.0-alpha0...v0.20.0-alpha1) (2020-02-27) +## [v0.20.0-alpha1](https://github.com/sereneblue/chameleon/compare/v0.20.0-alpha0...v0.20.0-alpha1) (2020-02-28) -### Feat +### Features - **Options Page:** add close button to modal - **Settings:** implement import settings -- **Settings:** implement reset settings functionality -- **Settings:** implement export settings functionality +- **Settings:** implement reset settings +- **Settings:** implement export settings diff --git a/src/manifest.json b/src/manifest.json index 85b92baf..4749a4fd 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,8 +2,8 @@ "name": "Chameleon", "description": "__MSG_extDescription__", "author": "sereneblue", - "version": "0.20.0.2", - "version_name": "0.20.0-alpha1", + "version": "0.20.0.3", + "version_name": "0.20.0-alpha2", "manifest_version": 2, "browser_specific_settings": { "gecko": {