Skip to content

Commit ca27587

Browse files
authored
Merge pull request #12 from homebysix/1.0.2
1.0.2 merge to master
2 parents d689e20 + a7ef7be commit ca27587

File tree

4 files changed

+46
-1
lines changed

4 files changed

+46
-1
lines changed

.isort.cfg

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
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

build-info.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ ownership: recommended
66
postinstall_action: none
77
preserve_xattr: false
88
suppress_bundle_relocation: true
9-
version: '1.0.1'
9+
version: '1.0.2'

payload/Library/Python/2.7/site-packages/docklib.py

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
import subprocess
88
from platform import mac_ver
99
from distutils.version import LooseVersion
10+
1011
# pylint: disable=E0611
1112
from Foundation import NSURL
1213
from Foundation import CFPreferencesAppSynchronize

0 commit comments

Comments
 (0)