Skip to content

Commit

Permalink
release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffNedelcu committed May 31, 2021
1 parent 84b54de commit 4cae0b1
Show file tree
Hide file tree
Showing 10 changed files with 396 additions and 313 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
__HEAD__

__v.3.1.0__ (13.05.2021)

* Latency loading remains stuck fixed
* After some time SL is not working fixed
* Bypasslist for firefox not working fixed
* New server endpoint

__v.3.0.2__ (08.02.2021)

* Hotfix for broken storage when updating to upper version
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.2
3.1.0
4 changes: 2 additions & 2 deletions src/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"message":"contact the support department "
},
"feedbackMessageFirefox_1":{
"message":"Thank you for your feedback! We would appreciate it if rate us on "
"message":"Thank you for your feedback! We would appreciate it if you rate us on "
},
"feedbackMessageFirefox_2":{
"message":"Firefox Browser Addons"
Expand All @@ -21,7 +21,7 @@
"message":"contact the support department "
},
"feedbackMessage_1":{
"message":"Thank you for your feedback! We would appreciate it if rate us on "
"message":"Thank you for your feedback! We would appreciate it if you rate us on "
},
"feedbackMessage_2":{
"message":"Chrome Web Store"
Expand Down
1 change: 0 additions & 1 deletion src/js/chromesettings/proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ class BrowserProxy extends ChromeSetting {
}
}
let value = {};

if(smartlocation.getSmartLocationRules('smartLocationRules').length > 0 && smartlocation.getSmartLocationRules('checkSmartLocation')){
this.rules = userRulesSmartLoc;
const pacScript = pacengine.exportPAC(
Expand Down
Loading

0 comments on commit 4cae0b1

Please sign in to comment.