Skip to content

Commit

Permalink
update CHANGELOG and README
Browse files Browse the repository at this point in the history
  • Loading branch information
nitram509 committed Jan 21, 2023
1 parent 06d4ace commit 2085909
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@

# ntgrrc (Netgear Remote Control) CHANGELOG

## v0.7.2
## v0.8.0

* using "-v" over "-d" for verbose output
* using OS specific tmp directory to store login token (see #17)
* CHANGE: using "-v" parameter instead of "-d" for verbose output
* CHANGE: using OS specific temp-directory (typically $TMP or %TEMP%) to store login token (see #17) - thank you for your contribution @Sylensky

----

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Run "ntgrrc <command> --help" for more information on a command.
### login

For better performance, **login first**.
The login action will store a token to a file called ```~/.config/ntgrrc/token-12345678```
The login action will store a token to a file called ```$TEMP/.config/ntgrrc/token-12345678```
and thus subsequent actions will use it and are authenticated.

Note: if you have multiple Netgear switches, ntgrrc **supports multiple parallel tokens**/sessions,
Expand Down Expand Up @@ -220,4 +220,4 @@ Use the ```--output-format=json``` flag, to get JSON output instead.
|---------|------------|--------|----------|------------|-----------|----------------------|
| 3 | enabled | legacy | critical | user | 30.0 | 4pt 802.3af + Legacy |
| 5 | disabled | legacy | critical | user | 30.0 | 4pt 802.3af + Legacy |
```
```

0 comments on commit 2085909

Please sign in to comment.