This repository has been archived by the owner on Mar 27, 2023. It is now read-only.
v0.0.12 Release
juste
now usesmakeself
instead ofpyinstaller
. Only one executable for all platforms- If
VSI_COMMON_DIR
is set when callingjuste
, 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
anddocker-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 makeselfjuste
. Old--latest
will not be able to discover the new ones until version 0.0.12 - Added
--
(JUST_SEPARATOR
) to breakjust
chains. A target can take all arguments, untilJUST_SEPARATOR
is encountered - Updates to
new_just
- Removed
wrap
file.just --wrap
replaces this feature - Fix bugs on macos
- Merged
setup
andsync
into justsync
- Fix bug corrupting container space with root environment
- Simplified examples
- Fixed wrapping bug making some of the files unaligned
- Removed