Skip to content

Releases: DragonBox/u3d

v1.3.2

08 Jun 18:14
Compare
Choose a tag to compare

Full Changelog

Merged pull requests:

v1.3.1

18 May 08:42
6d2ba04
Compare
Choose a tag to compare

Full Changelog

Closed issues:

  • u3d install 2019.4.35f1 fails at 1.3.0 #421

Merged pull requests:

v1.3.0

16 May 17:16
Compare
Choose a tag to compare

Full Changelog

Closed issues:

  • Install without password/sudo #418
  • u3d install gives error about missing Win32 dependency. #415
  • Segmentation Fault with Win32API #414
  • Can't find 2019.4.14f LTS in u3d available. #412
  • Missing Linux versions in central cache #408
  • Cannot install 2019.4.4f1 #401

Merged pull requests:

  • Various gem updates to solve security vulnerabilities in development tools #419 (lacostej)
  • Support ruby3 and later on Windows (fixes #414) #417 (lacostej)
  • Fix installation of modules for non latest releases #416 (lacostej)
  • Fixing error when installing Unity 2020 version in Linux #410 (DiegoTorresSED)

v1.2.3

26 Feb 11:22
7055309
Compare
Choose a tag to compare

Full Changelog

Merged pull requests:

  • Allow to refresh the github changelog. Also fix them as we removed empty lines. #398 (lacostej)
  • Detect 2019 modules and allow to install 2019, skipping dmg install for now #392 (lacostej)

v1.2.2

21 Feb 15:30
38e0556
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • Error management in invalid modules at least on macOS #385
  • U3D_EXTRA_PATHS is improperly interpreted on Windows #383

Closed issues:

  • github releases are not marked as latest nor contain changelogs #389

Merged pull requests:

  • Bump Example1 dependencies that trigger security warning on github #396 (lacostej)
  • Create Github releases. Required for #390. [Fixes #389] #395 (lacostej)
  • Support displaying u3d updates #390 (lacostej)
  • u3d/install: convert Windows paths to ruby paths when treating U3D_EXTRA_PATHS #388 (lacostej)
  • u3d/install: verify package names before we ensure setup coherence (fixes #385) (regression from 1.2.0) #387 (lacostej)

v1.2.1

20 Feb 06:38
197b61b
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • u3d 1.2.0 not compatible with fastlane #379
  • Lower dependency on rubyzip to 1.3.0 for fastlane compatibility #380 (niezbop)

v1.2.0

20 Feb 06:38
51c635d
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • 2019.x Android package: Install SDK & NDK Tools #359
  • u3d/installer: Enable the download/installation of modules from Unity Hub #375 (niezbop)

Fixed bugs:

  • installation_path parameter problems #371
  • u3d list command does not work in non-standard path #370
  • New linux versions are not visible in u3d #369
  • I can't execute commands if I have an alpha version installed #354
  • Cannot start u3d within a working directory which path contains special characters. #352
  • u3d/installation: fix the version retrieving for Windows on Unity 2019.2.x and onwards #374 (niezbop)
  • u3d/installer: support custom install paths through U3D_EXTRA_PATHS #373 (niezbop)
  • Use the VersionsFetcher with Unity's json on Linux as well #364 (niezbop)

Closed issues:

  • unity 2019.2.x on windows #367
  • When using prettifier, have an option to write the raw log to file in case we need it #365
  • u3d can't list all available versions for Linux #360
  • Empty ini files prevent Unity installation #356

Merged pull requests:

  • Bump ruby dependencies in examples to get rid of CVEs #372 (lacostej)
  • Prevent empty ini files from being created and ignore them (fixes #356) #361 (lacostej)
  • u3d/internals: add a quote around active rule name with loggin parsing failures #358 (lacostej)
  • u3d/internals: prepare for adding a test suite for the prettifier. Supports #119 #355 (lacostej)
  • u3d/internals: support accentuated characters in Windows Local App Data path. Fixes #352 #353 (lacostej)

v1.1.5

20 Feb 06:38
9d15744
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • u3d available not listing all versions on macOS #349

Merged pull requests:

  • list/available: find Mac or Windows version based on the unity_shader package. Fixes #349 #350 (lacostej)
  • build: automatically set reviewer on pre_release PR #348 (lacostej)

v1.1.4

20 Feb 06:38
2341795
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • u3d/asset: add feature that enables easy inspection of asset in a Unity project #341 (niezbop)

Closed issues:

  • u3d returns code=0 if failed #343
  • `user_error!': package 'Mac' doesn't exist #340
  • list fails when version does not follow standard format, e.g. MagicLeap versions #331
  • Bug: Failed to install pkg file #310

Merged pull requests:

  • u3d/list: support Magic Leap Versions parsing and sorting (fixes #331) #346 (lacostej)
  • Update to latest hub to label PRs and remove the hardcoding of the user's repo #345 (lacostej)
  • u3d/install exit 1 when version not found. Fixes #343 #344 (lacostej)
  • Add -t\* flag for 7z when unpacking packages #342 (rawstacktech)

v1.1.3

20 Feb 06:38
23603bd
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • install/linux: fallback on ruby strings implementation (fixes #326) #327 (lacostej)

Fixed bugs:

  • u3d/unity_versions: fix missing latest versions #335 (niezbop)

Closed issues:

  • Last version not available using u3d available #337
  • No Beta versions visible with u3d available #330
  • installation.rb:210:in ``': No such file or directory - strings (Errno::ENOENT) #326

Merged pull requests: