Skip to content

Commit

Permalink
Added CHANGELOG.md and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
flesler committed Oct 24, 2016
1 parent d40fd65 commit b38bfde
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Wi-Fine Version History

## v2.1.0 - 2016-10-24
### Added
- Support for optional beep on status changes (online/offline. Low connectivity is silent).
- Added a loading spinner for Squirrel installer, default one is ugly.

## v2.0.0 - 2016-10-24
### Added
- Slow status now supported.
- Switched Electron's connectivity check for HEAD requests to Google.
- Tried using DNS resolving, but local cache means latency cannot be determined (for slow status).
- Spawning a native ping has the drawback of an additional process running and that is not cross-platform out of the box.

## v1.1.0 - 2016-10-23
### Added
- GH-Releases support.
- Custom error handler.

## v1.0.0 - 2016-10-22
### Added
- Basic version, relies on Electron native's connectivity detection (to be improved on next version).
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wifine",
"productName": "Wi-Fine",
"version": "2.0.0",
"version": "2.1.0",
"author": "Ariel Flesler <aflesler@gmail.com>",
"description": "A connectivity monitoring app, built on Electron",
"homepage": "https://github.com/flesler/electron-wi-fine",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wifine",
"version": "2.0.0",
"version": "2.1.0",
"scripts": {
"start": "electron app/ --enable-logging",
"pack": "build --dir",
Expand Down

0 comments on commit b38bfde

Please sign in to comment.