Skip to content

Releases: vrc-get/vrc-get

gui-v0.1.0-beta.21

16 Apr 09:18
Compare
Choose a tag to compare
gui-v0.1.0-beta.21 Pre-release
Pre-release

Version 0.1.0-beta.21

Added

  • Simplified Chinese localization #765
  • Improved handling for unlocked packages #790
  • locale detection #771

Fixed

  • Window size is not preserved when the app is closed with command + Q in macOS #769
  • Panic with relative paths #770
  • Update last modified on open Unity not working #775
  • Multiple instances can be launched #791

gui-v0.1.0-beta.20

13 Apr 17:50
Compare
Choose a tag to compare
gui-v0.1.0-beta.20 Pre-release
Pre-release

Version 0.1.0-beta.20

Added

  • Check for update button on the settings page #762
  • Click version name to copy version name #761
  • Bulk uppgrade, install, and remove packages #752

Changed

  • Relax validation for package.json for local user packages #750
  • Use star instead of check on the favorite row in the project list #755
  • Moved the Upgrade All button to front #757
  • Renamed the Application to ALCOM #760

gui-v0.1.0-beta.19

07 Apr 14:52
Compare
Choose a tag to compare
gui-v0.1.0-beta.19 Pre-release
Pre-release

Version 0.1.0-beta.19

Added

  • Remove old log files #721 #729
  • Add repository with headers #725

Changed

Fixed

  • Last Modified row is not localized #723

gui-v0.1.0-beta.18

05 Apr 15:40
Compare
Choose a tag to compare
gui-v0.1.0-beta.18 Pre-release
Pre-release

Version 0.1.0-beta.18

Added

  • Backup Project #714
  • Favorite project and sort by name #717

Fixed

  • Unity 2022 Migration can be fails with Compilation Error #712

gui-v0.1.0-beta.17

01 Apr 09:19
Compare
Choose a tag to compare
gui-v0.1.0-beta.17 Pre-release
Pre-release

Version 0.1.0-beta.17

Changed

  • Update last modified on open unity `#697

Fixed

  • Shown language name is not changed #694
  • Installing package while Unity can be failed #696

v1.8.0

31 Mar 10:12
Compare
Choose a tag to compare

Version 1.8.0

Added

  • Command to migrate a legacy VRCSDK3 project to VPM VRCSDK #580
    • You can do with vrc-get migrate vpm command.

Changed

  • vrc-get now finds unity hub from registry key #590
  • vrc-get specific configuration is moved to vrc-get/settings.json #607
    • This is done because we separated file for vrc-get-gui config file, and we may have more in the future os
      to not dirty the folder, I moved the config file to vrc-get folder.
  • Legacy Assets are not removed if the specified GUID does not match with the actual GUID #677
    • This follows VCC 2.3.0 beta behavior.

Fixed

  • Some embedded / installed vpm package is not recognized by vrc-get #609
    • This makes d4rkAvatarOptimizer is recognized as not installed.
  • Fails to load all repositories if fails to load one repository #551
  • Legacy Projects cannot be added to VCC project list #586
  • Bad behaviors with unity 2018 #605
  • Prerelease packages are installed if the version range contains prerelease #676
    • To fix this problem, automatic allow prerelease rule is a bit changed.
    • For resolving dependencies in vpm-manifest.json, prerelease is used if version range contains prerelease.
    • For resolving dependencies of packages, prerelease is used if the dependant package is prerelease and the matching version is only contained in prereleases.
    • This does not change behavior of --prerelease option.
  • False positive conflicts with legacy packages #676

v1.8.0-beta.2

29 Mar 19:11
Compare
Choose a tag to compare
v1.8.0-beta.2 Pre-release
Pre-release
v1.8.0-beta.2

gui-v0.1.0-beta.16

29 Mar 18:50
Compare
Choose a tag to compare
gui-v0.1.0-beta.16 Pre-release
Pre-release

Version 0.1.0-beta.16

Added

  • Japanese Localization #674

Changed

  • Package names on the Apply Changes dialog and a few other texts are now bold #676
  • Deleting a project now moves its folder to trash instead of hard deleting #676

Fixed

  • World icon does not appear in the project list #625
  • Remove project button on the manage project page is not working #676
  • Project name warning is too bright #676
  • Unable to touch any buttons if Apply Changes dialog is long #676
  • The package order is not deterministic #676
  • Path separator is not correct on windows #676
  • Same project can be added multiple times #676
  • Create button on the creating project dialog is not disabled #676
  • We can control the web ui while file picker is open #676
  • Unrecoverable error when trying to add a non-project folder #676
  • Prerelease packages can be installed if version range has prerelease while the option is off #676
  • Handling whitespaces in the path of the project is not correct #676
  • We could not add a unity manually #676
  • Legacy packages of installed packages are shown #676
  • False positive conflicts with legacy packages #676
  • Package order on the Apply Changes dialog is not deterministic #676

gui-v0.1.0-beta.15

16 Mar 15:36
Compare
Choose a tag to compare
gui-v0.1.0-beta.15 Pre-release
Pre-release

Version 0.1.0-beta.15

  • Not working on windows #615

gui-v0.1.0-beta.14

16 Mar 13:25
Compare
Choose a tag to compare
gui-v0.1.0-beta.14 Pre-release
Pre-release

Version 0.1.0-beta.14

Added

  • Create Project from Template #594
    • Please note that vrc-get uses our own templates for project creation.
  • Preserve window size #607
  • Toggle show prerelease packages #610
  • i18n support #614

Changed

  • vrc-get specific configuration is moved to vrc-get/settings.json #607
    • This is done because we separated file for vrc-get-gui config file, and we may have more in the future os
      to not dirty the folder, I moved the config file to vrc-get folder.

Fixed

  • Bad behaviors with unity 2018 #605
  • Bad behavior when trying installing the installed version #608
  • Some embedded / installed vpm package is not recognized by vrc-get #609
  • Http page can be opened in the browser #611