diff --git a/CHANGELOG.md b/CHANGELOG.md index eebf63d..44e9055 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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;` diff --git a/extension/1.1.10/az-mask-1.1.10.crx b/extension/1.1.10/az-mask-1.1.10.crx new file mode 100644 index 0000000..cff808f Binary files /dev/null and b/extension/1.1.10/az-mask-1.1.10.crx differ diff --git a/extension/1.1.10/az-mask-1.1.10.zip b/extension/1.1.10/az-mask-1.1.10.zip new file mode 100644 index 0000000..72631f3 Binary files /dev/null and b/extension/1.1.10/az-mask-1.1.10.zip differ diff --git a/extension/1.1.5/az-mask-0.1.5.crx b/extension/1.1.5/az-mask-1.1.5.crx similarity index 100% rename from extension/1.1.5/az-mask-0.1.5.crx rename to extension/1.1.5/az-mask-1.1.5.crx diff --git a/package.json b/package.json index 73e11c9..394cf1a 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,4 @@ { "name": "azure-mask", - "version": "1.1.8" + "version": "1.1.10" } diff --git a/src/manifest.json b/src/manifest.json index d289a66..c49199f 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -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",