From f36351c0096cabb815780b28fe0a4eed0b8f4d41 Mon Sep 17 00:00:00 2001 From: modernw Date: Fri, 10 Apr 2026 18:27:11 +0800 Subject: [PATCH 1/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0da7e9a..a338b20 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@

Download the latest release from the Releases section.

Note: There is no official release yet, but the test version still does not have the Pre-released label; this is for testing upgrade functionality. Once the official release is complete, previous versions will be marked as Pre-released.

+

Note 2: Ensure that .NET Framework 4.6 is installed on your computer, as the runtime libraries automatically installed by the installer may not actually be installed on your system. Therefore, after completing the installation via the installer, be sure to download and run the .NET Framework 4.6 runtime library installer again.

Download Runtime Libraries
Download Dependencies for Metro Apps

Attention

From 84f89f3464e6c17edd0751e7c9c2c16692f05e54 Mon Sep 17 00:00:00 2001 From: modernw Date: Fri, 10 Apr 2026 20:24:35 +0800 Subject: [PATCH 2/3] Update README with x86 runtime library note Added note about x86 runtime library installation requirements. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a338b20..e90e791 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@

Note: There is no official release yet, but the test version still does not have the Pre-released label; this is for testing upgrade functionality. Once the official release is complete, previous versions will be marked as Pre-released.

Note 2: Ensure that .NET Framework 4.6 is installed on your computer, as the runtime libraries automatically installed by the installer may not actually be installed on your system. Therefore, after completing the installation via the installer, be sure to download and run the .NET Framework 4.6 runtime library installer again.

+

Note 3: The x86 runtime library must be installed, as the program itself is compiled for the x86 architecture. (Unless the program is compiled for the ARM architecture, in which case the ARM runtime library must be installed.)

Download Runtime Libraries
Download Dependencies for Metro Apps

Attention

From f98c57ef3a90ea0f76a2504d010a922405a2c4ed Mon Sep 17 00:00:00 2001 From: modernw Date: Fri, 10 Apr 2026 20:25:07 +0800 Subject: [PATCH 3/3] Update .NET Framework version in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e90e791..5bc831e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@

Required runtime libraries

  • Microsoft .NET Framework 4.5 (may be pre-installed on Windows 8.x and later)
  • -
  • Microsoft .NET Framework 4.6.2
  • +
  • Microsoft .NET Framework 4.6
  • Microsoft Visual C++ 2013 Redistributable (x86)
  • Microsoft Visual C++ 2015 Redistributable (x86)