Skip to content

Commit

Permalink
Merge pull request #12 from homebysix/1.0.2
Browse files Browse the repository at this point in the history
1.0.2 merge to master
  • Loading branch information
homebysix committed Apr 3, 2019
2 parents d689e20 + a7ef7be commit ca27587
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .isort.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[settings]
multi_line_output=3
include_trailing_comma=True
force_grid_wrap=0
use_parentheses=True
line_length=88
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# `docklib` Change Log

All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).


## [1.0.2] - 2019-04-02

### Fixed

- Only use "show-recents" key in 10.14 or higher


## [1.0.1] - 2019-03-24

### Added

- Added the ability to specify a label for Apps
- Added "show-recents" key
- Added pre-commit config for contributors

### Changed

- Standardized Python using Black formatter
- Adopted MunkiPkg project structure

### Fixed

- Corrected examples in read me
- Fixed assignment of return value


## 1.0.0 - 2018-04-19

- Initial release


[Unreleased]: https://github.com/homebysix/docklib/compare/v1.0.1...HEAD
[1.0.1]: https://github.com/homebysix/docklib/compare/v1.0.0...v1.0.1
2 changes: 1 addition & 1 deletion build-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ ownership: recommended
postinstall_action: none
preserve_xattr: false
suppress_bundle_relocation: true
version: '1.0.1'
version: '1.0.2'
1 change: 1 addition & 0 deletions payload/Library/Python/2.7/site-packages/docklib.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import subprocess
from platform import mac_ver
from distutils.version import LooseVersion

# pylint: disable=E0611
from Foundation import NSURL
from Foundation import CFPreferencesAppSynchronize
Expand Down

0 comments on commit ca27587

Please sign in to comment.