We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 939e496 commit d93fddfCopy full SHA for d93fddf
CHANGELOG.md
@@ -2,12 +2,17 @@
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
## [2.0.0] - 2024-04-04
7
8
-Removing OS detection and python2 support, ran pyupgrade, passes ruff format and ruff check.
9
-TODO: bump from alpha status, fill in Added/Changed/Deprecated section
+### Removed
+
+- Removed Python 2 support
10
+- Removed macOS version detection
11
12
+### Changed
13
14
+- `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.
16
17
## [1.3.0] - 2021-05-31
18
0 commit comments