From b0f95423a556bcf9850d4d930f5bf497adcec52c Mon Sep 17 00:00:00 2001 From: Eduardo Hopperdietzel Date: Sat, 29 Jun 2024 19:00:16 -0400 Subject: [PATCH] Update version to 0.6.0-1 --- CHANGES | 18 ++++++++++++++++++ README.md | 2 +- VERSION | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 94d3ab2..346f9d3 100644 --- a/CHANGES +++ b/CHANGES @@ -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 Sat, 29 Jun 2024 18:46:15 -0400 + + SRM (0.5.7-1) # Bug Fixes diff --git a/README.md b/README.md index 74101c8..0c82307 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ SRM is released under the MIT license. - Current SRM version. + Current SRM version.

diff --git a/VERSION b/VERSION index dc2b74e..09a3acf 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.7 \ No newline at end of file +0.6.0 \ No newline at end of file