Skip to content

v0.1.0-beta4

Pre-release
Pre-release
Compare
Choose a tag to compare
@GamerVII-NET GamerVII-NET released this 11 Aug 09:04
· 83 commits to master since this release
0593b5e

Release Notes - v0.1.0-beta4

New Features

  • Add GameArguments property to ProfileUpdateDto:
    Introduced a new GameArguments property in ProfileUpdateDto 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 new gameArguments 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 for FileWhiteListDto and FolderWhiteListDto to use List instead of FrozenSet. This change improves compatibility and simplifies the handling of white lists by using the more common List 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 in ProfileHandler.cs. Changed "оперционной" to "операционной" for accuracy.

  • Update submodule links:
    Updated the submodule links for Gml.Web.Api and Gml.Core to ensure compatibility with current project dependencies.