Releases: JuniorDark/RustyHearts-Launcher
Releases · JuniorDark/RustyHearts-Launcher
v1.3.0
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
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.
v1.1.0
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
v1.0.1
Automated release created by GitHub Actions.
v1.0.0
Automated release created by GitHub Actions.