Skip to content

Latest commit

 

History

History
188 lines (117 loc) · 11.1 KB

CHANGELOG.md

File metadata and controls

188 lines (117 loc) · 11.1 KB

Change Log

v1.0.0beta13 (2019-05-20)

Full Changelog

Merged pull requests:

  • Format files according to wwtk templates #71 (scassard)
  • Correct update package function to prevent error in First method #70 (scassard)

v1.0.0beta12 (2019-03-26)

Full Changelog

Fixed bugs:

  • LoseVersionRequirement and MinimalVersionRequirement faulty behaviour #66

Merged pull requests:

  • Add github_changelog_generator as a dependency in the Gemfile #69 (niezbop)
  • Preparing release for 1.0.0beta12 #68 (niezbop)
  • Introduce Range version requirement #67 (niezbop)

v1.0.0beta11 (2018-12-18)

Full Changelog

Implemented enhancements:

  • Preferences: use .uplift/preferences.xml rather than EditorPrefs for storage #63 (niezbop)
  • Support editor default resources #58 (niezbop)

Closed issues:

  • Git says MIT, docs say All rights reserved #61

Merged pull requests:

  • Preparing release for 1.0.0beta11 #64 (niezbop)
  • Menu Items: Make installation from menu clearer #60 (niezbop)
  • Project: Add a TODO list and add necessary env variables to DEVELOPMENT_PROCESS #59 (niezbop)

v1.0.0beta10 (2018-03-15)

Full Changelog

Implemented enhancements:

  • Log current Uplift version on Initialize #54 (niezbop)

Fixed bugs:

  • Fix: Better optional parameter parsing #56 (niezbop)
  • Make sure that the preferences are loaded before using them #55 (niezbop)

Merged pull requests:

v1.0.0beta9 (2018-02-26)

Full Changelog

Implemented enhancements:

Merged pull requests:

v1.0.0beta8 (2017-12-14)

Full Changelog

Implemented enhancements:

  • .gitignore generation with line ending #31
  • Settings: ensure .upfile exists before attempting to create sample #40 (lacostej)
  • Change package~name to package-name #37 (niezbop)

Fixed bugs:

  • Upfile dependencies not refreshed before installation #38
  • Fix update window offering to update to old versions #44 (niezbop)
  • Fix lose and minimal version requirement merge #42 (niezbop)
  • Fix Updater not comparing beta versions correctly #36 (niezbop)

Closed issues:

  • GUI Update Window says outdated, while I have newer. #43
  • uplift self-update mechanism should handle optional field in version (e.g. beta7) #35

Merged pull requests:

  • Preparing release for 1.0.0beta8 #45 (niezbop)
  • Fix upfile not refreshed before install #39 (niezbop)

v1.0.0beta7 (2017-12-07)

Full Changelog

Implemented enhancements:

  • Add upset template to export package with #33 (niezbop)

Fixed bugs:

  • Fix lack of support for unknown repositories in Upfile Editor window #32 (niezbop)

Merged pull requests:

v1.0.0beta6 (2017-12-05)

Full Changelog

Implemented enhancements:

  • Remove unnecessary warning #28 (niezbop)
  • Add very basic caching for Upset fetching in GithubRepository #27 (niezbop)
  • Implement settings editor window #26 (niezbop)

Merged pull requests:

v1.0.0beta5 (2017-11-30)

Full Changelog

Fixed bugs:

  • Some .unitypackage are not extracted correctly #23
  • Readme version not correctly updated when releasing #22
  • Log not aggregated on Unity 2017+ from the .unitypackage #20

Merged pull requests:

  • Preparing release for 1.0.0beta5 #25 (niezbop)
  • Compiler: use defines to make sure that .unitypackage is built correctly #21 (niezbop)

v1.0.0beta4 (2017-11-28)

Full Changelog

Implemented enhancements:

Merged pull requests:

v1.0.0beta3 (2017-11-16)

Full Changelog

Merged pull requests:

  • Preparing release for 1.0.0beta3 #17 (niezbop)
  • Remove dependency on Sharpcompress #16 (niezbop)
  • Automate build and release of binaries on Github #15 (niezbop)

v1.0.0beta2 (2017-11-14)

Full Changelog

Implemented enhancements:

  • Self update mechanism #3
  • Add self-update mechanism (fixes #3) #11 (niezbop)
  • Keep track of the Upfile.lock MD5 to detect project changes #9 (niezbop)
  • Refactor FileRepository #8 (niezbop)

Fixed bugs:

  • VersionRequirement: BoundedVersionRequirement and LoseVersionRequirement merge conflict #12
  • update window: consistency issues #5

Merged pull requests:

  • Preparing release for 1.0.0beta2 #14 (niezbop)
  • Fix Version requirement lose and bounded conflict #13 (niezbop)
  • Force gitignore to have Unix EOL #10 (lacostej)
  • Refactor dependency management logic for consistency and separation from UI #7 (niezbop)
  • Warn user that update window may cause unexpected breakage #6 (niezbop)
  • CONTRIBUTING document #2 (lacostej)
  • Rakefile improvement: portability using ruby code #1 (lacostej)

* This Change Log was automatically generated by github_changelog_generator