This commit is contained in:
Tomasi - Developing 2026-02-17 14:23:49 +01:00
parent b04ad8c9b3
commit 3545994bbf
2 changed files with 12 additions and 2 deletions

View File

@ -25,6 +25,16 @@ All beta versions (0.x.x) can be found here →
--- ---
### **[1.2.0]** *2026-02-17* 🚀
#### 🛠 Changed
- **Platform Upgrade**
The application has been upgraded to the latest platform versions:
- Backend: **.NET 10**
- Frontend: **Angular 21**
These upgrades improve performance, security, and future compatibility with upcoming features.
### **[1.1.0]** *2026-02-09* 🚀 ### **[1.1.0]** *2026-02-09* 🚀
#### ✨ Added #### ✨ Added
- **Desert Storm Player Sorting in Info Dialog** - **Desert Storm Player Sorting in Info Dialog**

View File

@ -1,6 +1,6 @@
{ {
"name": "ui", "name": "ui",
"version": "0.0.0", "version": "1.2.0",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"start": "ng serve --host=127.0.0.1", "start": "ng serve --host=127.0.0.1",
@ -52,4 +52,4 @@
"karma-jasmine-html-reporter": "~2.2.0", "karma-jasmine-html-reporter": "~2.2.0",
"typescript": "~5.9.3" "typescript": "~5.9.3"
} }
} }