Skip to content

Releases: JuniorDark/RustyHearts-Launcher

v1.3.0

28 Nov 10:58
Compare
Choose a tag to compare

Release Notes - Version 1.3.0

Updated dependencies

Changed target framework to net 9.0.
Replaced deprecated DotNetZip with System.IO.Compression.
Updated Microsoft.Web.WebView2 to 1.0.2903.40.
Updated WindowsAPICodePack to 8.0.6.

Rusty Hearts Launcher is now based on .NET 9.0. The Framework-Dependent distribution are built framework-dependent, which means .NET 9.0 must be installed prior to starting Rusty Hearts Launcher.

v1.2.0

05 Jan 02:14
Compare
Choose a tag to compare

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.

v1.1.0

07 Oct 03:15
Compare
Choose a tag to compare

feat: Added support for multiple languages

  • Extended the localization system to easily include additional languages in the future.
  • Implemented language selection functionality. Language can be set in "Lang" on Config.ini, "en" for English (en-US) and "ko" for Korean (ko-KR).
  • Added a LocalizationHelper to handle multiple language configurations and respective image lists.
  • Updated forms to dynamically load localized strings and images based on the selected language.
  • Created language-specific resource file for Korean (ko-KR) (Machine Translated).
  • Added language-specific images for Korean language.

Changes:

  • Added notifyIcon when minimized.

Fixes:

v1.0.2

09 Jun 22:50
Compare
Choose a tag to compare

v1.0.1

06 Jun 02:20
d319a7d
Compare
Choose a tag to compare

Automated release created by GitHub Actions.

v1.0.0

16 May 15:46
Compare
Choose a tag to compare

Automated release created by GitHub Actions.