Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 24 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,32 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

<!-- auto-changelog-above -->

#### [1.1.12](https://github.com/rdkcentral/control/compare/1.1.11...1.1.12)

> 9 April 2026

- RDKEMW-16333: Update Thunder plugin to use _string and _boolean [`#197`](https://github.com/rdkcentral/control/pull/197)

Copilot AI Apr 9, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In Markdown, _string and _boolean will render as italics (underscore emphasis), which can obscure the literal names. Wrap these literals in inline code formatting (backticks) so the changelog preserves the exact identifiers.

Suggested change
- RDKEMW-16333: Update Thunder plugin to use _string and _boolean [`#197`](https://github.com/rdkcentral/control/pull/197)
- RDKEMW-16333: Update Thunder plugin to use `_string` and `_boolean` [`#197`](https://github.com/rdkcentral/control/pull/197)

Copilot uses AI. Check for mistakes.
- RDKEMW-5849 : remove deprecated "experience" code [`#185`](https://github.com/rdkcentral/control/pull/185)

Copilot AI Apr 9, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These entries have inconsistent formatting compared to adjacent bullets (extra space before the colon, and 'remove' starting lowercase). For readability and consistency, standardize the ticket formatting (e.g., no space before ':') and use consistent capitalization for the action verb.

Suggested change
- RDKEMW-5849 : remove deprecated "experience" code [`#185`](https://github.com/rdkcentral/control/pull/185)
- RDKEMW-5849: Remove deprecated "experience" code [`#185`](https://github.com/rdkcentral/control/pull/185)

Copilot uses AI. Check for mistakes.

#### [1.1.11.2](https://github.com/rdkcentral/control/compare/1.1.11.1...1.1.11.2)

> 7 April 2026

- RDKEMW-16711: CHANGELOG for ctrlm hotfix release 1.1.11.2 [`#196`](https://github.com/rdkcentral/control/pull/196)
- RDKEMW-16711 : Add wakeup reason string, on support/1.1.11 [`#195`](https://github.com/rdkcentral/control/pull/195)

Copilot AI Apr 9, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These entries have inconsistent formatting compared to adjacent bullets (extra space before the colon, and 'remove' starting lowercase). For readability and consistency, standardize the ticket formatting (e.g., no space before ':') and use consistent capitalization for the action verb.

Copilot uses AI. Check for mistakes.

#### [1.1.11.1](https://github.com/rdkcentral/control/compare/1.1.11...1.1.11.1)

> 1 April 2026

- RDKEMW-16330: Update Control Manager to use bool for NSM [`#188`](https://github.com/rdkcentral/control/pull/188)
- RDKEMW-16330: update CHANGELOG for release 1.1.11p1 [`98ea5f5`](https://github.com/rdkcentral/control/commit/98ea5f51f8da9ef6ded7038d760baa3b41cc4a90)

#### [1.1.11](https://github.com/rdkcentral/control/compare/1.1.10...1.1.11)

> 5 March 2026
> 6 March 2026

Copilot AI Apr 9, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR changes the recorded release date for 1.1.11 (previously 5 March 2026). Since this is a historical record, please confirm the corrected date is accurate; if intentional, consider adding a brief note in the PR description explaining the date correction.

Suggested change
> 6 March 2026
> 5 March 2026

Copilot uses AI. Check for mistakes.

- RDKEMW-14589: No UI action with "Info" keypress from rf4ce remote in RF mode [`#181`](https://github.com/rdkcentral/control/pull/181)
- RDKEMW-14445 : Add session end and protocol return to telemetry [`#182`](https://github.com/rdkcentral/control/pull/182)
Expand All @@ -15,7 +38,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- RDKEMW-12930: RF4CE network export XCONF on pair/unpair/etc. [`#177`](https://github.com/rdkcentral/control/pull/177)
- RDKEMW-13833: Remove duplicate RFC fetch attempts in listeners [`#179`](https://github.com/rdkcentral/control/pull/179)

<!-- auto-changelog-above -->

#### [1.1.10](https://github.com/rdkcentral/control/compare/1.1.9...1.1.10)

Expand Down
Loading