v1.2.0
Release Notes - Version 1.2.0
Features
-
Client Download Functionality
- Introduced option to download the client directly from the launcher. This requires Rusty Hearts API version >=
1.2
- Introduced option to download the client directly from the launcher. This requires Rusty Hearts API version >=
-
Client Patch Function Refactoring
- Simplified the client patch function to use the official patcher tool (
MPatcher
). - The custom zlib and deflate methods are replaced with the
ZlibStream
class fromDotNetZip
.
- Simplified the client patch function to use the official patcher tool (
-
Config Menu
- Added a configuration menu with option to change launcher language.
Changes
-
Launcher Architecture
- Transitioned the launcher from
x86
tox64
for better performance and compatibility.
- Transitioned the launcher from
-
Image Compression
- Compressed images to optimize the storage and loading times.
-
Code Cleanup and Organization
- Conducted a thorough cleanup and organization of the codebase for better maintainability.