-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,31 @@ | ||
# Changelog | ||
|
||
## OONI Probe Desktop 3.4.0 [2021-04-19] | ||
|
||
probe-cli: 3.9.2 | ||
|
||
### Added | ||
* Feature: Signal test added under the `Instant Messaging` card. | ||
* Choose websites screen now validates custom URLs entered by user. | ||
|
||
### Fixed | ||
* Fix `<Button>` styling that showed a default outline when clicked. | ||
* Lint warnings. | ||
|
||
### Changed | ||
* Upgraded `electron` to `v11.0.0`. Pinned to that version because `v11.1.0` uses `webdriverio v6` which has breaking changes to its API. | ||
* Updated dependencies: `ooni-components`, `styled-components`, `rebass` | ||
* Pin to `[email protected]` because 5.2.x introduces this bug: styled-components/styled-components#3273 | ||
* Use `Modal` component from `ooni-components` instead of the forked one in the repo. | ||
* Moved icons for Signal and RiseupVPN tests to `ooni-comopnents` | ||
|
||
### Removed | ||
* Settings option for usage analytics, sharing IP and network information. Added config migration to adjust config files after update. | ||
* Removed integration with Matomo for analytics. | ||
|
||
### Security | ||
* Dependabot version bumps for `y18n` | ||
|
||
## OONI Probe Desktop 3.3.0 [2021-03-19] | ||
|
||
probe-cli: 3.8.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"description": "OONI Probe Desktop app", | ||
"author": "Open Observatory of Network Interference (OONI) <[email protected]>", | ||
"productName": "OONI Probe", | ||
"version": "3.4.0-rc.1", | ||
"version": "3.4.0", | ||
"probeVersion": "3.9.2", | ||
"main": "main/index.js", | ||
"license": "BSD-3-Clause", | ||
|