Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
sereneblue committed Mar 2, 2020
1 parent 3b650d0 commit 26f430c
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 6 deletions.
29 changes: 25 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,34 @@
<a name="v0.20.0-alpha2"></a>

## [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

<a name="v0.20.0-alpha1"></a>

## [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

<a name="v0.20.0-alpha0"></a>

Expand Down
4 changes: 2 additions & 2 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 26f430c

Please sign in to comment.