Skip to content

v0.1.0-rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@GamerVII-NET GamerVII-NET released this 12 Oct 15:01
bc23fb4

Release Notes - v0.1.0-rc2

New Features

  • LogHandler Service for Improved Log Processing:
    Introduced a LogHandler class to streamline log management and processing. This service has been integrated into OverviewPageViewModel and ServiceLocator, enhancing error handling and providing better logging capabilities.

Documentation

  • Comprehensive Installation Instructions in README.md:
    Added detailed installation instructions to the README.md for the GamerVII Launcher. The guide includes prerequisites, installation steps, troubleshooting tips, update instructions, and uninstallation steps, providing users with clear, step-by-step guidance.

  • README.md Added to Gml.Client Solution:
    The solution file has been updated to include README.md for the Gml.Client project. This change provides developers with documentation directly within the project for easier reference and setup.

Bug Fixes

  • Prevent Further Processing of Error Data:
    A return statement was added to the HandleErrorData method to stop any further execution of code once an error is detected, preventing unnecessary processing and improving performance.