Skip to content

v1.0.21

Compare
Choose a tag to compare
@lacostej lacostej released this 20 Feb 06:38
· 300 commits to master since this release
528fcd4

Full Changelog

Implemented enhancements:

  • u3d/install: do not ask for password when user is root on Linux #303
  • u3d/prettify: report failures to parse logs automatically #146
  • u3d/install do not ask for root password #304 (lacostej)
  • u3d/* automatically retry admin privilege elevation #236 #297 (lacostej)
  • u3d/sanitize: support dot_not_move #293 (lacostej)
  • u3d/ui: adjust a message that is use for more than just downloading unity #292 (lacostej)
  • u3d/sanitize: ensure Installation instance's root_path is updated post move #291 (lacostej)
  • u3d/move command, renaming install dirs. Support long version names. Fixes #274 #289 (lacostej)
  • u3d/console: an interactive version of u3d (Fixes #265) #283 (lacostej)

Fixed bugs:

  • Unity Installations fail on Windows with space in path #302
  • u3d/internals: grant_admin wasn't using has_admin_privileges? to get the privileges on non windows platforms #301 (lacostej)

Closed issues:

  • Include build number when renaming hotfix releases of Unity #274
  • u3d should ask again for password if wrong password is given in interactive mode #236
  • u3d: non UTF-8 environments can cause issues. #147

Merged pull requests:

  • u3d/console: remove require on pry #307 (lacostej)
  • Allow spaces in installation paths on Windows #302 #306 (lacostej)
  • u3d/install: support full pkg for Linux #305 (lacostej)
  • u3d/internals: fallback on admin move of creating u3d_do_not_move if needed #300 (lacostej)
  • u3d/list: identify versions that can't be moved with a ! #298 (lacostej)
  • u3d/internals: move windows_path from U3d::Utils to U3dCore::Helper and reuse it in AdminTools #296 (lacostej)
  • u3d/internals: extract the move_file into U3dCore::AdminTools #295 (lacostej)
  • u3d/sanitize: sanitize on list only + cleanups and refactors #294 (lacostej)
  • u3d/list: properly identify the build number #288 (lacostej)
  • u3d/examples: support Unity 2017.3+, identified while investigating #3 #286 (lacostej)
  • u3d/* Detect incorrect locale (Fixes #147) #285 (lacostej)
  • u3d/list: introduce format and make sure the list_installed return an array of versions #284 (lacostej)