Skip to content

Commit

Permalink
release 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffNedelcu committed May 31, 2021
1 parent 2d3d4d9 commit 84b54de
Show file tree
Hide file tree
Showing 101 changed files with 19,219 additions and 10,699 deletions.
30 changes: 22 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,36 @@
__HEAD__

__v.2.4.4__
__v.3.0.2__ (08.02.2021)

* Hotfix for broken storage when updating to upper version

__v.3.0.1__ (03.02.2021)

* Fixed expand arrow from server list
* Temporarily addons not being temporarily fixed
* Connection animation respects the connection state

__v.3.0.0__ (2.02.2021)

* Same app feature

__v.2.4.4__ (07.12.2020)

* Added translations for onboarding and just in time

__v.2.4.3__
__v.2.4.3__ (19.11.2020)

* Just in time (rating system)

__v.2.3.2__
__v.2.3.2__ (12.11.2020)

* Hotfix for mace

__v.2.3.1__
__v.2.3.1__ (05.11.2020)

* Changed port for smart location

__v.2.3.0__
__v.2.3.0__ (29.10.2020)

* Adobe flash functionality is no more
* Added new light theme background and some styles for onboarding
Expand All @@ -31,7 +45,7 @@ __v2.2.8__

* More translations.

__v2.2.7__
__v2.2.7__ (15.09.2020)

* Translations and css changes for some of them.

Expand All @@ -44,12 +58,12 @@ __v2.2.5__
* Fixed smart location not grabbing correct proxy
* Remember me now clears when false

__v2.2.3__
__v2.2.3__ (25.08.2020)

* Added loading icon in region tile


__v2.2.2__
__v2.2.2__ (05.08.2020)

* Smart location loading improvements
* Fix for smart location domain grab
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,12 @@ only build a distributable that needs to be manually distributed.

`yarn run release`

#### Deploying to the Firefox Add-on Store
**These instructions are still in flux.**
**Ensure that you've created a web-ext api key and secret beforehand**
At the root of the project, run the following command
`yarn run public`
This should create a new `.xpi` file in `builds/firefox-public` that can be uploaded to the add-on store via the addons website. This is a manual process for now until an automated procedure can be established.
## Contributing

By contributing to this project you are agreeing to the terms stated in the Contributor License Agreement (CLA) [here](/CLA.rst). For more details please see [CONTRIBUTING.md](/.github/CONTRIBUTING.md). Issues and Pull Requests should use these templates: [ISSUES](/.github/ISSUE_TEMPLATE.md) and [PULL REQUESTS](/.github/PULL_REQUEST_TEMPLATE.md)
Expand All @@ -180,3 +186,5 @@ This project is licensed under the [MIT (Expat) license](https://choosealicense.
[pia-image]: https://www.privateinternetaccess.com/assets/PIALogo2x-0d1e1094ac909ea4c93df06e2da3db4ee8a73d8b2770f0f7d768a8603c62a82f.png
[pia-url]: https://www.privateinternetaccess.com/
[wiki]: https://en.wikipedia.org/wiki/Private_Internet_Access

// Firefox readme
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.4
3.0.2
Loading

0 comments on commit 84b54de

Please sign in to comment.