Skip to content

Commit

Permalink
chore: rewrite changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
friedrith committed Sep 1, 2019
1 parent b23aa77 commit 00003c1
Showing 1 changed file with 57 additions and 39 deletions.
96 changes: 57 additions & 39 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,69 +2,87 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### 2.0.8 (2019-09-01)
## 2.0.8 (2019-09-01)

### Bug Fixes

- **dependencies:** bump lodash from 3.10.1 to 4.17.11 [#75](https://github.com/friedrith/node-wifi/issues/75) ([04a9477](https://github.com/friedrith/node-wifi/commit/04a9477))
- **lint:** travis build ([08ab90e](https://github.com/friedrith/node-wifi/commit/08ab90e))
- adapt chalk string syntax ([d27b027](https://github.com/friedrith/node-wifi/commit/d27b027))

## 2.0.7

### Bug Fixes

* **dependencies:** bump lodash from 3.10.1 to 4.17.11 [#75](https://github.com/friedrith/node-wifi/issues/75) ([04a9477](https://github.com/friedrith/node-wifi/commit/04a9477))
* **lint:** travis build ([08ab90e](https://github.com/friedrith/node-wifi/commit/08ab90e))
* adapt chalk string syntax ([d27b027](https://github.com/friedrith/node-wifi/commit/d27b027))
- bug #66
- bug #50

# Version 1.2.3
## 2.0.6

- improve environment variables management
- fix bug disconnection #9
- fix bug #7
### Bug Fixes

# Version 1.2.4
- bug #65
- bug #73

- fixed bug introduced during #7 fix
## 2.0.5

# Version 1.2.5
- new license LGPL-3.0
- add quality result which is as signal level but in percentage
- change the environment settings for en_US
- add new function to delete a previous profile #51

- fixed bug #13
### Bug Fixes

# Version 2.0.0
- bug #38
- errors while scanning on raspberry or ASUS Tinker Board issue #41

- add disconnection feature on windows (issue #16)
- add new fields in scan results (bssid equals to mac, channel, security_flags)
- improve stability of linux scan
## 2.0.4

# Version 2.0.1
- change urls in package.json because of the author's login changed

- improve stability of windows scan and current connection
### Bug Fixes

# Version 2.0.2
- bug #29

- fix bug #24
## 2.0.3

# Version 2.0.3
### Bug Fixes

- fix bug #26
- bug #26

# Version 2.0.4
## 2.0.2

- fix bug #29
- change urls in package.json because of the author's login changed
### Bug Fixes

# Version 2.0.5
- bug #24

- fixion bug #38
- new license LGPL-3.0
- add quality result which is as signal level but in percentage
- change the environment settings for en_US
- add new function to delete a previous profile #51
- fix errors while scanning on raspberry or ASUS Tinker Board issue #41
## 2.0.1

- improve stability of windows scan and current connection

# Version 2.0.6
## 2.0.0

- fix bug #65
- fix bug #73
- add disconnection feature on windows (issue #16)
- add new fields in scan results (bssid equals to mac, channel, security_flags)
- improve stability of linux scan

# Version 2.0.7
## 1.2.5

### Bug Fixes

- fix bug #66
- fix bug #50
- bug #13

## 1.2.4

### Bug Fixes

- bug introduced during #7 fix

## 1.2.3

- improve environment variables management

### Bug Fixes

# Version 2.0.8
- bug disconnection #9
- bug #7

0 comments on commit 00003c1

Please sign in to comment.