Skip to content

Releases: DragonBox/u3d

v1.0.15

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

Full Changelog

Fixed bugs:

  • u3d/install: download beta for mac also needs to discard checking md5s on Windows packages #234 (lacostej)

v1.0.14

20 Feb 06:38
4095c43
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Support 2018.1.0b2 VisualStudio package installation #225
  • u3d/install: improve messages #231 (niezbop)
  • u3d/install: add support for installing .msi packages on Windows #230 (niezbop)

Merged pull requests:

  • Appveyor support / Windows build automation #228 (lacostej)
  • u3d/install Unity 2018. Download works on Windows and Mac and Mac installs. Fixes #225 #227 (lacostej)
  • u3d/install: allow to download from one platform while on another one #226 (lacostej)

v1.0.13

20 Feb 06:38
1991de3
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • u3d/install: allow to specify packages download directory #213
  • u3d/available: fetch versions data from a central repository, speeding up identification of available releases #142
  • u3d/available: introduce a central cache (fixes #142) #217 (lacostej)
  • u3d/available: allow to match using regular expression #216 (lacostej)
  • u3d/install: allow to specify packages download directory using an environment variable #214 (niezbop)
  • u3d/prettify: remove Jenkins rules #211 (niezbop)
  • u3d/prettify: update ruleset with LICENSE SYSTEM rules #210 (niezbop)

Merged pull requests:

v1.0.12

20 Feb 06:38
80ef537
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Incorrect package check downloads and reinstalls it #198

Fixed bugs:

  • u3d/install enforce_setup_coherence interferes with download only operation #206
  • Fix unity_version argument of fastlane plugin u3d type #193 (niezbop)

Merged pull requests:

  • u3d/install: download only should not filter out already installed packages (fixes #206) #208 (lacostej)
  • u3d/install: help fixes #207 (lacostej)
  • u3d/install: do not reinstall already installed packages #202 (niezbop)
  • u3d/install: describe how password can be passed to u3d (fixes #200) #201 (lacostej)

v1.0.11

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

Full Changelog

Implemented enhancements:

  • u3d/list: also detect previously installed deb packages on Linux (fixes #189) #190 (lacostej)

Merged pull requests:

  • doc: explain CI setup with jenkins #191 (lacostej)
  • u3d/run: fail with a proper message when opening a Unity4 project #187 (lacostej)

v1.0.10

20 Feb 06:38
8cc9d59
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • u3d/download progress bar on Windows not going to 100% #164

Closed issues:

  • u3d/install: confusing "-p not available on linux" message #181
  • u3d/install: already installed packages are reinstalled #161

Merged pull requests:

  • u3d/download/install: --all option was broken. Added tests #184 (lacostej)
  • u3d install: Improve Linux warnings for package options (fixes #181) #183 (lacostej)
  • Fix log termination #180 (niezbop)
  • u3d/list find package names under PlaybackEngines ivy.xml #178 (lacostej)
  • u3d/downloader: print progress improvements (fix #164) #177 (lacostej)

v1.0.9

20 Feb 06:38
18c96c9
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Implement uninstall #174
  • u3d/install: find all patched versions #172

Merged pull requests:

  • u3d/available: discover all patched releases (fixes #172) #173 (lacostej)
  • Implement uninstall. Also modify the output of list on Mac and deprecate Installation.path in favor of Installation.root_path #171 (lacostej)
  • u3d/cleanups small refactorings and cleanups #170 (lacostej)

v1.0.8

20 Feb 06:38
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • `install': uninitialized constant U3d::Globals (NameError) #166
  • u3d doesn't detect Unity version anterior to 5.0 on Windows #165

Merged pull requests:

v1.0.7

20 Feb 06:38
Compare
Choose a tag to compare

Full Changelog

Closed issues:

  • u3d/install: weird mac spurious install issues #160

Merged pull requests:

  • u3d/install: properly search for freshly installed versions on Mac (fixes #160) #162 (lacostej)

v1.0.6

20 Feb 06:38
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • docs/Add how to install ruby to README #154 (niezbop)

Closed issues:

  • Make it obvious that ruby 2.0 is not properly supported #157

Merged pull requests:

  • u3d/all: detect ruby 2.0 usage and move checks into compatibility file (fixes #157) #158 (lacostej)
  • u3d/all feature/detect bash on ubuntu on windows (fixed #150) #155 (niezbop)