From f06f971b711a3654b258fa5312802d623d91c32c Mon Sep 17 00:00:00 2001 From: weLees <80820351+welees@users.noreply.github.com> Date: Sun, 18 May 2025 20:46:08 +0800 Subject: [PATCH 01/10] Visual LVM MKV Mod6 1408 for appimage release --- data/VisualLVMRemote.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 data/VisualLVMRemote.yml diff --git a/data/VisualLVMRemote.yml b/data/VisualLVMRemote.yml new file mode 100644 index 0000000000..770c9a7cf7 --- /dev/null +++ b/data/VisualLVMRemote.yml @@ -0,0 +1,16 @@ +name: "Visual LVM Remote" + description: "Visual LVM is a GUI based LVM management software developed by weLees., Ltd. It frees storage administrators from endless command line parameters. Visual LVM shows storage layout information based on their location on host physical storage device. At a glance you can see the relationship among the various objects. The vast majority of Visual LVM operations are performed with mouse clicking and dragging. Visual LVM will automatically calculate the available lower and upper limits when entering the dimensions. The wrong value cannot be set at all. For the setting of parameters, For the setting of various parameters, Visual LVM on the one hand describes the meaning of the parameters to the user in natural language." +categories: + - "Utility" +license: "MIT"authors: + - name: "weLees" + url: "https://www.welees.com" +links: + - type: "GitHub" + url: "https://github.com/welees/visual-lvm" +icons: + - src: "https://github.com/welees/visual-lvm/blob/main/icon2.png" + size: "320x320" +sources: + - type: "GitHub" + url: "https://github.com/welees/visual-lvm/blob/main/visual-lvm-remote_5.6.1408_x86_64.AppImage" From eb39ed1c119b26b089889ea64fbedc4a7a2d95cf Mon Sep 17 00:00:00 2001 From: weLees <80820351+welees@users.noreply.github.com> Date: Sun, 18 May 2025 21:03:42 +0800 Subject: [PATCH 02/10] Update VisualLVMRemote.yml Fix yml problem --- data/VisualLVMRemote.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/VisualLVMRemote.yml b/data/VisualLVMRemote.yml index 770c9a7cf7..4e311aab7b 100644 --- a/data/VisualLVMRemote.yml +++ b/data/VisualLVMRemote.yml @@ -4,13 +4,13 @@ categories: - "Utility" license: "MIT"authors: - name: "weLees" - url: "https://www.welees.com" + url: "http://www.welees.com" links: - type: "GitHub" - url: "https://github.com/welees/visual-lvm" + url: "http://github.com/welees/visual-lvm" icons: - - src: "https://github.com/welees/visual-lvm/blob/main/icon2.png" + - src: "http://github.com/welees/visual-lvm/blob/main/icon2.png" size: "320x320" sources: - type: "GitHub" - url: "https://github.com/welees/visual-lvm/blob/main/visual-lvm-remote_5.6.1408_x86_64.AppImage" + url: "http://github.com/welees/visual-lvm/blob/main/visual-lvm-remote_5.6.1408_x86_64.AppImage" From 3010593f8ea8d3d2b55e32e6303d301fbcf28ac6 Mon Sep 17 00:00:00 2001 From: weLees <80820351+welees@users.noreply.github.com> Date: Sun, 18 May 2025 23:25:54 +0800 Subject: [PATCH 03/10] Update VisualLVMRemote.yml name: "Visual LVM Remote" description: "Visual LVM is a GUI based LVM management software developed by weLees., Ltd. It frees storage administrators from endless command line parameters. Visual LVM shows storage layout information based on their location on host physical storage device. At a glance you can see the relationship among the various objects. The vast majority of Visual LVM operations are performed with mouse clicking and dragging. Visual LVM will automatically calculate the available lower and upper limits when entering the dimensions. The wrong value cannot be set at all. For the setting of parameters, For the setting of various parameters, Visual LVM on the one hand describes the meaning of the parameters to the user in natural language." categories: - "Utility" license: "MIT"authors: - name: "weLees" url: "http://www.welees.com" links: - type: "GitHub" url: "http://github.com/welees/visual-lvm" icons: - src: "http://github.com/welees/visual-lvm/blob/main/icon2.png" size: "320x320" sources: - type: "GitHub" url: "http://github.com/welees/visual-lvm/blob/main/visual-lvm-remote_5.6.1408_x86_64.AppImage" --- data/VisualLVMRemote.yml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/data/VisualLVMRemote.yml b/data/VisualLVMRemote.yml index 4e311aab7b..17b93094b1 100644 --- a/data/VisualLVMRemote.yml +++ b/data/VisualLVMRemote.yml @@ -1,16 +1 @@ -name: "Visual LVM Remote" - description: "Visual LVM is a GUI based LVM management software developed by weLees., Ltd. It frees storage administrators from endless command line parameters. Visual LVM shows storage layout information based on their location on host physical storage device. At a glance you can see the relationship among the various objects. The vast majority of Visual LVM operations are performed with mouse clicking and dragging. Visual LVM will automatically calculate the available lower and upper limits when entering the dimensions. The wrong value cannot be set at all. For the setting of parameters, For the setting of various parameters, Visual LVM on the one hand describes the meaning of the parameters to the user in natural language." -categories: - - "Utility" -license: "MIT"authors: - - name: "weLees" - url: "http://www.welees.com" -links: - - type: "GitHub" - url: "http://github.com/welees/visual-lvm" -icons: - - src: "http://github.com/welees/visual-lvm/blob/main/icon2.png" - size: "320x320" -sources: - - type: "GitHub" - url: "http://github.com/welees/visual-lvm/blob/main/visual-lvm-remote_5.6.1408_x86_64.AppImage" +http://github.com/welees/visual-lvm/blob/main/visual-lvm-remote_5.6.1408_x86_64.AppImage From 3179674029e6cdf5ba61416b7eb0718489cfc817 Mon Sep 17 00:00:00 2001 From: weLees <80820351+welees@users.noreply.github.com> Date: Sun, 18 May 2025 23:41:17 +0800 Subject: [PATCH 04/10] Update VisualLVMRemote.yml --- data/VisualLVMRemote.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/VisualLVMRemote.yml b/data/VisualLVMRemote.yml index 17b93094b1..0b08a56db5 100644 --- a/data/VisualLVMRemote.yml +++ b/data/VisualLVMRemote.yml @@ -1 +1 @@ -http://github.com/welees/visual-lvm/blob/main/visual-lvm-remote_5.6.1408_x86_64.AppImage +https://github.com/welees/visual-lvm/raw/refs/heads/main/visual-lvm-remote_5.6.1408_x86_64.AppImage From 832eeec296d50c4f8763f8c9cacaf91ce3545052 Mon Sep 17 00:00:00 2001 From: weLees <80820351+welees@users.noreply.github.com> Date: Mon, 19 May 2025 00:13:45 +0800 Subject: [PATCH 05/10] Update VisualLVMRemote.yml --- data/VisualLVMRemote.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/VisualLVMRemote.yml b/data/VisualLVMRemote.yml index 0b08a56db5..2f6ff69fd5 100644 --- a/data/VisualLVMRemote.yml +++ b/data/VisualLVMRemote.yml @@ -1 +1 @@ -https://github.com/welees/visual-lvm/raw/refs/heads/main/visual-lvm-remote_5.6.1408_x86_64.AppImage +https://github.com/welees/visual-lvm/releases/download/v5.6.1408/visual-lvm-remote_5.6.1408_x86_64.AppImage From 0e2d5fd6b581677e221637ea1f81c136f95adcf2 Mon Sep 17 00:00:00 2001 From: weLees <80820351+welees@users.noreply.github.com> Date: Mon, 19 May 2025 01:37:10 +0800 Subject: [PATCH 06/10] Update VisualLVMRemote.yml From 3cfe359ab2e37efbd99b4c31d28ae2d9b854ef2f Mon Sep 17 00:00:00 2001 From: weLees <80820351+welees@users.noreply.github.com> Date: Mon, 19 May 2025 01:57:08 +0800 Subject: [PATCH 07/10] Update VisualLVMRemote.yml --- data/VisualLVMRemote.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/VisualLVMRemote.yml b/data/VisualLVMRemote.yml index 2f6ff69fd5..e8d9359cb9 100644 --- a/data/VisualLVMRemote.yml +++ b/data/VisualLVMRemote.yml @@ -1 +1,4 @@ https://github.com/welees/visual-lvm/releases/download/v5.6.1408/visual-lvm-remote_5.6.1408_x86_64.AppImage +icons: + - src: "https://github.com/welees/visual-lvm/blob/v5.6.1408/panel1.png" + size: "1294x788" From 7b8899c3d9d86b52214a0ac7384cc00616fde0b9 Mon Sep 17 00:00:00 2001 From: weLees <80820351+welees@users.noreply.github.com> Date: Mon, 19 May 2025 02:34:12 +0800 Subject: [PATCH 08/10] Update VisualLVMRemote.yml test --- data/VisualLVMRemote.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/data/VisualLVMRemote.yml b/data/VisualLVMRemote.yml index e8d9359cb9..2f6ff69fd5 100644 --- a/data/VisualLVMRemote.yml +++ b/data/VisualLVMRemote.yml @@ -1,4 +1 @@ https://github.com/welees/visual-lvm/releases/download/v5.6.1408/visual-lvm-remote_5.6.1408_x86_64.AppImage -icons: - - src: "https://github.com/welees/visual-lvm/blob/v5.6.1408/panel1.png" - size: "1294x788" From d95dc5f8d9231f8752c715fba23082ab33817efa Mon Sep 17 00:00:00 2001 From: weLees <80820351+welees@users.noreply.github.com> Date: Tue, 20 May 2025 19:09:09 +0800 Subject: [PATCH 09/10] Update VisualLVMRemote.yml Retry From 792b9874ea9a17820c3144cf9dffbafb91df18cf Mon Sep 17 00:00:00 2001 From: weLees <80820351+welees@users.noreply.github.com> Date: Thu, 22 May 2025 00:03:36 +0800 Subject: [PATCH 10/10] Update VisualLVMRemote.yml for check --- data/VisualLVMRemote.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/VisualLVMRemote.yml b/data/VisualLVMRemote.yml index 2f6ff69fd5..dda938c820 100644 --- a/data/VisualLVMRemote.yml +++ b/data/VisualLVMRemote.yml @@ -1 +1 @@ -https://github.com/welees/visual-lvm/releases/download/v5.6.1408/visual-lvm-remote_5.6.1408_x86_64.AppImage +https://github.com/welees/visual-lvm/releases/download/v5.6.1408/visual-lvm-remote_5.6.1408_x86_64.AppImage