Replicate Bubble's Release Page

Does anyone have a way to replicate Bubble’s release page concept from dynamic data? I’d like to offer a “gift” icon and display vesion release notes without having to maintain a product table if at all possible.

Should be fairly easy to replicate it. If you look at it from a perspective, it only contains 2 containers, with the right one also having a repeating group and a date filter on top.

I built the repeating group. It’s currently connected to a table where I manually create release notes. I’m looking for a way to generate that list from version control records so I don’t have to manually create the records.