fix(proxmox): parse port from URL when adding remote #100

Merged
sarman merged 6 commits from fix/proxmox-remote-add-error into beta 2026-06-14 05:23:50 +00:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 58cbe5259d - Show all commits

View File

@ -1,7 +1,7 @@
{
"name": "trcaa",
"private": true,
"version": "1.2.3",
"version": "1.2.4",
"type": "module",
"scripts": {
"dev": "vite",

View File

@ -1,6 +1,6 @@
[package]
name = "trcaa"
version = "1.2.3"
version = "1.2.4"
edition = "2021"
[lib]

View File

@ -1,6 +1,6 @@
{
"productName": "Troubleshooting and RCA Assistant",
"version": "1.2.3",
"version": "1.2.4",
"identifier": "com.trcaa.app",
"build": {
"frontendDist": "../dist",