Skip to content

Commit ec4e93e

Browse files
committed
Update change log
1 parent d93fddf commit ec4e93e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,19 @@
22

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

5-
## [2.0.0] - 2024-04-04
5+
## [2.0.0] - 2024-04-13
6+
7+
This release fixes compatibility with Python 10.12 by removing the dependencies on `distutils.versions`. (Thanks to @arubdesu for #42.)
68

79
### Removed
810

9-
- Removed Python 2 support
10-
- Removed macOS version detection
11+
- Removed Python 2 support. If you're still deploying docklib to macOS versions prior to Monterey 12.3, be sure you're deploying a Python runtime like [MacAdmins Python](https://github.com/macadmins/python) rather than relying on the built-in `/usr/bin/python`.
12+
- Removed macOS version detection. This may cause unexpected behavior when referencing the `AllowDockFixupOverride`, `show-recents`, `recent-apps`, `dblclickbehavior`, `show-recents-immutable`, and `windowtabbing` keys on macOS versions prior to Big Sur 11.0.
1113

1214
### Changed
1315

1416
- `makeDockAppSpacer()` parameter name has changed from `type` to `tile_type`. Please update your scripts if you use this function.
15-
- Updated unit tests with new `is-beta` key present in Dock plist.
17+
- Updated unit tests with new `is-beta` preference key present in macOS Sonoma Dock tiles.
1618

1719
## [1.3.0] - 2021-05-31
1820

0 commit comments

Comments
 (0)