Releases: CnCNet/xna-cncnet-client-launcher
Releases · CnCNet/xna-cncnet-client-launcher
v2.0.13
v2.0.12
What's Changed
- Introduce translation support and add Chinese (Simplified) translation by @SadPencil in #25
- Add Russian translation by @Damfoos in #26
- Add Chinese (Traditional) translation by @SadPencil in #28
- Revise GitHub CI by @SadPencil
Full Changelog: v2.0.11...v2.0.12
v2.0.11
What's Changed
- Claim long-path awareness by @SadPencil in #19
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:00000001Here is an example of Inno Setup script:
[Registry]
Root: HKLM; Subkey: SYSTEM\CurrentControlSet\Control\FileSystem; ValueType: dword; ValueName: LongPathsEnabled; ValueData: 1; MinVersion: 10.0.14393Full Changelog: v2.0.10...v2.0.11
v2.0.10
What's Changed
- Fix errors unblocking files in exFAT by @SadPencil in #18
Full Changelog: v2.0.9...v2.0.10
v2.0.9
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
- @MahBoiDeveloper made their first contribution in #16
Full Changelog: v2.0.8...v2.0.9
v2.0.8
What's Changed
- Unblock Internet files on startup by @SadPencil in #15
Full Changelog: v2.0.7...v2.0.8
v2.0.7
v2.0.6
v2.0.5
What's Changed
- Refine UI to keep the buttons always centered by @SadPencil in #9
- Re-declare high dpi support by @SadPencil in #8
- Revert removing default icon by @SadPencil in #7
- Prompt the preferred architecture download link by @SadPencil in #10
- WPF upgrade by @SadPencil in #11
New Contributors
- @SadPencil made their first contribution in #9
Full Changelog: v2.0.4...v2.0.5