Skip to content

Commit

Permalink
0.9.10 documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmaxymoo committed May 6, 2023
1 parent 2ee36b3 commit 31aae62
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release History

## 0.9.10

* The shell now remembers command history (thanks to [Brad Town](https://github.com/townba)).
* You can clear the shell's command history with the `-c` or `--clear-history` flags.

## 0.9.9

* Fixed a bug where an empty channel name did not reset the channel name on the device (thanks to [Brad Town](https://github.com/townba))
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ The shell allows you to send commands directly to the device.
The `shell` subcommand accepts a script filename as an optional parameter.
Specifying `-` as the input script will tell the shell to read from stdin.

The shell remembers its history by default. This can be cleared by deleting
`~/.bc125py_history` (but usually for the root user), or by running the shell
subcommand with the `-c` or `--clear-history` flags.

### Factory reset the scanner

`sudo bc125py wipe`
Expand Down
2 changes: 1 addition & 1 deletion bc125py/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PACKAGE_NAME = "bc125py"
PACKAGE_NAME_FULL = PACKAGE_NAME
PACKAGE_VERSION = "0.9.9"
PACKAGE_VERSION = "0.9.10"
PACKAGE_AUTHOR = "Max Loiacono"
PACKAGE_AUTHOR_EMAIL = "max.loiacono@protonmail.com"
PACKAGE_DESCRIPTION = "A Python-based interface for the Uniden BC125AT"
Expand Down

0 comments on commit 31aae62

Please sign in to comment.