Skip to content

Commit

Permalink
Bump version to 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sarathms committed Jun 29, 2020
1 parent de29cd7 commit 590adfc
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## OONI Probe Desktop 3.0.3 [2020-06-29]

probe-cli: 3.0.3

### Fixes
* Fix missing auto update notice in about window (ooni/probe#1184)
* Fix logic in looking for informed consent in config file (ooni/probe#1188)
* Fix long paths in about window debug section (ooni/probe#1116)
* Fix missing translation string in when stopping a test (ooni/probe#1204)
* Disable pausing of animation during onboarding quiz (ooni/probe#1196)

### Changes
* Removed styling of bootstrap time unit in Psiphon measurement details

### Security
* Bump websocket-extensions from 0.1.3 to 0.1.4 [dependabot]

### Dependencies
* Bumped `electron-builder` to `22.7.0`
* Bumped `electron-updater` to `4.3.1`

## OONI Probe Desktop 3.0.2 [2020-06-03]

probe-cli: 3.0.1
Expand All @@ -12,6 +33,10 @@ probe-cli: 3.0.1

* Show measurements in local system timezone

### Removed

* Dropped macos from e2e testing matrix because it times out too often

## OONI Probe Desktop 3.0.1 [2020-05-05]

probe-cli: 3.0.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) <contact@openobservatory.org>",
"productName": "OONI Probe",
"version": "3.0.3-dev",
"version": "3.0.3",
"probeVersion": "3.0.3",
"main": "main/index.js",
"license": "MIT",
Expand Down

0 comments on commit 590adfc

Please sign in to comment.