v1.0.0beta18 (2021-11-24)
Merged pull requests:
- Bump activesupport from 6.0.2.1 to 6.1.4.1 #113 (dependabot[bot])
- We need to continue nuking when we find out an asset that was already… #112 (lacostej)
- Bump addressable from 2.7.0 to 2.8.0 #111 (dependabot[bot])
- Bump rack from 2.2.2 to 2.2.3 #109 (dependabot[bot])
- Make sure the default ci_build doesn't use deprecated 5.6 version by default #107 (lacostej)
v1.0.0beta17 (2020-03-09)
Merged pull requests:
- Preparing release for 1.0.0beta17 #106 (lacostej)
- Bump rack from 2.0.6 to 2.2.2 #105 (dependabot[bot])
- Feature/support unity 2017 4 #104 (lacostej)
- Bump rake from 12.3.2 to 13.0.1 #99 (dependabot[bot])
v1.0.0beta16 (2020-03-06)
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:
Merged pull requests:
- Preparing release for 1.0.0beta16 #103 (niezbop)
- Revert to v1.0.0beta14 with backports to fix urgent bug #102 (niezbop)
v1.0.0beta15 (2019-10-30)
Fixed bugs:
Merged pull requests:
- Preparing release for 1.0.0beta15 #91 (niezbop)
- Extract lockfile specific logic from UpliftManager #89 (scassard)
- Feature/new dependency resolution #88 (scassard)
v1.0.0beta14 (2019-05-29)
Merged pull requests:
- Preparing release for 1.0.0beta14 #85 (lacostej)
- 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)
- Preparing release for 1.0.0beta13 #72 (jenkinswwtk)
- 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)
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)
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)
Implemented enhancements:
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)
Implemented enhancements:
Merged pull requests:
- Release 1.0.0beta9 #53 (niezbop)
- Use Unity 5.6.5f1 #52 (niezbop)
- Allows to specify a proxy for GithubRepository #51 (niezbop)
- Cleaner failure when trying to download an asset #50 (niezbop)
v1.0.0beta8 (2017-12-14)
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)
Implemented enhancements:
Fixed bugs:
Merged pull requests:
v1.0.0beta6 (2017-12-05)
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)
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)
Implemented enhancements:
Merged pull requests:
v1.0.0beta3 (2017-11-16)
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)
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 Changelog was automatically generated by github_changelog_generator