Cosmos-Server icon indicating copy to clipboard operation
Cosmos-Server copied to clipboard

[FEAT]: Read ServApp changelog from Cosmos

Open gschurck opened this issue 4 months ago • 1 comments

Feature Description

I would like an easy way to follow the changelog of my self hosted apps, to check if there are breaking changes or new features.

What I suggest is that we add a way to see the changelog of a Cosmos Market ServApp we installed. And hopefully, changelog is often written in Github release description for most projects.

The steps would be :

  • Set a Github/Gitlab projet url for each market app
  • When accessing changelog, fetch stable release descriptions with the API
  • Render it as markdown
  • Add an option to display only the releases that are useful, like the ones that were released after the last time we read the changelog (so that even users with auto update can keep track of changes easily)

gschurck avatar Aug 26 '25 15:08 gschurck

Also there is the option to use Mark as read like on Coolify to remove a notification element

Image

gschurck avatar Aug 31 '25 14:08 gschurck