Julian Kahnert
Julian Kahnert
Hey @Ethaligan , first of all: thank you for maintaining this repo!! I'm using Docker for this kind of task and maybe I can participate here by adding Docker support....
## Changes - Multi-tag selection delay feature with toggle in Advanced settings - Improved cache processing notifications - Code modernization and refactoring - Swift API migrations (replacingOccurrences → replacing) -...
## Background When supporting iOS/macOS 26+, we should migrate from the legacy `NotificationCenter` API to the new concurrency-safe notification protocols introduced in Swift: `MainActorMessage` and `AsyncMessage`. Reference: https://www.avanderlee.com/concurrency/mainactormessage-asyncmessage-concurrency-safe-notifications/ ## Current...