CHANGELOG.md in u3d-1.2.3 vs CHANGELOG.md in u3d-1.3.0

- old
+ new

@@ -1,16 +1,38 @@ -# Change Log +# Changelog +## [v1.3.0](https://github.com/DragonBox/u3d/tree/v1.3.0) (2022-05-16) + +[Full Changelog](https://github.com/DragonBox/u3d/compare/v1.2.3...v1.3.0) + +**Closed issues:** + +- Install without password/sudo [\#418](https://github.com/DragonBox/u3d/issues/418) +- u3d install gives error about missing Win32 dependency. [\#415](https://github.com/DragonBox/u3d/issues/415) +- Segmentation Fault with Win32API [\#414](https://github.com/DragonBox/u3d/issues/414) +- Can't find 2019.4.14f LTS in u3d available. [\#412](https://github.com/DragonBox/u3d/issues/412) +- Missing Linux versions in central cache [\#408](https://github.com/DragonBox/u3d/issues/408) +- Cannot install 2019.4.4f1 [\#401](https://github.com/DragonBox/u3d/issues/401) + +**Merged pull requests:** + +- Various gem updates to solve security vulnerabilities in development tools [\#419](https://github.com/DragonBox/u3d/pull/419) ([lacostej](https://github.com/lacostej)) +- Support ruby3 and later on Windows \(fixes \#414\) [\#417](https://github.com/DragonBox/u3d/pull/417) ([lacostej](https://github.com/lacostej)) +- Fix installation of modules for non latest releases [\#416](https://github.com/DragonBox/u3d/pull/416) ([lacostej](https://github.com/lacostej)) +- Fixing error when installing Unity 2020 version in Linux [\#410](https://github.com/DragonBox/u3d/pull/410) ([DiegoTorresSED](https://github.com/DiegoTorresSED)) + ## [v1.2.3](https://github.com/DragonBox/u3d/tree/v1.2.3) (2020-02-26) + [Full Changelog](https://github.com/DragonBox/u3d/compare/v1.2.2...v1.2.3) **Merged pull requests:** - Allow to refresh the github changelog. Also fix them as we removed empty lines. [\#398](https://github.com/DragonBox/u3d/pull/398) ([lacostej](https://github.com/lacostej)) - Detect 2019 modules and allow to install 2019, skipping dmg install for now [\#392](https://github.com/DragonBox/u3d/pull/392) ([lacostej](https://github.com/lacostej)) ## [v1.2.2](https://github.com/DragonBox/u3d/tree/v1.2.2) (2020-02-21) + [Full Changelog](https://github.com/DragonBox/u3d/compare/v1.2.1...v1.2.2) **Fixed bugs:** - Error management in invalid modules at least on macOS [\#385](https://github.com/DragonBox/u3d/issues/385) @@ -27,18 +49,20 @@ - Support displaying u3d updates [\#390](https://github.com/DragonBox/u3d/pull/390) ([lacostej](https://github.com/lacostej)) - u3d/install: convert Windows paths to ruby paths when treating U3D\_EXTRA\_PATHS [\#388](https://github.com/DragonBox/u3d/pull/388) ([lacostej](https://github.com/lacostej)) - u3d/install: verify package names before we ensure setup coherence \(fixes \#385\) \(regression from 1.2.0\) [\#387](https://github.com/DragonBox/u3d/pull/387) ([lacostej](https://github.com/lacostej)) ## [v1.2.1](https://github.com/DragonBox/u3d/tree/v1.2.1) (2019-11-15) + [Full Changelog](https://github.com/DragonBox/u3d/compare/v1.2.0...v1.2.1) **Implemented enhancements:** - u3d 1.2.0 not compatible with fastlane [\#379](https://github.com/DragonBox/u3d/issues/379) - Lower dependency on rubyzip to 1.3.0 for fastlane compatibility [\#380](https://github.com/DragonBox/u3d/pull/380) ([niezbop](https://github.com/niezbop)) ## [v1.2.0](https://github.com/DragonBox/u3d/tree/v1.2.0) (2019-11-15) + [Full Changelog](https://github.com/DragonBox/u3d/compare/v1.1.5...v1.2.0) **Implemented enhancements:** - 2019.x Android package: Install SDK & NDK Tools [\#359](https://github.com/DragonBox/u3d/issues/359) @@ -69,10 +93,11 @@ - u3d/internals: add a quote around active rule name with loggin parsing failures [\#358](https://github.com/DragonBox/u3d/pull/358) ([lacostej](https://github.com/lacostej)) - u3d/internals: prepare for adding a test suite for the prettifier. Supports \#119 [\#355](https://github.com/DragonBox/u3d/pull/355) ([lacostej](https://github.com/lacostej)) - u3d/internals: support accentuated characters in Windows Local App Data path. Fixes \#352 [\#353](https://github.com/DragonBox/u3d/pull/353) ([lacostej](https://github.com/lacostej)) ## [v1.1.5](https://github.com/DragonBox/u3d/tree/v1.1.5) (2019-03-06) + [Full Changelog](https://github.com/DragonBox/u3d/compare/v1.1.4...v1.1.5) **Fixed bugs:** - u3d available not listing all versions on macOS [\#349](https://github.com/DragonBox/u3d/issues/349) @@ -81,10 +106,11 @@ - list/available: find Mac or Windows version based on the unity\_shader package. Fixes \#349 [\#350](https://github.com/DragonBox/u3d/pull/350) ([lacostej](https://github.com/lacostej)) - build: automatically set reviewer on pre\_release PR [\#348](https://github.com/DragonBox/u3d/pull/348) ([lacostej](https://github.com/lacostej)) ## [v1.1.4](https://github.com/DragonBox/u3d/tree/v1.1.4) (2019-02-28) + [Full Changelog](https://github.com/DragonBox/u3d/compare/v1.1.3...v1.1.4) **Implemented enhancements:** - u3d/asset: add feature that enables easy inspection of asset in a Unity project [\#341](https://github.com/DragonBox/u3d/pull/341) ([niezbop](https://github.com/niezbop)) @@ -99,13 +125,14 @@ **Merged pull requests:** - u3d/list: support Magic Leap Versions parsing and sorting \(fixes \#331\) [\#346](https://github.com/DragonBox/u3d/pull/346) ([lacostej](https://github.com/lacostej)) - Update to latest hub to label PRs and remove the hardcoding of the user's repo [\#345](https://github.com/DragonBox/u3d/pull/345) ([lacostej](https://github.com/lacostej)) - u3d/install exit 1 when version not found. Fixes \#343 [\#344](https://github.com/DragonBox/u3d/pull/344) ([lacostej](https://github.com/lacostej)) -- Add `-t\*` flag for 7z when unpacking packages [\#342](https://github.com/DragonBox/u3d/pull/342) ([rawstacktech](https://github.com/rawstacktech)) +- Add `-t*` flag for 7z when unpacking packages [\#342](https://github.com/DragonBox/u3d/pull/342) ([tony-rowan](https://github.com/tony-rowan)) ## [v1.1.3](https://github.com/DragonBox/u3d/tree/v1.1.3) (2019-01-08) + [Full Changelog](https://github.com/DragonBox/u3d/compare/v1.1.2...v1.1.3) **Implemented enhancements:** - install/linux: fallback on ruby strings implementation \(fixes \#326\) [\#327](https://github.com/DragonBox/u3d/pull/327) ([lacostej](https://github.com/lacostej)) @@ -120,21 +147,23 @@ - No Beta versions visible with u3d available [\#330](https://github.com/DragonBox/u3d/issues/330) - installation.rb:210:in ``': No such file or directory - strings \(Errno::ENOENT\) [\#326](https://github.com/DragonBox/u3d/issues/326) **Merged pull requests:** -- u3d/available: Make Linux 2018.3.0f2 available on linux \#337 [\#338](https://github.com/DragonBox/u3d/pull/338) ([rawstacktech](https://github.com/rawstacktech)) +- u3d/available: Make Linux 2018.3.0f2 available on linux \#337 [\#338](https://github.com/DragonBox/u3d/pull/338) ([tony-rowan](https://github.com/tony-rowan)) - Bump dependencies to remove dependency on rubyzip 1.2.1 [\#328](https://github.com/DragonBox/u3d/pull/328) ([lacostej](https://github.com/lacostej)) ## [v1.1.2](https://github.com/DragonBox/u3d/tree/v1.1.2) (2018-07-12) + [Full Changelog](https://github.com/DragonBox/u3d/compare/v1.1.1...v1.1.2) **Implemented enhancements:** - u3d/available: Add option to not use the central cache [\#324](https://github.com/DragonBox/u3d/pull/324) ([niezbop](https://github.com/niezbop)) ## [v1.1.1](https://github.com/DragonBox/u3d/tree/v1.1.1) (2018-07-12) + [Full Changelog](https://github.com/DragonBox/u3d/compare/v1.1.0...v1.1.1) **Fixed bugs:** - Unity 2018.2.x is not listed as available [\#321](https://github.com/DragonBox/u3d/issues/321) @@ -145,10 +174,11 @@ - Inconsistency regarding -projectpath / -projectPath argument [\#319](https://github.com/DragonBox/u3d/issues/319) - Betas not fetched anymore [\#314](https://github.com/DragonBox/u3d/issues/314) ## [v1.1.0](https://github.com/DragonBox/u3d/tree/v1.1.0) (2018-06-27) + [Full Changelog](https://github.com/DragonBox/u3d/compare/v1.0.21...v1.1.0) **Implemented enhancements:** - Document parallel Unity runs [\#317](https://github.com/DragonBox/u3d/pull/317) ([niezbop](https://github.com/niezbop)) @@ -161,10 +191,11 @@ **Merged pull requests:** - u3d/available: proper fetching of paginated archives \(fixes \#312\) [\#313](https://github.com/DragonBox/u3d/pull/313) ([lacostej](https://github.com/lacostej)) ## [v1.0.21](https://github.com/DragonBox/u3d/tree/v1.0.21) (2018-04-27) + [Full Changelog](https://github.com/DragonBox/u3d/compare/v1.0.20...v1.0.21) **Implemented enhancements:** - u3d/install: do not ask for password when user is root on Linux [\#303](https://github.com/DragonBox/u3d/issues/303) @@ -202,10 +233,11 @@ - u3d/examples: support Unity 2017.3+, identified while investigating \#3 [\#286](https://github.com/DragonBox/u3d/pull/286) ([lacostej](https://github.com/lacostej)) - u3d/\* Detect incorrect locale \(Fixes \#147\) [\#285](https://github.com/DragonBox/u3d/pull/285) ([lacostej](https://github.com/lacostej)) - u3d/list: introduce format and make sure the list\_installed return an array of versions [\#284](https://github.com/DragonBox/u3d/pull/284) ([lacostej](https://github.com/lacostej)) ## [v1.0.20](https://github.com/DragonBox/u3d/tree/v1.0.20) (2018-04-19) + [Full Changelog](https://github.com/DragonBox/u3d/compare/v1.0.19...v1.0.20) **Implemented enhancements:** - u3d/list: display full revision number \(prepares for \#274\) [\#280](https://github.com/DragonBox/u3d/pull/280) ([lacostej](https://github.com/lacostej)) @@ -231,10 +263,11 @@ - u3d/available support LTS \(\#276\) [\#277](https://github.com/DragonBox/u3d/pull/277) ([lacostej](https://github.com/lacostej)) - Document locale unicode requirements \(fixes \#268\) [\#271](https://github.com/DragonBox/u3d/pull/271) ([lacostej](https://github.com/lacostej)) - u3d/prettify: Fix UnityEngine.Debug.LogXXXFormat not being caught [\#270](https://github.com/DragonBox/u3d/pull/270) ([niezbop](https://github.com/niezbop)) ## [v1.0.19](https://github.com/DragonBox/u3d/tree/v1.0.19) (2018-03-09) + [Full Changelog](https://github.com/DragonBox/u3d/compare/v1.0.18...v1.0.19) **Implemented enhancements:** - u3d: standardize log and descriptions [\#263](https://github.com/DragonBox/u3d/pull/263) ([niezbop](https://github.com/niezbop)) @@ -242,10 +275,11 @@ **Merged pull requests:** - u3d/licenses: add feature to display licenses [\#262](https://github.com/DragonBox/u3d/pull/262) ([lacostej](https://github.com/lacostej)) ## [v1.0.18](https://github.com/DragonBox/u3d/tree/v1.0.18) (2018-03-08) + [Full Changelog](https://github.com/DragonBox/u3d/compare/v1.0.17...v1.0.18) **Closed issues:** - error: Net::ReadTimeout [\#258](https://github.com/DragonBox/u3d/issues/258) @@ -253,10 +287,11 @@ **Merged pull requests:** - u3d/\* allow to modify Net::HTTP read timeout \(all rubies\) and max retries \(ruby 2.5+\) default values. Change read time out to 300 sec \(fixes \#258\) [\#260](https://github.com/DragonBox/u3d/pull/260) ([lacostej](https://github.com/lacostej)) ## [v1.0.17](https://github.com/DragonBox/u3d/tree/v1.0.17) (2018-03-05) + [Full Changelog](https://github.com/DragonBox/u3d/compare/v1.0.16...v1.0.17) **Closed issues:** - Latest versions not listed on linux [\#256](https://github.com/DragonBox/u3d/issues/256) @@ -265,10 +300,11 @@ **Merged pull requests:** - Detect missing 3 Linux versions \(fixes \#255 and \#256\) [\#257](https://github.com/DragonBox/u3d/pull/257) ([lacostej](https://github.com/lacostej)) ## [v1.0.16](https://github.com/DragonBox/u3d/tree/v1.0.16) (2018-02-04) + [Full Changelog](https://github.com/DragonBox/u3d/compare/v1.0.15...v1.0.16) **Implemented enhancements:** - support install of .xz files [\#251](https://github.com/DragonBox/u3d/issues/251) @@ -291,17 +327,19 @@ - u3d/available: fix forums parsing and move ini faking/downloading at available time, to support package based Linux versions [\#247](https://github.com/DragonBox/u3d/pull/247) ([lacostej](https://github.com/lacostej)) - u3d/prettify: Parse Android command invocation failure [\#245](https://github.com/DragonBox/u3d/pull/245) ([niezbop](https://github.com/niezbop)) - Support linux forums pagination [\#243](https://github.com/DragonBox/u3d/pull/243) ([lacostej](https://github.com/lacostej)) ## [v1.0.15](https://github.com/DragonBox/u3d/tree/v1.0.15) (2018-01-16) + [Full Changelog](https://github.com/DragonBox/u3d/compare/v1.0.14...v1.0.15) **Fixed bugs:** - u3d/install: download beta for mac also needs to discard checking md5s on Windows packages [\#234](https://github.com/DragonBox/u3d/pull/234) ([lacostej](https://github.com/lacostej)) ## [v1.0.14](https://github.com/DragonBox/u3d/tree/v1.0.14) (2018-01-15) + [Full Changelog](https://github.com/DragonBox/u3d/compare/v1.0.13...v1.0.14) **Implemented enhancements:** - Support 2018.1.0b2 VisualStudio package installation [\#225](https://github.com/DragonBox/u3d/issues/225) @@ -313,10 +351,11 @@ - Appveyor support / Windows build automation [\#228](https://github.com/DragonBox/u3d/pull/228) ([lacostej](https://github.com/lacostej)) - u3d/install Unity 2018. Download works on Windows and Mac and Mac installs. Fixes \#225 [\#227](https://github.com/DragonBox/u3d/pull/227) ([lacostej](https://github.com/lacostej)) - u3d/install: allow to download from one platform while on another one [\#226](https://github.com/DragonBox/u3d/pull/226) ([lacostej](https://github.com/lacostej)) ## [v1.0.13](https://github.com/DragonBox/u3d/tree/v1.0.13) (2018-01-09) + [Full Changelog](https://github.com/DragonBox/u3d/compare/v1.0.12...v1.0.13) **Implemented enhancements:** - u3d/install: allow to specify packages download directory [\#213](https://github.com/DragonBox/u3d/issues/213) @@ -332,10 +371,11 @@ - Rubocop 0.52.1 workaround. Fixed in rubocop master [\#218](https://github.com/DragonBox/u3d/pull/218) ([lacostej](https://github.com/lacostej)) - u3d/internals: a serie of cache related refactors [\#215](https://github.com/DragonBox/u3d/pull/215) ([lacostej](https://github.com/lacostej)) - Update to latest rubocop [\#212](https://github.com/DragonBox/u3d/pull/212) ([lacostej](https://github.com/lacostej)) ## [v1.0.12](https://github.com/DragonBox/u3d/tree/v1.0.12) (2018-01-03) + [Full Changelog](https://github.com/DragonBox/u3d/compare/v1.0.11...v1.0.12) **Implemented enhancements:** - Incorrect package check downloads and reinstalls it [\#198](https://github.com/DragonBox/u3d/issues/198) @@ -351,10 +391,11 @@ - u3d/install: help fixes [\#207](https://github.com/DragonBox/u3d/pull/207) ([lacostej](https://github.com/lacostej)) - u3d/install: do not reinstall already installed packages [\#202](https://github.com/DragonBox/u3d/pull/202) ([niezbop](https://github.com/niezbop)) - u3d/install: describe how password can be passed to u3d \(fixes \#200\) [\#201](https://github.com/DragonBox/u3d/pull/201) ([lacostej](https://github.com/lacostej)) ## [v1.0.11](https://github.com/DragonBox/u3d/tree/v1.0.11) (2017-12-07) + [Full Changelog](https://github.com/DragonBox/u3d/compare/v1.0.10...v1.0.11) **Implemented enhancements:** - u3d/list: also detect previously installed deb packages on Linux \(fixes \#189\) [\#190](https://github.com/DragonBox/u3d/pull/190) ([lacostej](https://github.com/lacostej)) @@ -363,10 +404,11 @@ - doc: explain CI setup with jenkins [\#191](https://github.com/DragonBox/u3d/pull/191) ([lacostej](https://github.com/lacostej)) - u3d/run: fail with a proper message when opening a Unity4 project [\#187](https://github.com/DragonBox/u3d/pull/187) ([lacostej](https://github.com/lacostej)) ## [v1.0.10](https://github.com/DragonBox/u3d/tree/v1.0.10) (2017-11-03) + [Full Changelog](https://github.com/DragonBox/u3d/compare/v1.0.9...v1.0.10) **Fixed bugs:** - u3d/download progress bar on Windows not going to 100% [\#164](https://github.com/DragonBox/u3d/issues/164) @@ -383,10 +425,11 @@ - Fix log termination [\#180](https://github.com/DragonBox/u3d/pull/180) ([niezbop](https://github.com/niezbop)) - u3d/list find package names under PlaybackEngines ivy.xml [\#178](https://github.com/DragonBox/u3d/pull/178) ([lacostej](https://github.com/lacostej)) - u3d/downloader: print progress improvements \(fix \#164\) [\#177](https://github.com/DragonBox/u3d/pull/177) ([lacostej](https://github.com/lacostej)) ## [v1.0.9](https://github.com/DragonBox/u3d/tree/v1.0.9) (2017-10-31) + [Full Changelog](https://github.com/DragonBox/u3d/compare/v1.0.8...v1.0.9) **Implemented enhancements:** - Implement uninstall [\#174](https://github.com/DragonBox/u3d/issues/174) @@ -397,10 +440,11 @@ - u3d/available: discover all patched releases \(fixes \#172\) [\#173](https://github.com/DragonBox/u3d/pull/173) ([lacostej](https://github.com/lacostej)) - Implement uninstall. Also modify the output of list on Mac and deprecate Installation.path in favor of Installation.root\_path [\#171](https://github.com/DragonBox/u3d/pull/171) ([lacostej](https://github.com/lacostej)) - u3d/cleanups small refactorings and cleanups [\#170](https://github.com/DragonBox/u3d/pull/170) ([lacostej](https://github.com/lacostej)) ## [v1.0.8](https://github.com/DragonBox/u3d/tree/v1.0.8) (2017-10-18) + [Full Changelog](https://github.com/DragonBox/u3d/compare/v1.0.7...v1.0.8) **Fixed bugs:** - `install': uninitialized constant U3d::Globals \(NameError\) [\#166](https://github.com/DragonBox/u3d/issues/166) @@ -410,10 +454,11 @@ - Fix Windows version detection for Unity4 \(fixes \#165\) [\#168](https://github.com/DragonBox/u3d/pull/168) ([niezbop](https://github.com/niezbop)) - Fix module name issue for Globals call [\#167](https://github.com/DragonBox/u3d/pull/167) ([niezbop](https://github.com/niezbop)) ## [v1.0.7](https://github.com/DragonBox/u3d/tree/v1.0.7) (2017-10-03) + [Full Changelog](https://github.com/DragonBox/u3d/compare/v1.0.6...v1.0.7) **Closed issues:** - u3d/install: weird mac spurious install issues [\#160](https://github.com/DragonBox/u3d/issues/160) @@ -421,10 +466,11 @@ **Merged pull requests:** - u3d/install: properly search for freshly installed versions on Mac \(fixes \#160\) [\#162](https://github.com/DragonBox/u3d/pull/162) ([lacostej](https://github.com/lacostej)) ## [v1.0.6](https://github.com/DragonBox/u3d/tree/v1.0.6) (2017-10-02) + [Full Changelog](https://github.com/DragonBox/u3d/compare/v1.0.5...v1.0.6) **Implemented enhancements:** - docs/Add how to install ruby to README [\#154](https://github.com/DragonBox/u3d/pull/154) ([niezbop](https://github.com/niezbop)) @@ -437,35 +483,38 @@ - u3d/all: detect ruby 2.0 usage and move checks into compatibility file \(fixes \#157\) [\#158](https://github.com/DragonBox/u3d/pull/158) ([lacostej](https://github.com/lacostej)) - u3d/all feature/detect bash on ubuntu on windows \(fixed \#150\) [\#155](https://github.com/DragonBox/u3d/pull/155) ([niezbop](https://github.com/niezbop)) ## [v1.0.5](https://github.com/DragonBox/u3d/tree/v1.0.5) (2017-09-28) + [Full Changelog](https://github.com/DragonBox/u3d/compare/v1.0.4...v1.0.5) **Merged pull requests:** - u3d/help: document verbose [\#152](https://github.com/DragonBox/u3d/pull/152) ([lacostej](https://github.com/lacostej)) - docs: document u3d usage on CI servers and how-to troubleshoot [\#151](https://github.com/DragonBox/u3d/pull/151) ([lacostej](https://github.com/lacostej)) - u3d/credentials fix ArgumentError in commands \(fixes \#148\) [\#149](https://github.com/DragonBox/u3d/pull/149) ([niezbop](https://github.com/niezbop)) ## [v1.0.4](https://github.com/DragonBox/u3d/tree/v1.0.4) (2017-09-16) + [Full Changelog](https://github.com/DragonBox/u3d/compare/v1.0.3...v1.0.4) **Fixed bugs:** - u3d/installer might not see a newly installed version on Mac [\#139](https://github.com/DragonBox/u3d/issues/139) -- Issue with using installer \(error: undefined method `\[\]' for nil:NilClass.\) [\#138](https://github.com/DragonBox/u3d/issues/138) +- Issue with using installer (error: undefined method `\[\]' for nil:NilClass.\) [\#138](https://github.com/DragonBox/u3d/issues/138) **Merged pull requests:** - u3d/available: restore Linux version. [\#144](https://github.com/DragonBox/u3d/pull/144) ([lacostej](https://github.com/lacostej)) - u3d/installer: allow to find the installation we just installed, and fallback on spotlight on mac [\#143](https://github.com/DragonBox/u3d/pull/143) ([lacostej](https://github.com/lacostej)) - u3d/analyzer: remove extra end of lines in context information [\#141](https://github.com/DragonBox/u3d/pull/141) ([lacostej](https://github.com/lacostej)) - u3d/installer: hard fail if we ask for a non existant package \(Related to \#138\) [\#140](https://github.com/DragonBox/u3d/pull/140) ([lacostej](https://github.com/lacostej)) - u3d/internal: load all internal modules in top 'u3d' file [\#137](https://github.com/DragonBox/u3d/pull/137) ([lacostej](https://github.com/lacostej)) ## [v1.0.3](https://github.com/DragonBox/u3d/tree/v1.0.3) (2017-09-11) + [Full Changelog](https://github.com/DragonBox/u3d/compare/v1.0.2...v1.0.3) **Implemented enhancements:** - u3d/internal: create a argescape cross platform method [\#132](https://github.com/DragonBox/u3d/issues/132) @@ -487,10 +536,11 @@ - u3d/internal: introduce a argescape string function \(Fixes \#132\) [\#133](https://github.com/DragonBox/u3d/pull/133) ([lacostej](https://github.com/lacostej)) - u3d/credentials support empty passwords for passwordless sudo \(Fixes \#128\) [\#130](https://github.com/DragonBox/u3d/pull/130) ([lacostej](https://github.com/lacostej)) - Download file now prints progress also in non interactive mode \(only in verbose\) [\#129](https://github.com/DragonBox/u3d/pull/129) ([lacostej](https://github.com/lacostej)) ## [v1.0.2](https://github.com/DragonBox/u3d/tree/v1.0.2) (2017-09-05) + [Full Changelog](https://github.com/DragonBox/u3d/compare/v1.0.1...v1.0.2) **Implemented enhancements:** - u3d/prettify: catch missing dependencies errors on Linux [\#123](https://github.com/DragonBox/u3d/issues/123) @@ -509,20 +559,23 @@ - u3d/prettify: add rule to catch library loading errors [\#124](https://github.com/DragonBox/u3d/pull/124) ([niezbop](https://github.com/niezbop)) - u3d/prettify: also plug log analyzer on stdout \(Fixes \#18 \#43\) [\#122](https://github.com/DragonBox/u3d/pull/122) ([lacostej](https://github.com/lacostej)) - u3d/install: do not refresh cache when download disabled \(Fixes \#104\) [\#120](https://github.com/DragonBox/u3d/pull/120) ([lacostej](https://github.com/lacostej)) ## [v1.0.1](https://github.com/DragonBox/u3d/tree/v1.0.1) (2017-08-31) + [Full Changelog](https://github.com/DragonBox/u3d/compare/v1.0.0...v1.0.1) **Merged pull requests:** - u3d/downloader: use\_ssl should be set dynamically to download from https [\#113](https://github.com/DragonBox/u3d/pull/113) ([lacostej](https://github.com/lacostej)) ## [v1.0.0](https://github.com/DragonBox/u3d/tree/v1.0.0) (2017-08-31) + [Full Changelog](https://github.com/DragonBox/u3d/compare/v1.0.0.rc1...v1.0.0) ## [v1.0.0.rc1](https://github.com/DragonBox/u3d/tree/v1.0.0.rc1) (2017-08-30) + [Full Changelog](https://github.com/DragonBox/u3d/compare/v0.9.4...v1.0.0.rc1) **Implemented enhancements:** - u3d/install: move chmod +x of linux files at install time [\#91](https://github.com/DragonBox/u3d/issues/91) @@ -548,10 +601,11 @@ - Fix INIT log phase not starting when intended [\#101](https://github.com/DragonBox/u3d/pull/101) ([niezbop](https://github.com/niezbop)) - u3d/install: move chmod +x of linux files at install time \(Fixes \#91\) [\#100](https://github.com/DragonBox/u3d/pull/100) ([lacostej](https://github.com/lacostej)) - logger: Hide EPIPE errors when stdout already closed [\#97](https://github.com/DragonBox/u3d/pull/97) ([lacostej](https://github.com/lacostej)) ## [v0.9.4](https://github.com/DragonBox/u3d/tree/v0.9.4) (2017-08-28) + [Full Changelog](https://github.com/DragonBox/u3d/compare/v0.9.3...v0.9.4) **Implemented enhancements:** - Merge install and local\_install commands [\#84](https://github.com/DragonBox/u3d/issues/84) @@ -584,25 +638,22 @@ - Add tests for INIParser.create\_linux\_ini' [\#89](https://github.com/DragonBox/u3d/pull/89) ([lacostej](https://github.com/lacostej)) - u3d/installer: add tests for Installer.create / sanitize [\#88](https://github.com/DragonBox/u3d/pull/88) ([lacostej](https://github.com/lacostej)) - Make sure tests pass in full offline mode \(no network at all\) [\#87](https://github.com/DragonBox/u3d/pull/87) ([lacostej](https://github.com/lacostej)) - Mac Installer fix [\#85](https://github.com/DragonBox/u3d/pull/85) ([niezbop](https://github.com/niezbop)) - u3d/run: add -projectpath also when passing arguments \(fixes \#73\) [\#80](https://github.com/DragonBox/u3d/pull/80) ([lacostej](https://github.com/lacostej)) -- Refactor/downloader and ini [\#79](https://github.com/DragonBox/u3d/pull/79) ([lacostej](https://github.com/lacostej)) - Improve the docs, in particular with run and auto-detection of the current project [\#78](https://github.com/DragonBox/u3d/pull/78) ([lacostej](https://github.com/lacostej)) -- Improve the docs, in particular with run and auto-detection of the current project \(\#75\) [\#77](https://github.com/DragonBox/u3d/pull/77) ([lacostej](https://github.com/lacostej)) -- u3d/commands: add unit tests and fix 2 small install command issues [\#76](https://github.com/DragonBox/u3d/pull/76) ([lacostej](https://github.com/lacostej)) - Do not crash when no PlaybackEngines are found [\#74](https://github.com/DragonBox/u3d/pull/74) ([lacostej](https://github.com/lacostej)) - A missing license header [\#67](https://github.com/DragonBox/u3d/pull/67) ([lacostej](https://github.com/lacostej)) - \[tech\] Installer unit tests. Initial commit [\#60](https://github.com/DragonBox/u3d/pull/60) ([lacostej](https://github.com/lacostej)) -- \[tech\] automate changelog generation through rake [\#59](https://github.com/DragonBox/u3d/pull/59) ([lacostej](https://github.com/lacostej)) - u3d/install: do not try to download unknown versions \(i.e. not in cache\) [\#57](https://github.com/DragonBox/u3d/pull/57) ([niezbop](https://github.com/niezbop)) - u3d/run: improve run inline help [\#54](https://github.com/DragonBox/u3d/pull/54) ([lacostej](https://github.com/lacostej)) - \[tech\] migrate to circle ci 2.0, using Rakefile as basis for complex operations [\#49](https://github.com/DragonBox/u3d/pull/49) ([lacostej](https://github.com/lacostej)) - \[tech\] rubocop cleanups [\#46](https://github.com/DragonBox/u3d/pull/46) ([lacostej](https://github.com/lacostej)) - u3d/install: allow to recover from incomplete downloads on linux by autodetecting size [\#23](https://github.com/DragonBox/u3d/pull/23) ([niezbop](https://github.com/niezbop)) ## [v0.9.3](https://github.com/DragonBox/u3d/tree/v0.9.3) (2017-08-07) + [Full Changelog](https://github.com/DragonBox/u3d/compare/v0.9.2...v0.9.3) **Implemented enhancements:** - Auto-sanitize Linux install names after install [\#35](https://github.com/DragonBox/u3d/issues/35) @@ -621,16 +672,15 @@ - u3d/install: reduce cpu caused by lack of buffering and high console output \#36 [\#37](https://github.com/DragonBox/u3d/pull/37) ([lacostej](https://github.com/lacostej)) - Rubocop / Improve code style [\#34](https://github.com/DragonBox/u3d/pull/34) ([niezbop](https://github.com/niezbop)) - \[linux\] Adjust to weird editor versions stored under ProjectSettings/ProjectVersion.txt [\#33](https://github.com/DragonBox/u3d/pull/33) ([niezbop](https://github.com/niezbop)) - Make Linux runner functional again [\#29](https://github.com/DragonBox/u3d/pull/29) ([lacostej](https://github.com/lacostej)) - u3d/run: ensure parent dir to logfile exists before creating the file [\#28](https://github.com/DragonBox/u3d/pull/28) ([lacostej](https://github.com/lacostej)) -- Rubocop / Improve code style [\#27](https://github.com/DragonBox/u3d/pull/27) ([lacostej](https://github.com/lacostej)) -- Fix Linux runner and installation [\#26](https://github.com/DragonBox/u3d/pull/26) ([niezbop](https://github.com/niezbop)) - Change sanitizer to be platform specific [\#24](https://github.com/DragonBox/u3d/pull/24) ([niezbop](https://github.com/niezbop)) - Make Linux installer functional again [\#20](https://github.com/DragonBox/u3d/pull/20) ([lacostej](https://github.com/lacostej)) ## [v0.9.2](https://github.com/DragonBox/u3d/tree/v0.9.2) (2017-08-04) + [Full Changelog](https://github.com/DragonBox/u3d/compare/v0.9.1...v0.9.2) **Fixed bugs:** - Fix missing key failure [\#13](https://github.com/DragonBox/u3d/pull/13) ([niezbop](https://github.com/niezbop)) @@ -650,10 +700,11 @@ - specs: ensure test pass on Linux [\#8](https://github.com/DragonBox/u3d/pull/8) ([lacostej](https://github.com/lacostej)) - Linux versions fix [\#6](https://github.com/DragonBox/u3d/pull/6) ([niezbop](https://github.com/niezbop)) - Document further the prettifier [\#1](https://github.com/DragonBox/u3d/pull/1) ([lacostej](https://github.com/lacostej)) ## [v0.9.1](https://github.com/DragonBox/u3d/tree/v0.9.1) (2017-07-24) + [Full Changelog](https://github.com/DragonBox/u3d/compare/v0.9...v0.9.1) -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file +\* *This Changelog was automatically generated by [github_changelog_generator] (https://github.com/github-changelog-generator/github-changelog-generator)*