Releases: dyerc/Doughnut
Version 2.0.1
What's Changed
- Remove redundant DownloadManager related code. by @GetToSet in #83
- Update MASPreferences to 1.4.1. by @GetToSet in #84
- Remove taskQueue wrapper for episode DB operations to prevent queueing. by @GetToSet in #86
- Fix: sidebar images dimmed out when window not active on macOS 13 beta. by @GetToSet in #89
- Move advanced preference controls to a separate pane. by @GetToSet in #90
- Support for subscribing podcasts.apple.com URLs. by @GetToSet in #94
- Fix first episode being accidentally selected on reload. by @GetToSet in #96
- Assign duration information so it's available in episode list view wi… by @woj-tek in #105
- Enable symbolication for PLCrashReporter by @GetToSet in #107
- Support for Apple’s unified logging system. by @GetToSet in #109
- Performance improvements for batch (un)marking played or favourite. by @GetToSet in #95
- Fix: unable to seek through current episode with the playback slider by @GetToSet in #110
- Implement custom User-Agent for media playback by @GetToSet in #92
- Add a playback threshold percentage at which point to mark an episode as played by @dyerc in #111
New Contributors
Full Changelog: v2.0.0...v2.0.1
Version 2.0.0
Doughnut 2.0.0 is a major new release utilising the latest macOS features. I would like to specifically thank @GetToSet for all of his efforts over the past 6+ months, making this new release happen. New functionality, features and fixes include:
- Optimize appearance, menus and design for modern macOS.
- Support for MediaPlayer framework and better macOS integration of playback controls.
- Updates for image operations to reduce memory usage.
- Load audio assets asynchronously.
- Many, many, more bug fixes and minor improvements.
v2.0.0 RC 1
Hopefully in the next couple of weeks this version can be launched as version 2.0.0 along with a new website (#70)
What's Changed
- Updates for image operations to reduce memory usage. by @GetToSet in #75
- Minor bug fixes and project-related changes for 2.0.0 beta2. by @GetToSet in #74
- Use auto layout to determine height of preference panes. by @GetToSet in #77
- Properly respond to theme changes and some refinements to detail page styles. by @GetToSet in #78
- Load audio assets asynchronously to improve the user experience. by @GetToSet in #80
- Improvements to app icon switching. by @GetToSet in #81
Full Changelog: v2.0.0.beta2...v2.0.0.rc1
v2.0.0 Beta 2
v2.0.0.beta2 Dump release version to 2.0.0-beta.2
v2.0.0 Beta 1
Thanks so much to @GetToSet for all his efforts adding features to Doughnut over the last couple of months. In order to progress towards a production ready release in the very near future, I have cut a beta release so that it's easier to test the new features without compiling manually.
I'll save a full changelog for the actual release.