v0.1.0-rc2
Pre-release
Pre-release
Release Notes - v0.1.0-rc2
New Features
- LogHandler Service for Improved Log Processing:
Introduced aLogHandler
class to streamline log management and processing. This service has been integrated intoOverviewPageViewModel
andServiceLocator
, enhancing error handling and providing better logging capabilities.
Documentation
-
Comprehensive Installation Instructions in README.md:
Added detailed installation instructions to theREADME.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 includeREADME.md
for theGml.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 theHandleErrorData
method to stop any further execution of code once an error is detected, preventing unnecessary processing and improving performance.