Skip to content

Commit

Permalink
Update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
chros73 committed Feb 5, 2023
1 parent 7d15832 commit 158d8f7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [v0.4.4](https://github.com/chros73/bscpylgtv/tree/v0.4.4) (2023-02-05)
**Implemented enhancements:**

- Add take_screenshot method
- Add ability to backup and restore 1D LUT, 3D LUT and 3x3 color matrix

## [v0.4.3](https://github.com/chros73/bscpylgtv/tree/v0.4.3) (2023-01-19)
**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, 3)
__version_info__ = (0, 4, 4)
__version__ = '.'.join(map(str, __version_info__))

0 comments on commit 158d8f7

Please sign in to comment.