Skip to content

Commit

Permalink
bump version for release 1.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkio committed Aug 7, 2021
1 parent e78bcd2 commit bc7575e
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 3 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,43 @@
# Azure Mask Changelog

## 1.1.10 (2021-08-07)

### Added

- Support for Azure Data Portal (adf.azure.com) (Thanks to @jiyongseong in [#70](https://github.com/clarkio/azure-mask/pull/70) and [#71](https://github.com/clarkio/azure-mask/pull/71))

### Fixed

- Support for azure.us (Thanks to @husamhilal in [#72](https://github.com/clarkio/azure-mask/pull/72))

## 1.1.8 (2021-04-17)

### Added

- Hiding of sensitive data in QnA maker portal (Thanks to @taqabubaker in [#63](https://github.com/clarkio/azure-mask/pull/63))

## 1.1.7 (2021-04-17)

### Added

- Email masking in account/user drop-down menu (Thanks to @
mhdbouk in [#65](https://github.com/clarkio/azure-mask/pull/65))
mhdbouk in [#65](https://github.com/clarkio/azure-mask/pull/65))

## 1.1.6 (2021-04-17)

### Added

- Avatar masking (Thanks to @sinedied in [#67](https://github.com/clarkio/azure-mask/pull/67))

## 1.1.5 (2019-04-22)

### Changed

- Name to "Az Mask" as "Azure Mask" was taken down due to trademark infringement ("Azure")
- Regex used to find sensitive data to the simplified version looking for text with a signature following the Subscription ID pattern

### Added

- Ability to hide tooltips/title attribute for masked elements using css `pointer-events: none;`

<a name="1.1.4"></a>
Expand Down
Binary file added extension/1.1.10/az-mask-1.1.10.crx
Binary file not shown.
Binary file added extension/1.1.10/az-mask-1.1.10.zip
Binary file not shown.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "azure-mask",
"version": "1.1.8"
"version": "1.1.10"
}
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Az Mask",
"version": "1.1.8",
"version": "1.1.10",
"description": "Does it's best to find and conceal sensitive Azure information found in the portal views",
"icons": {
"16": "/icons/icon16.png",
Expand Down

0 comments on commit bc7575e

Please sign in to comment.