Skip to content

Releases: neogeek/get-unity

v2.0.0

30 Apr 20:28
24e4fb9
Compare
Choose a tag to compare

Full Changelog

  • [hotfix] Updated packages. #38
  • Test on ubuntu and windows via GitHub Actions. (#37) #37
  • Fixed invalid export. (#36) #36
  • Removed jest in favor of the native test utility. (#35) #35
  • Check for link selector before returning result. (#33) #33
  • [hotfix] Updated packages. (#32) #32
  • Added Mac Silicon support. (#28) #28

v1.5.0

04 Feb 04:45
a56da04
Compare
Choose a tag to compare
Version bump.

Updated CHANGELOG.

v1.4.1

04 Feb 04:34
6b37c07
Compare
Choose a tag to compare
Version bump.

v1.4.0

01 May 03:06
c3b15df
Compare
Choose a tag to compare

Full Changelog

Merged pull requests:

  • [hotfix] Return promise from catch block. #26 (neogeek)
  • [hotfix] Fixed issue where the cache dir was placed in the path the command was called from. #25 (neogeek)

v1.3.1

13 Mar 05:28
fd34a59
Compare
Choose a tag to compare

Full Changelog

Closed issues:

  • Test on Linux #23

v1.3.0

08 Dec 03:21
4c39573
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Add Lunix downloads #15

Closed issues:

  • Test on Windows #13

Merged pull requests:

v1.2.0

07 Dec 06:13
926d0fb
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Add --force flag for disregarding the TTL on the editor-installer.json cache #17
  • Setup Travis auto update of editor-installers.json #16
  • [feat] Force flag #19 (neogeek)

Merged pull requests:

  • [feat] Travis auto update editor installers #22 (neogeek)
  • [feat] Switched to using raspar utilities for dealing with cache. #21 (neogeek)
  • [hotfix] Updated packages. #20 (neogeek)

v1.1.1

07 Nov 00:55
4bd9d70
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • [hotfix] Added missing dependency. #18 (neogeek)

v1.1.0

06 Nov 07:13
fb06982
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Create logo / social preview image #10
  • Add travis-ci testing #9
  • Added meow package for CLI flags #7
  • Add update-notifier package #5
  • Port over script from @neogeek/unity-ci-tools repo for getting latest Unity editor version #4
  • Add unit tests #3
  • Get Unity version by passing ProjectSettings/ProjectVersion.txt to command #2
  • Add local caching of Unity versions #1

Merged pull requests:

  • Editor installers update (and offline mode) #14 (neogeek)
  • Add parsing file (ProjectVersion.txt) via CLI flag support. #12 (neogeek)
  • Added aliases to help and version flags. #11 (neogeek)
  • Added chalk and meow for managing cli input and flags. #8 (neogeek)
  • Added update-notifier package. #6 (neogeek)

v1.0.0

29 Oct 12:20
a3395b7
Compare
Choose a tag to compare
  • Initial release.