Skip to content
Closed
Show file tree
Hide file tree
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
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,23 @@ 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).

#### [6.0.0](https://github.com/rdkcentral/meta-application-rdke-dev/compare/5.1.0...6.0.0)

Copy link

Copilot AI Feb 16, 2026

Choose a reason for hiding this comment

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

The 6.0.0 release entry is missing a date line. All other release entries in the changelog include a date in the format > DD Month YYYY after the version heading and before the change list (see lines 16, 27, 36, 52, 61, etc.). Please add a date line after line 7 to maintain consistency with the established pattern.

Suggested change
> 16 February 2026

Copilot uses AI. Check for mistakes.
- RDKEAPPRT-575 To update package.revision and residentui [`#169`](https://github.com/rdkcentral/meta-application-rdke-dev/pull/169)
- RDKEVL-7365:[RPI] OSS and common metalayers update [`b9db7a1`](https://github.com/rdkcentral/meta-application-rdke-dev/commit/b9db7a17ff9359498fb7cf47ee34ad0b9b0553a9)
- RTK-1961 Amazon Prime app displays a black screen on launch with Kernel 6.12.38 [`db99abc`](https://github.com/rdkcentral/meta-application-rdke-dev/commit/db99abc7978ccafa9053034b352416faa5ea6beb)
- Merge tag '5.1.0' into develop [`462439a`](https://github.com/rdkcentral/meta-application-rdke-dev/commit/462439af00baa6f4c4501628fbc1040da946a6c1)

#### [5.1.0](https://github.com/rdkcentral/meta-application-rdke-dev/compare/5.0.1...5.1.0)

> 22 December 2025

- RDKEAPPRT-500 To update the package revision and residentui.bb [`#163`](https://github.com/rdkcentral/meta-application-rdke-dev/pull/163)
- RDKEAPPRT-434 : Resolve build failure in Application layer with the changes based on 8.4.1.0 MW release [`#162`](https://github.com/rdkcentral/meta-application-rdke-dev/pull/162)
- RDKEAPPRT-329: Introduce dab-adapter 0.8.0-dev [`#161`](https://github.com/rdkcentral/meta-application-rdke-dev/pull/161)
- Update CHANGELOG.md [`da3a74a`](https://github.com/rdkcentral/meta-application-rdke-dev/commit/da3a74acd19af207f6b427566d0edca6e91d59ff)
- To update the package revision and residentui.bb [`e2d64a0`](https://github.com/rdkcentral/meta-application-rdke-dev/commit/e2d64a03f20a4624f6902ac03bcbeba6c4767108)
- Address review comments [`4b174cc`](https://github.com/rdkcentral/meta-application-rdke-dev/commit/4b174cc934369bd6350979a5fbb1ea6bcc44ee8e)
- Update version to 5.1.0 [`8171b60`](https://github.com/rdkcentral/meta-application-rdke-dev/commit/8171b600769ec501d854093895fa7ac401f9d045)

#### [5.0.1](https://github.com/rdkcentral/meta-application-rdke-dev/compare/5.0.0...5.0.1)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LICENSE = "MIT"
inherit packagegroup

##Change the version number for each release.
PV = "5.1.0"
PV = "6.0.0"

RDEPENDS:packagegroup-application-layer = " \
residentui \
Expand Down