Releases: Tatsh/macprefs
Releases · Tatsh/macprefs
v0.3.3
- Use
shutil.copy
instead of calling defaults export
- Fix issue where plists get deleted on first run
Full Changelog: v0.2.2...v0.3.3
v0.2.2
- Any
.plist
files from defaults
export that cannot be opened with plistlib
will become empty dict plist files in the output
- Fix running
prefs-export
bare
Full Changelog: v0.2.1...v0.2.2
v0.2.1
Fixed misspelled key in launchd job.
v0.2.0
- If
macprefs-install-jobs
is called with -k path-to-ssh-key
, the repository will be pushed with the specified key each time the job runs.
v0.1.0
Add fixes for Python 3.9
Note: This release drops support for Python < 3.9. If you want a version for that, use version v0.0.5
.
v0.0.5
Fixes to the Launchd job.
v0.0.4
Add ability to install launchd job for automatic exports and committing.
v0.0.2
- Git support is optional. If
git
is not in PATH
, the script will not attempt to use it.
- Fix issues specifying output directory
- Debug flag
v0.0.1
Create python-publish.yml