Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sarathms committed Oct 14, 2020
1 parent eaa591a commit eb8b10d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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]

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.0.4-dev",
"version": "3.0.4-rc.1",
"probeVersion": "3.0.8",
"main": "main/index.js",
"license": "MIT",
Expand Down

0 comments on commit eb8b10d

Please sign in to comment.