Releases: sindresorhus/DockProgress
Releases Β· sindresorhus/DockProgress
5.0.2
5.0.1
5.0.0
Breaking
- Require macOS 12 or later
- The
colorparameter for styles now expectColorinstead ofNSColor
Improvements
- Added ability to use SwiftUI
ViewandCanvasfor rendering custom progress- See example project for an example of a custom SwiftUI progress view
4.3.1
- Hide dock tile when not showing progress
4.3.0
- Improve compatibility with strict concurrency 88dd4eb
4.2.2
- Fix package not working in release configuration
4.2.1
- Improve compatibility with macOS 14
4.2.0
- The progress animation should now be much smoother.
Note: The tag is now without a v prefix since Xcode cannot handle the prefix.
v4.1.0
- Add
.piestyle - Hide the progress display when progress is 0
v4.0.1
- Improve compatibility with Xcode 14 d185101