Releases: DragonBox/u3d
Releases · DragonBox/u3d
v1.3.3
v1.3.2
v1.3.1
v1.3.0
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
v1.2.2
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
v1.2.0
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
v1.1.4
Implemented enhancements:
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)