From da338f9eb649359cebd172f62523340420089ddf Mon Sep 17 00:00:00 2001 From: Jerome Lacoste Date: Mon, 15 Jan 2018 16:20:37 +0100 Subject: [PATCH 1/2] Ignore Mac .DS_Store files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d996af51..c133e3ba 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ coverage/ gems/ doc/ LOCAL/ +.DS_Store From 29f83d745fd80c4d527b0ca4ac97a6307949c7ff Mon Sep 17 00:00:00 2001 From: Jerome Lacoste Date: Mon, 15 Jan 2018 16:21:19 +0100 Subject: [PATCH 2/2] Preparing release for 1.0.14 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20c7d4b7..16f1dfe6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## [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) +- u3d/install: improve messages [\#231](https://github.com/DragonBox/u3d/pull/231) ([niezbop](https://github.com/niezbop)) +- u3d/install: add support for installing .msi packages on Windows [\#230](https://github.com/DragonBox/u3d/pull/230) ([niezbop](https://github.com/niezbop)) + +**Merged pull requests:** + +- 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)