File tree Expand file tree Collapse file tree 4 files changed +46
-1
lines changed
payload/Library/Python/2.7/site-packages Expand file tree Collapse file tree 4 files changed +46
-1
lines changed Original file line number Diff line number Diff line change 1+ [settings]
2+ multi_line_output =3
3+ include_trailing_comma =True
4+ force_grid_wrap =0
5+ use_parentheses =True
6+ line_length =88
Original file line number Diff line number Diff line change 1+ # ` docklib ` Change Log
2+
3+ All notable changes to this project will be documented in this file. This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4+
5+
6+ ## [ 1.0.2] - 2019-04-02
7+
8+ ### Fixed
9+
10+ - Only use "show-recents" key in 10.14 or higher
11+
12+
13+ ## [ 1.0.1] - 2019-03-24
14+
15+ ### Added
16+
17+ - Added the ability to specify a label for Apps
18+ - Added "show-recents" key
19+ - Added pre-commit config for contributors
20+
21+ ### Changed
22+
23+ - Standardized Python using Black formatter
24+ - Adopted MunkiPkg project structure
25+
26+ ### Fixed
27+
28+ - Corrected examples in read me
29+ - Fixed assignment of return value
30+
31+
32+ ## 1.0.0 - 2018-04-19
33+
34+ - Initial release
35+
36+
37+ [ Unreleased ] : https://github.com/homebysix/docklib/compare/v1.0.1...HEAD
38+ [ 1.0.1 ] : https://github.com/homebysix/docklib/compare/v1.0.0...v1.0.1
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ ownership: recommended
66postinstall_action : none
77preserve_xattr : false
88suppress_bundle_relocation : true
9- version : ' 1.0.1 '
9+ version : ' 1.0.2 '
Original file line number Diff line number Diff line change 77import subprocess
88from platform import mac_ver
99from distutils .version import LooseVersion
10+
1011# pylint: disable=E0611
1112from Foundation import NSURL
1213from Foundation import CFPreferencesAppSynchronize
You can’t perform that action at this time.
0 commit comments