mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-07-08 14:52:39 -04:00
Add current script version #39
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @xb00tt on GitHub (Oct 11, 2025).
🌟 Briefly describe the feature
Add current script version in "Basic Information"
📝 Detailed description
Add current script version in "Basic Information" or anywhere you deem appropriate.
💡 Why is this useful?
It's in important piece of information.
@michelroegl-brunner commented on GitHub (Oct 11, 2025):
Yes, this is planned, also to capture the installed version.
@oOStroudyOo commented on GitHub (Oct 12, 2025):
I did this recently in my own custom MOTD, it was a lot more difficult than I expected. (Co-Pilot helped me ALOT)
Mainly because many apps have different ways of defining their version:
For defining latest version, not all apps use GitHub as their repo so this isn't straight forward either.
Doable, but not as simple as it sounds.
I would absolutely love to see it though, easily spot and update apps from 1 page.
And although not supported by the community-scripts, I know many people like to change the branch of Sonarr/Radarr within the app itself to develop, so you'll likely get false positives if this app is pointing at the latest releases in Github, rather than all releases.
Lots of things to think about (Or maybe I've over engineered it ha).