Skip to content

Releases: DragonBox/uplift

Version v1.0.0beta18

24 Nov 13:46
1ff3ae2
Compare
Choose a tag to compare

Release notes:

Merged pull requests:

Version v1.0.0beta17

09 Mar 18:25
1c47d3c
Compare
Choose a tag to compare

Release notes:

Merged pull requests:

Version v1.0.0beta16

06 Mar 15:20
fc6f394
Compare
Choose a tag to compare

Release notes:

Implemented enhancements:

  • XML file(s) format/versioning/upgrade mechanism #4
  • UplfitManager: do not solve dependencies if InstallStrategy.ONLY_LOCKFILE #94 (niezbop)
  • Feature/logging/verbose #93 (niezbop)

Fixed bugs:

  • GitIgnorer: do not register .meta files in the .gitignore #95 (niezbop)
  • Do not update dependencies when installing several dependencies at once #92 (niezbop)

Closed issues:

  • .gitignore contains .meta.meta entries #87
  • Support Nuget Based Repository #65

Merged pull requests:

Version v1.0.0beta15

30 Oct 16:18
34bfee6
Compare
Choose a tag to compare

Release notes:

Fixed bugs:

  • Fix/RangeVersionRequirement restriction to another one #90 (niezbop)

Merged pull requests:

  • Extract lockfile specific logic from UpliftManager #89 (scassard)
  • Feature/new dependency resolution #88 (scassard)

Version v1.0.0beta14

29 May 15:52
50f3f46
Compare
Choose a tag to compare

Release notes:

Merged pull requests:

  • Debug/add a log handler #84 (scassard)
  • Fix/lockfile/prevent editing of transitive dependency when installing from lockfile #83 (scassard)
  • Add missing usings #82 (scassard)
  • Revert "Fix/lockfile/fix lockfile modifications when installing from lockfile" #80 (niezbop)
  • Display PackageExport.asset after its creation #78 (scassard)
  • Fix/lockfile/fix lockfile modifications when installing from lockfile #77 (scassard)
  • Fix/export/prevent uplift installing itself #74 (scassard)
  • Build: split Rakefile for testing the release notes upload #73 (lacostej)
  • Format files according to wwtk templates #71 (scassard)
  • Correct update package function to prevent error in First method #70 (scassard)

Version v1.0.0beta12

26 Mar 09:52
d096e56
Compare
Choose a tag to compare

Release notes:

Fixed bugs:

  • LoseVersionRequirement and MinimalVersionRequirement faulty behaviour #66

Merged pull requests:

  • Introduce Range version requirement #67 (niezbop)

Version v1.0.0beta11

07 Jan 10:42
b98c6ec
Compare
Choose a tag to compare

Release notes:

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)

Version v1.0.0beta10

15 Mar 15:00
2e82638
Compare
Choose a tag to compare

Release notes:

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)

Version v1.0.0beta9

26 Feb 17:40
df14021
Compare
Choose a tag to compare
Version v1.0.0beta9 Pre-release
Pre-release
Merge pull request #53 from DragonBox/release_1.0.0beta9

Release 1.0.0beta9

Version v1.0.0beta8

14 Dec 13:35
03849f9
Compare
Choose a tag to compare

Release notes:

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:

  • Fix upfile not refreshed before install #39 (niezbop)