Skip to content

Commit

Permalink
Update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
chros73 committed Oct 29, 2022
1 parent 40dcd79 commit 38fb0b7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## [v0.4.1](https://github.com/chros73/bscpylgtv/tree/v0.4.1) (2022-10-29)
**Implemented enhancements:**

- Add `set_1d_lut_en` and `set_3by3_gamut_en` calibration methods
- Speed up most of the calibration commands by removing checking for calibration support from them:
- only 3D LUT and Dolby Vision config related commands require `-s` (states) flag
- Modify `calibration_support_info` method to use chip type instead of model name
- Add optional `-c` command line parameter for overriding calibration_info for unsupported chip types
- Update readme

**Fixed bugs:**

- Fix truncated large arrays with get calibration commands during printing

## [v0.4.0](https://github.com/chros73/bscpylgtv/tree/v0.4.0) (2022-10-23)
**Implemented enhancements:**

Expand Down
2 changes: 1 addition & 1 deletion bscpylgtv/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version_info__ = (0, 4, 0)
__version_info__ = (0, 4, 1)
__version__ = '.'.join(map(str, __version_info__))

0 comments on commit 38fb0b7

Please sign in to comment.