Skip to content

Latest commit

 

History

History
193 lines (85 loc) · 8.02 KB

CHANGELOG.md

File metadata and controls

193 lines (85 loc) · 8.02 KB

Changelog | Pydotfiles

4.2.8 (2022-10-20)

Bug Fixes

  • mac: adds in support for dealing with whitespace in paths for mac (6e2e1a7)

4.2.7 (2022-10-18)

Bug Fixes

  • dock: fixes dock to allow default dock settings to be applied correctly (0f2e4e6)

4.2.6 (2022-10-18)

Bug Fixes

  • macos: fixes an issue when re-running a build package script with mktemp (6ddc243)

4.2.5 (2022-10-17)

Bug Fixes

  • build: fixes symlinks for generated build packages to point to correct locations (2059e47)

4.2.4 (2022-10-17)

Bug Fixes

  • zip: fixes released zip files to properly include subdirectory files (c8cd39d)

4.2.3 (2022-10-17)

Bug Fixes

  • symlinks: fixes symlinks to point to the correct absolute path (2468975), closes #86

4.2.2 (2022-10-17)

Bug Fixes

  • build: fixes linux build runner when retrieving macos build options (7c04f1a)

4.2.1 (2022-10-17)

Bug Fixes

  • build: fixes the build command's release flag to work for directories without the output dir (c14a58a)

4.2.0 (2022-10-17)

Features

  • 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)

Features

  • 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)

Bug Fixes

  • linux: fixes build command for linux build runners when generating macos build packages (d716993)

4.0.3 (2022-10-16)

Bug Fixes

  • build: fixes json schema missing from distribution (0f30e88)

4.0.2 (2022-10-16)

Bug Fixes

  • build: adds in non-path json schema resolver to enable build command to work for pip install (34f0721)

4.0.1 (2022-10-15)

Bug Fixes

  • build: fixes build command by including schema files (fca71f3)

4.0.0 (2022-10-15)

Features

  • build: adds in dotfile profiles, and ability to generate stand-alone build packages (9000a65)

BREAKING CHANGES

  • 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)

Features

  • 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)

Features

  • validation: Formalizes the schema for default setting validation, and enables multiple-schema (b1bde2d), closes #57

BREAKING CHANGES

  • 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)

Features

  • dock: Adds in the ability to set the dock icons via config (b55d99a), closes #52

2.0.0 (2019-02-06)

Bug Fixes

  • default-settings: Fixes sudo command execution and grants the ability to ignore return code val (f672b6f)

BREAKING CHANGES

  • 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)

Features

  • downloads: Enables downloading a default set of basic dotfiles if one is not provided (c0c8651), closes #17

1.1.0 (2019-02-06)

Features

  • defaults: Adds in the ability to set default settings for a given OS (ba7aebd), closes #46

1.0.0 (2019-02-06)

Bug Fixes

  • ci/cd: Fixes the broken test due to an out of date pytest dependency (8bfea51), closes #50

Features

  • validator: Adds in the ability to validate a given file or directory (0acc0b9), closes #9

BREAKING CHANGES

  • validator: All settings.yaml/.json/.yml will now require a 'version' field, with the only currently available version being 'alpha'

0.1.0 (2018-11-23)

Features

  • ci/cd: Adds in automatic artifact release for pypi and github (along with automatic semver) (70bf842), closes #3 #5