Skip to content

Commit

Permalink
Merge branch 'registry-update'
Browse files Browse the repository at this point in the history
  • Loading branch information
svalouch committed Mar 21, 2021
2 parents 2d7af88 + 79c2bb8 commit b59a75b
Show file tree
Hide file tree
Showing 4 changed files with 947 additions and 709 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ coverage.xml
*.cover
.hypothesis/
.pytest_cache/
devtools/

# Translations
*.mo
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ All notable changes to this project will be documented in this file.

**Features**

- Registry: Update with new OIDs from OpenWB.

**Documentation**

- Disable Smartquotes (https://docutils.sourceforge.io/docs/user/smartquotes.html) which renders double-dash strings as
Expand All @@ -17,6 +19,9 @@ All notable changes to this project will be documented in this file.
- CLI: Fix incomplete example in `read-value` help output (Issue #5).
- CLI: Change output for OIDs of type `UNKNOWN` to a hexdump. This works around the problem of some of them being
marked as being strings when instead they carry complex data that can't easily be represented as textual data.
- Registry: Mark some OIDs that are known to contain complex data that hasn't been decoded yet as being of type
`UNKNOWN` instead of `STRING`. Most of them cannot be decoded to a valid string most of the time, and even then the
content would not make sense. This change allows users to filter these our, e.g. when printing their content.

## Release 0.0.2 - 2021-02-17

Expand Down

0 comments on commit b59a75b

Please sign in to comment.