From c925394319dde0e7825575f5a5263e0128904b23 Mon Sep 17 00:00:00 2001 From: salarcode Date: Sun, 22 Jan 2023 12:39:15 +1100 Subject: [PATCH] Version 1.0 --- README.md | 20 ++++++-------------- src/manifest-chrome-mv2.json | 4 ++-- src/manifest-chrome.json | 4 ++-- src/manifest-edge.json | 2 +- src/manifest-firefox-android.json | 2 +- src/manifest-firefox-unlisted.json | 2 +- src/manifest-firefox.json | 2 +- src/manifest-opera.json | 2 +- src/manifest-thunderbird.json | 2 +- 9 files changed, 16 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index f47eddfb..0314f2e8 100644 --- a/README.md +++ b/README.md @@ -2,18 +2,10 @@ [![license](https://img.shields.io/github/license/salarcode/SmartProxy.svg)](https://github.com/salarcode/SmartProxy/blob/master/LICENSE) [![Travis](https://img.shields.io/travis/salarcode/SmartProxy.svg)]() [![Crowdin](https://d322cqt584bo4o.cloudfront.net/smartproxy/localized.svg)](https://crowdin.com/project/smartproxy) -#### Upcoming v1.0 new features 💥 -##### Your help to test this new version is needed. [Check the topic here.](https://github.com/salarcode/SmartProxy/issues/213) -This branch is focused on Smart Profiles: -- Introducing Profiles. Two different type of profiles can be created by users, both supporting rules and subscriptions. -- Profile for SmartProxy mode. In this profile type rules will decide what domain/url in the request should have proxy applied. -- Profile for Always Enabled mode. In this profile type proxy will be applied to all requests excluding the rules that is defined. -- Another profile type is for Error detection whitelist which can not be created by user and is defined as built in. In this profile type for the specified rules there won't be a notification about requests errors. -- Different Proxy Server per profile. Each profile can use the default global proxy server or have its own specific one. -- A rule can get its proxy from Default general or Profile Proxy or has its own setting. -- New `displayMatchedRuleOnBadge` will display the applied rule to the tab in tooltip. -- Theme support. Dark/Light theme plus custom theme can be selected. -- Better UI foundation with Bootstrap 5. +#### Version 1.0 has just released 🎉 +Please use links below to access it from the browser markets. +Head over here to read the [release notes and change logs](https://github.com/salarcode/SmartProxy/tree/v1.0.x). + #### Download From Store @@ -55,7 +47,7 @@ Run the app To install in **Firefox** follow these instructions: -https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Temporary_Installation_in_Firefox +https://extensionworkshop.com/documentation/develop/temporary-installation-in-firefox/ 1. build the project using `npm run build-ff` command 2. open Firefox @@ -65,7 +57,7 @@ https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Temporary_Installation To install in **Google Chrome** follow these instructions: -https://developer.chrome.com/extensions/getstarted#unpacked +https://developer.chrome.com/docs/extensions/mv3/getstarted/development-basics/#load-unpacked 1. build the project using `npm run build-ch` command 2. Open the Extension Management page by navigating to chrome://extensions. diff --git a/src/manifest-chrome-mv2.json b/src/manifest-chrome-mv2.json index 642be72b..ba13a674 100644 --- a/src/manifest-chrome-mv2.json +++ b/src/manifest-chrome-mv2.json @@ -1,6 +1,6 @@ { "name": "__MSG_extensionName__", - "version": "0.9.9999", + "version": "1.0", "manifest_version": 2, "author": "Salar Khalilzadeh", "description": "__MSG_extensionDescription__", @@ -72,5 +72,5 @@ "description": "Switch to 'System' mode" } }, - "minimum_chrome_version": "60" + "minimum_chrome_version": "100" } \ No newline at end of file diff --git a/src/manifest-chrome.json b/src/manifest-chrome.json index 8a74562e..bde17983 100644 --- a/src/manifest-chrome.json +++ b/src/manifest-chrome.json @@ -1,6 +1,6 @@ { "name": "__MSG_extensionName__", - "version": "0.9.9999", + "version": "1.0", "manifest_version": 3, "author": "Salar Khalilzadeh", "description": "__MSG_extensionDescription__", @@ -70,5 +70,5 @@ "description": "Switch to 'System' mode" } }, - "minimum_chrome_version": "60" + "minimum_chrome_version": "100" } \ No newline at end of file diff --git a/src/manifest-edge.json b/src/manifest-edge.json index 04b74ecd..002671b9 100644 --- a/src/manifest-edge.json +++ b/src/manifest-edge.json @@ -1,6 +1,6 @@ { "name": "__MSG_extensionName__", - "version": "0.9.9999", + "version": "1.0", "manifest_version": 2, "author": "Salar Khalilzadeh", "description": "__MSG_extensionDescription__", diff --git a/src/manifest-firefox-android.json b/src/manifest-firefox-android.json index dfbb0af7..01093c8d 100644 --- a/src/manifest-firefox-android.json +++ b/src/manifest-firefox-android.json @@ -1,6 +1,6 @@ { "name": "__MSG_extensionName__", - "version": "0.9.9999", + "version": "1.0.0.1", "manifest_version": 2, "author": "Salar Khalilzadeh", "description": "__MSG_extensionDescription__", diff --git a/src/manifest-firefox-unlisted.json b/src/manifest-firefox-unlisted.json index 2b1fd4ee..dbbf80cb 100644 --- a/src/manifest-firefox-unlisted.json +++ b/src/manifest-firefox-unlisted.json @@ -1,6 +1,6 @@ { "name": "__MSG_extensionName__", - "version": "0.9.9999", + "version": "1.0", "manifest_version": 2, "author": "Salar Khalilzadeh", "description": "__MSG_extensionDescription__", diff --git a/src/manifest-firefox.json b/src/manifest-firefox.json index b8edf4b1..b16b8deb 100644 --- a/src/manifest-firefox.json +++ b/src/manifest-firefox.json @@ -1,6 +1,6 @@ { "name": "__MSG_extensionName__", - "version": "0.9.9999", + "version": "1.0", "manifest_version": 2, "author": "Salar Khalilzadeh", "description": "__MSG_extensionDescription__", diff --git a/src/manifest-opera.json b/src/manifest-opera.json index d1e298cc..54a81ddf 100644 --- a/src/manifest-opera.json +++ b/src/manifest-opera.json @@ -1,6 +1,6 @@ { "name": "__MSG_extensionName__", - "version": "0.9.9999", + "version": "1.0", "manifest_version": 2, "author": "Salar Khalilzadeh", "description": "__MSG_extensionDescription__", diff --git a/src/manifest-thunderbird.json b/src/manifest-thunderbird.json index 44ef9196..fb4dccd1 100644 --- a/src/manifest-thunderbird.json +++ b/src/manifest-thunderbird.json @@ -1,6 +1,6 @@ { "name": "__MSG_extensionName__", - "version": "0.9.9999", + "version": "1.0", "manifest_version": 2, "author": "Salar Khalilzadeh", "description": "__MSG_extensionDescription__",