[PR #3216] [MERGED] Show Version Information on Frontend #4204

Closed
opened 2026-02-26 13:36:00 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/3216
Author: @michelroegl-brunner
Created: 3/18/2025
Status: Merged
Merged: 3/18/2025
Merged by: @MickLesk

Base: mainHead: fronted_add_version


📝 Commits (1)

📊 Changes

4 files changed (+91 additions, -4 deletions)

View changed files

frontend/src/app/api/versions/route.ts (+46 -0)
📝 frontend/src/app/scripts/_components/ScriptItem.tsx (+32 -4)
📝 frontend/src/lib/data.ts (+8 -0)
📝 frontend/src/lib/types.ts (+5 -0)

📄 Description

✍️ Description

This adds the function to use the Data crawled from newrelease.io to show the current Version in the Frontend.

Link: #

Prerequisites (X in brackets)

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected.
  • No breaking changes – Existing functionality remains intact.
  • No security risks – No hardcoded secrets, unnecessary privilege escalations, or permission issues.

🛠️ Type of Change (X in brackets)

  • 🐞 Bug fix – Resolves an issue without breaking functionality.
  • New feature – Adds new, non-breaking functionality.
  • 💥 Breaking change – Alters existing functionality in a way that may require updates.
  • 🆕 New script – A fully functional and tested script or script set.
  • 🌍 Website update – Changes to website-related JSON files or metadata.
  • 🔧 Refactoring / Code Cleanup – Improves readability or maintainability without changing functionality.
  • 📝 Documentation update – Changes to README, AppName.md, CONTRIBUTING.md, or other docs.

🔍 Code & Security Review (X in brackets)

  • Follows Code_Audit.md & CONTRIBUTING.md guidelines

📋 Additional Information (optional)

image


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE/pull/3216 **Author:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Created:** 3/18/2025 **Status:** ✅ Merged **Merged:** 3/18/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `fronted_add_version` --- ### 📝 Commits (1) - [`fd346b5`](https://github.com/community-scripts/ProxmoxVE/commit/fd346b527c4dbff752a2fd665d941b0322108e96) Update Frontedn ### 📊 Changes **4 files changed** (+91 additions, -4 deletions) <details> <summary>View changed files</summary> ➕ `frontend/src/app/api/versions/route.ts` (+46 -0) 📝 `frontend/src/app/scripts/_components/ScriptItem.tsx` (+32 -4) 📝 `frontend/src/lib/data.ts` (+8 -0) 📝 `frontend/src/lib/types.ts` (+5 -0) </details> ### 📄 Description <!--🛑 New scripts must first be submitted to [ProxmoxVED](https://github.com/community-scripts/ProxmoxVED) for testing. PRs for new scripts that skip this process will be closed. --> ## ✍️ Description <!-- Briefly describe your changes. --> This adds the function to use the Data crawled from newrelease.io to show the current Version in the Frontend. ## 🔗 Related PR / Issue Link: # ## ✅ Prerequisites (**X** in brackets) - [X] **Self-review completed** – Code follows project standards. - [X] **Tested thoroughly** – Changes work as expected. - [X] **No breaking changes** – Existing functionality remains intact. - [X] **No security risks** – No hardcoded secrets, unnecessary privilege escalations, or permission issues. --- ## 🛠️ Type of Change (**X** in brackets) - [ ] 🐞 **Bug fix** – Resolves an issue without breaking functionality. - [X] ✨ **New feature** – Adds new, non-breaking functionality. - [ ] 💥 **Breaking change** – Alters existing functionality in a way that may require updates. - [ ] 🆕 **New script** – A fully functional and tested script or script set. - [ ] 🌍 **Website update** – Changes to website-related JSON files or metadata. - [ ] 🔧 **Refactoring / Code Cleanup** – Improves readability or maintainability without changing functionality. - [ ] 📝 **Documentation update** – Changes to `README`, `AppName.md`, `CONTRIBUTING.md`, or other docs. --- ## 🔍 Code & Security Review (**X** in brackets) - [X] **Follows `Code_Audit.md` & `CONTRIBUTING.md` guidelines** ## 📋 Additional Information (optional) <!-- Add any extra context, screenshots, or references. --> ![image](https://github.com/user-attachments/assets/10f18ffb-5125-47a6-87d8-de22fb35156a) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 13:36:00 +03:00
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#4204
No description provided.