[GH-ISSUE #113] Add current script version #36

Open
opened 2026-02-26 12:39:59 +03:00 by kerem · 2 comments
Owner

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.

Image

💡 Why is this useful?

It's in important piece of information.

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. <img width="529" height="172" alt="Image" src="https://github.com/user-attachments/assets/c7be65ce-3b5f-4f9b-a5c3-b68d5234fe88" /> ### 💡 Why is this useful? It's in important piece of information.
Author
Owner

@michelroegl-brunner commented on GitHub (Oct 11, 2025):

Yes, this is planned, also to capture the installed version.

<!-- gh-comment-id:3393600160 --> @michelroegl-brunner commented on GitHub (Oct 11, 2025): Yes, this is planned, also to capture the installed version.
Author
Owner

@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:

  • Apps like Tdarr and Jellyseerr define their installed version in a json file.
  • Radarr/sonarr via API
  • Change Detection via pip
  • And then there are apps installed via the community scripts which update a "version" file on update (Not relevant for apps that auto-update though).

For defining latest version, not all apps use GitHub as their repo so this isn't straight forward either.

  • apt-cacher-ng is via cli as they are debian packages.
  • Tdarr via their website.

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).

Image
<!-- gh-comment-id:3394056998 --> @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: - Apps like Tdarr and Jellyseerr define their installed version in a json file. - Radarr/sonarr via API - Change Detection via pip - And then there are apps installed via the community scripts which update a "version" file on update (Not relevant for apps that auto-update though). For defining latest version, not all apps use GitHub as their repo so this isn't straight forward either. - apt-cacher-ng is via cli as they are debian packages. - Tdarr via their website. 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). <img width="366" height="177" alt="Image" src="https://github.com/user-attachments/assets/99497a00-a598-4fdf-99dc-2515ee21560d" />
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE-Local#36
No description provided.