mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-04-24 20:25:50 +03:00
[GH-ISSUE #113] Add current script version #36
Labels
No labels
bug
enhancement
enhancement
feature
in progress
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ProxmoxVE-Local#36
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE-Local/issues/113
🌟 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).