Skip to content

Commit

Permalink
Update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
chros73 committed Jan 20, 2024
1 parent 462e56c commit 3194d66
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## [v0.4.6](https://github.com/chros73/bscpylgtv/tree/v0.4.6) (2024-01-20)
**Implemented enhancements:**

- Add `enable_tpc_or_gsr` method (requires 2020 and newer models)
- Add `set_sm_white_balance` method (requires 2020 and newer models)
- Add available settings doc of 2019 models
- Update available settings doc of 2020 models
- Update available settings doc of Cx models with part of DoVi config
- Add calibration guides under docs: First use, Profiling SDR, Calibrating HDR10, Mitigating DoVi raised black

## [v0.4.5](https://github.com/chros73/bscpylgtv/tree/v0.4.5) (2023-12-25)
**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, 5)
__version_info__ = (0, 4, 6)
__version__ = '.'.join(map(str, __version_info__))

0 comments on commit 3194d66

Please sign in to comment.