[2026-09-15T16:28:40Z] I continued on my project to automatically find the latest version of any project and added an "HTML outputer" so it shows a nice page listing the results: https://kiss-repo-status.voiders.dev/, the page will be automatically updated every 24 hours, it's still missing some mappings but it's a WIP, code is there https://codeberg.org/WladimirBec/project-version-checker/src/branch/master/contrib [2026-09-15T16:29:22Z] (cd contrib; ./kiss-repo parallel | ./kiss-status-page-generator) > output.html [2026-09-15T17:48:18Z] nice