From abf3e2be5de931b27e0668196935a4aa121de793 Mon Sep 17 00:00:00 2001 From: Paul Niezborala Date: Thu, 14 Dec 2017 14:32:09 +0100 Subject: [PATCH] Preparing release for 1.0.0beta8 --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ README.md | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88852384..b78d9ef4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Change Log +## [v1.0.0beta8](https://github.com/DragonBox/uplift/tree/v1.0.0beta8) (2017-12-14) +[Full Changelog](https://github.com/DragonBox/uplift/compare/v1.0.0beta7...v1.0.0beta8) + +**Implemented enhancements:** + +- .gitignore generation with line ending [\#31](https://github.com/DragonBox/uplift/issues/31) +- Settings: ensure .upfile exists before attempting to create sample [\#40](https://github.com/DragonBox/uplift/pull/40) ([lacostej](https://github.com/lacostej)) +- Change package~name to package-name [\#37](https://github.com/DragonBox/uplift/pull/37) ([niezbop](https://github.com/niezbop)) + +**Fixed bugs:** + +- Upfile dependencies not refreshed before installation [\#38](https://github.com/DragonBox/uplift/issues/38) +- Fix update window offering to update to old versions [\#44](https://github.com/DragonBox/uplift/pull/44) ([niezbop](https://github.com/niezbop)) +- Fix lose and minimal version requirement merge [\#42](https://github.com/DragonBox/uplift/pull/42) ([niezbop](https://github.com/niezbop)) +- Fix Updater not comparing beta versions correctly [\#36](https://github.com/DragonBox/uplift/pull/36) ([niezbop](https://github.com/niezbop)) + +**Closed issues:** + +- GUI Update Window says outdated, while I have newer. [\#43](https://github.com/DragonBox/uplift/issues/43) +- uplift self-update mechanism should handle optional field in version \(e.g. beta7\) [\#35](https://github.com/DragonBox/uplift/issues/35) + +**Merged pull requests:** + +- Fix upfile not refreshed before install [\#39](https://github.com/DragonBox/uplift/pull/39) ([niezbop](https://github.com/niezbop)) + ## [v1.0.0beta7](https://github.com/DragonBox/uplift/tree/v1.0.0beta7) (2017-12-07) [Full Changelog](https://github.com/DragonBox/uplift/compare/v1.0.0beta6...v1.0.0beta7) @@ -11,6 +36,10 @@ - Fix lack of support for unknown repositories in Upfile Editor window [\#32](https://github.com/DragonBox/uplift/pull/32) ([niezbop](https://github.com/niezbop)) +**Merged pull requests:** + +- Preparing release for 1.0.0beta7 [\#34](https://github.com/DragonBox/uplift/pull/34) ([niezbop](https://github.com/niezbop)) + ## [v1.0.0beta6](https://github.com/DragonBox/uplift/tree/v1.0.0beta6) (2017-12-05) [Full Changelog](https://github.com/DragonBox/uplift/compare/v1.0.0beta5...v1.0.0beta6) diff --git a/README.md b/README.md index 325d42b5..a544ce1b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # UPLIFT [![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/DragonBox/uplift/blob/master/LICENSE) -![Version](https://img.shields.io/badge/version-1.0.0beta7-blue.svg) +![Version](https://img.shields.io/badge/version-1.0.0beta8-blue.svg) Uplift is a __package manager__ for the [Unity](https://unity3d.com/) game engine, built in __C#__, that provides a standard format for distributing Unity3d assets, and is designed to easily manage the installation of assets into your projects.