From 38e5388f83d8e9e5e7a0d1ff08060f5c5a0b5367 Mon Sep 17 00:00:00 2001 From: "gitea-actions[bot]" Date: Sat, 13 Jun 2026 05:43:47 +0000 Subject: [PATCH] chore: update CHANGELOG.md for v1.2.2 [skip ci] --- CHANGELOG.md | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0d6519b..9588310a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,17 +4,25 @@ All notable changes to TRCAA are documented here. Commit types shown: feat, fix, perf, docs, refactor. CI, chore, and build changes are excluded. -## [1.2.2] - 2026-06-13 +## [1.2.1] — 2026-06-13 -### Fixed -- **database**: Add migration to remove old dummy/proxmox test data from existing installations -- **proxmox**: Fix cluster deletion functionality -- **proxmox**: Fix cluster creation and save functionality +### Bug Fixes +- Proxmox PDM v1.2.0 bugs and feature parity +- Implement v1.2.1 fixes +- Persist Proxmox settings via localStorage; fix Remotes add/refresh flow +- **fmt**: Apply rustfmt formatting to proxmox commands +- **proxmox**: Add database migration to remove old dummy data; bump to v1.2.2 -### Added -- **proxmox**: 100% feature parity with Proxmox Datacenter Manager v1.1.4 +### Features +- Move auto-updater to Settings > Updater; collapse Proxmox nav by default +- Add missing proxmox backend client functions and Rust command stubs +- **proxmox**: Implement notes system, resource search, and administration panel (phases 12-13) +- **proxmox**: Implement HA groups manager and user management UI (phases 8-9) +- **proxmox**: Implement certificate manager and subscription registry (phases 10-11) +- **proxmox**: Implement network management, tasks, custom views, and connection health (phases 14-15) +- **proxmox**: Add routes for notes, search, and administration pages -## [1.2.1] - 2026-06-12 +## [1.2.0] — 2026-06-11 ### Bug Fixes - **lint**: Resolve ESLint errors