Skip to content

Commit

Permalink
Bump to v3.3.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
sarathms committed Apr 12, 2021
1 parent 0d44f40 commit d897280
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d897280

Please sign in to comment.