------------------- * [ENHANCEMENT] Rearrange files created by GravityBee to all be contained in a ``.gravitybee`` subdirectory of the current directory. * [ENHANCEMENT] Place the distribution artifacts in the staging directory, with a default value of ``.gravitybee/dist``. * [ENHANCEMENT] Add option ``--staging-dir`` to specify directory where artifact staging should take place and export another environment variable ``GB_ENV_STAGING_DIR``. * [ENHANCEMENT] Add option ``--with-latest`` to allow creation of a second artifact staging directory called "latest" containing the artifacts renamed with "latest" in the place of the version. * [ENHANCEMENT] Add option ``--sha-format`` to allow custom naming of the SHA hash file.
0.1.12
------------------- * [ENHANCEMENT] Add OS and machine type to the SHA256 hash file (to avoid overwriting files if files from different platforms go to the same location). * [ENHANCEMENT] Cleanup code with better variable names.
0.1.11
------------------- * [ENHANCEMENT] Create a SHA256 hash for the generated standalone file and include hash with file information and optionally in a separate file (using --sha flag). * [ENHANCEMENT] Change names of environment variables produced with output scripts to be prefixed with GB_ENV so that the environs do not collide with environs consumed by GravityBee. * [ENHANCEMENT] Provide a convenience cleanup Bash script to remove GravityBee output files (e.g., json and generated executables). * [ENHANCEMENT] Cleanup code with more constants.
0.1.10
------------------- * [ENHANCEMENT] Provide two additional output files for importing GravityBee information into the environment on POSIX and Windows platforms.
0.1.9
------------------ * [ENHANCEMENT] Output file with run info in json format for easy consumption by other tools.
0.1.8
------------------ * [ENHANCEMENT] In non-verbose mode, allow for supressing stdout and stderr from pyinstaller, which can be sizeable. * [ENHANCEMENT] Change name of ``gravitybee.file`` to ``gravitybee-files.json``.