Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

v0.0.12 Release

Compare
Choose a tag to compare
@andyneff andyneff released this 30 Oct 22:49
  • juste now uses makeself instead of pyinstaller. Only one executable for all platforms
  • If VSI_COMMON_DIR is set when calling juste, and that directory no longer exists, an error is printed to explain that
  • Fixed bug in help when comment was empty
  • Fixed bug when *_VOLUMES contained spaces
  • Fixed *_VOLUMES on Windows
  • Added JUST_HOST_WINDOWS to container environment on Windows to handle special windows conditions
  • Fixed bug with multiple services in docker-compose yaml not being found
  • Added another JUST_VERBOSE level
  • Added docker clean and docker-compose clean targets to docker just plugin
  • Removed auto generating local_post.env
  • Fixed corner case where local.env is generated as root
  • Updated --latest to work with the new makeself juste. Old --latest will not be able to discover the new ones until version 0.0.12
  • Added -- (JUST_SEPARATOR) to break just chains. A target can take all arguments, until JUST_SEPARATOR is encountered
  • Updates to new_just
    • Removed wrap file. just --wrap replaces this feature
    • Fix bugs on macos
    • Merged setup and sync into just sync
    • Fix bug corrupting container space with root environment
    • Simplified examples
    • Fixed wrapping bug making some of the files unaligned