v0.1.0-beta4
Pre-releaseRelease Notes - v0.1.0-beta4
New Features
-
Add GameArguments property to ProfileUpdateDto:
Introduced a newGameArguments
property inProfileUpdateDto
to allow users to specify additional game-related arguments when updating their profiles. This addition enhances customization and flexibility for various user preferences related to game settings. -
Add support for game arguments in profile procedures:
Extended the profile management functionality to handle game-specific arguments. Updated method signatures and handlers to process the newgameArguments
parameter, allowing profiles to be configured with both game and JVM arguments.
Changes
-
#70 Switch from FrozenSet to List for white list validators:
Modified the validators and handlers forFileWhiteListDto
andFolderWhiteListDto
to useList
instead ofFrozenSet
. This change improves compatibility and simplifies the handling of white lists by using the more commonList
structure. -
#71 Allow spaces and hyphens in profile names:
Updated profile name validation to permit spaces and hyphens, in addition to alphanumeric characters. This enhancement provides a more flexible and user-friendly naming convention across various profile-related DTO validators. -
Fix typo in error message:
Corrected a typo in the error message when determining the OS type inProfileHandler.cs
. Changed "оперционной" to "операционной" for accuracy. -
Update submodule links:
Updated the submodule links forGml.Web.Api
andGml.Core
to ensure compatibility with current project dependencies.