Skip to content

v1.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Jan 02:14

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
  • 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 from DotNetZip.
  • Config Menu

    • Added a configuration menu with option to change launcher language.

Changes

  • Launcher Architecture

    • Transitioned the launcher from x86 to x64 for better performance and compatibility.
  • 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.