Skip to content

Commit

Permalink
Update version to 0.6.0-1
Browse files Browse the repository at this point in the history
  • Loading branch information
ehopperdietzel committed Jun 29, 2024
1 parent 88cdcfc commit b0f9542
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
SRM (0.6.0-1)

# New APIs

* Introduced srmConnectorSetContentType() and srmConnectorGetContentType() functions to optimize display hardware for the type of content being displayed.

# Bug Fixes

* Ensured connector properties are re-synchronized after session switching to resolve issues with cursor visibility, position, and other related errors.

# Internal Changes

* Replaced custom connector name IDs with connector_type_id (e.g., HDMI-A-1, HDMI-A-2, etc.).
* Maintained a copy of gamma tables in the legacy API to ensure proper restoration during session switching.

-- Eduardo Hopperdietzel <ehopperdietzel@gmail.com> Sat, 29 Jun 2024 18:46:15 -0400


SRM (0.5.7-1)

# Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="SRM is released under the MIT license." />
</a>
<a href="https://github.com/CuarzoSoftware/SRM">
<img src="https://img.shields.io/badge/version-0.5.7-brightgreen" alt="Current SRM version." />
<img src="https://img.shields.io/badge/version-0.6.0-brightgreen" alt="Current SRM version." />
</a>
</p>

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.7
0.6.0

0 comments on commit b0f9542

Please sign in to comment.