diff --git a/CHANGELOG.md b/CHANGELOG.md index 27809e4d..4225eaba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,22 @@ # Changelog +## OONI Probe Desktop 3.0.4 [2020-10-14] + +probe-cli: 3.0.8 + +### Fixes +* Flickering when running a test (ooni/probe#1189) +* Fix crash when viewing results of stopped tests (ooni/probe#1245) +* Fix alignment of buttons in onboarding screens (ooni/probe#1138) +* Fix spacing and alignment of result overview section (ooni/probe#1043) + +### Changes +* Skip downloading `zip` archive of probe-cli in the download script (#176) + +### Security +* Dependabot version bumps for `electron`, `elliptic`, `lodash`, `markdown-to-jsx` + +### Dependencies +* Replace `react-lottie` with `react-lottie-player` ## OONI Probe Desktop 3.0.3 [2020-06-29] diff --git a/package.json b/package.json index 55323cf3..b4e502f1 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "OONI Probe Desktop app", "author": "Open Observatory of Network Interference (OONI) ", "productName": "OONI Probe", - "version": "3.0.4-dev", + "version": "3.0.4-rc.1", "probeVersion": "3.0.8", "main": "main/index.js", "license": "MIT",