From 6de4ce58c4532dec57bafcb361bfdb76913585cf Mon Sep 17 00:00:00 2001 From: undergroundwires-bot Date: Mon, 14 Sep 2020 13:57:39 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20bumped=20to=200.7.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 9 +++++++++ README.md | 6 +++--- package.json | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c89f32bc..5e16588a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 0.7.4 (2020-09-12) + +* fix checked checkbox has blue border | [commit](https://github.com/undergroundwires/privacy.sexy/commit/4ae385b7fcea9014a68442714b7d99e2ee7df7d0) +* fix spectre protection getting single lined #31 | [commit](https://github.com/undergroundwires/privacy.sexy/commit/22b23a9ece446c7f9abd4ede293051eb616ad50a) +* fix missing reg value in denying app access to account | [commit](https://github.com/undergroundwires/privacy.sexy/commit/3c13a9e837e06e097450b31d7eb0c0e6bf20cefb) +* fix wrong path in clear all firefox user profile settings | [commit](https://github.com/undergroundwires/privacy.sexy/commit/ee66196d9a60f27d17ae7f62d02b4f119a47e6e0) + +[compare](https://github.com/undergroundwires/privacy.sexy/compare/0.7.3...0.7.4) + ## 0.7.3 (2020-09-12) * fix vscode settings file override and add more configs | [commit](https://github.com/undergroundwires/privacy.sexy/commit/a0d61728ead04b4455437f85820121a848db9e00) diff --git a/README.md b/README.md index 59c9076d..f3343057 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ ## Get started - Online version: [https://privacy.sexy](https://privacy.sexy) - - or download latest desktop version for [Windows](https://github.com/undergroundwires/privacy.sexy/releases/download/0.7.3/privacy.sexy-Setup-0.7.3.exe), [Linux](https://github.com/undergroundwires/privacy.sexy/releases/download/0.7.3/privacy.sexy-0.7.3.AppImage), [macOS](https://github.com/undergroundwires/privacy.sexy/releases/download/0.7.3/privacy.sexy-0.7.3.dmg) + - or download latest desktop version for [Windows](https://github.com/undergroundwires/privacy.sexy/releases/download/0.7.4/privacy.sexy-Setup-0.7.4.exe), [Linux](https://github.com/undergroundwires/privacy.sexy/releases/download/0.7.4/privacy.sexy-0.7.4.AppImage), [macOS](https://github.com/undergroundwires/privacy.sexy/releases/download/0.7.4/privacy.sexy-0.7.4.dmg) - 💡 Come back regularly to apply latest version for stronger privacy and security. [![privacy.sexy application](img/screenshot.png)](https://privacy.sexy) @@ -49,8 +49,8 @@ - Development: `npm run serve` to compile & hot-reload for development. - Production: `npm run build` to prepare files for distribution. - Or run using Docker: - 1. Build: `docker build -t undergroundwires/privacy.sexy:0.7.3 .` - 2. Run: `docker run -it -p 8080:80 --rm --name privacy.sexy-0.7.3 undergroundwires/privacy.sexy:0.7.3` + 1. Build: `docker build -t undergroundwires/privacy.sexy:0.7.4 .` + 2. Run: `docker run -it -p 8080:80 --rm --name privacy.sexy-0.7.4 undergroundwires/privacy.sexy:0.7.4` ## Architecture diff --git a/package.json b/package.json index 28dcf21f..892743e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "privacy.sexy", - "version": "0.7.3", + "version": "0.7.4", "author": "undergroundwires", "description": "Enforce privacy & security best-practices on Windows, because privacy is sexy 🍑🍆", "private": true,