Skip to content

Releases: CnCNet/xna-cncnet-client-launcher

v2.0.13

08 Feb 19:43

Choose a tag to compare

What's Changed

Full Changelog: v2.0.12...v2.0.13

v2.0.12

19 Nov 06:41

Choose a tag to compare

What's Changed

Full Changelog: v2.0.11...v2.0.12

v2.0.11

01 Nov 16:47
713d2ae

Choose a tag to compare

What's Changed

Note

For the long-path awareness, you also need to update the Registry to enable it:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]
"LongPathsEnabled"=dword:00000001

Here is an example of Inno Setup script:

[Registry]
Root: HKLM; Subkey: SYSTEM\CurrentControlSet\Control\FileSystem; ValueType: dword; ValueName: LongPathsEnabled; ValueData: 1; MinVersion: 10.0.14393

Full Changelog: v2.0.10...v2.0.11

v2.0.10

29 Apr 10:36
673af2c

Choose a tag to compare

What's Changed

Full Changelog: v2.0.9...v2.0.10

v2.0.9

03 Jan 14:21
1fdfdab

Choose a tag to compare

What's Changed

  • Fixed the error when unblocking a read-only file. Now, the launcher will disable read-only property for files before unblocking them by @MahBoiDeveloper in #16 and @SadPencil in #17

New Contributors

Full Changelog: v2.0.8...v2.0.9

v2.0.8

10 Sep 15:40
5a4f6f4

Choose a tag to compare

What's Changed

Full Changelog: v2.0.7...v2.0.8

v2.0.7

25 Feb 16:42

Choose a tag to compare

What's Changed

Full Changelog: v2.0.6...v2.0.7

v2.0.6

21 Jul 12:36

Choose a tag to compare

What's Changed

  • Revert By default use 32bit runtime when 64bit runtime is not installed by @devo1929 in #12

New Contributors

Full Changelog: v2.0.5...v2.0.6

v2.0.5

26 Mar 16:10
5ce0b63

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.4...v2.0.5

v2.0.4

22 Jan 23:15

Choose a tag to compare