4.2.8 (2022-10-20)
- mac: adds in support for dealing with whitespace in paths for mac (6e2e1a7)
4.2.7 (2022-10-18)
- dock: fixes dock to allow default dock settings to be applied correctly (0f2e4e6)
4.2.6 (2022-10-18)
- macos: fixes an issue when re-running a build package script with mktemp (6ddc243)
4.2.5 (2022-10-17)
- build: fixes symlinks for generated build packages to point to correct locations (2059e47)
4.2.4 (2022-10-17)
- zip: fixes released zip files to properly include subdirectory files (c8cd39d)
4.2.3 (2022-10-17)
4.2.2 (2022-10-17)
- build: fixes linux build runner when retrieving macos build options (7c04f1a)
4.2.1 (2022-10-17)
- build: fixes the build command's release flag to work for directories without the output dir (c14a58a)
4.2.0 (2022-10-17)
- build: adds in the -r or --release flag to the build command, which zips up build packages (5367eaf), closes #85
4.1.0 (2022-10-17)
- build: adds in the -b or --build-directory flag to the build command to control output (65736da), closes #84
4.0.4 (2022-10-17)
- linux: fixes build command for linux build runners when generating macos build packages (d716993)
4.0.3 (2022-10-16)
- build: fixes json schema missing from distribution (0f30e88)
4.0.2 (2022-10-16)
- build: adds in non-path json schema resolver to enable build command to work for pip install (34f0721)
4.0.1 (2022-10-15)
- build: fixes build command by including schema files (fca71f3)
4.0.0 (2022-10-15)
- build: adds in dotfile profiles, and ability to generate stand-alone build packages (9000a65)
- build: Introduces dramatically different execution model from the original pydotfiles live process/live update to an offline build package generation approach
3.1.0 (2019-02-15)
- developer environments: Adds in the ability to install language runtimes and specified virtual (15395b4), closes #42 #43 #66 #59
3.0.0 (2019-02-09)
- validation: Formalizes the schema for default setting validation, and enables multiple-schema (b1bde2d), closes #57
- validation: Requires a 'version' and 'schema' field for all core and referenced schemas. Valid schema options currently include 'core' and 'default_settings'
2.1.0 (2019-02-06)
2.0.0 (2019-02-06)
- default-settings: Fixes sudo command execution and grants the ability to ignore return code val (f672b6f)
- default-settings: 'run_as_sudo' should instead be called 'sudo'. If you want to ignore return code errors, please use ''check_output': false'
Fixes 54
1.2.0 (2019-02-06)
- downloads: Enables downloading a default set of basic dotfiles if one is not provided (c0c8651), closes #17
1.1.0 (2019-02-06)
1.0.0 (2019-02-06)
- validator: All settings.yaml/.json/.yml will now require a 'version' field, with the only currently available version being 'alpha'