Swiftpack.co - Swift Packages by bolsinga

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by bolsinga

bolsinga/itunes_missing_artwork 1.2.2
iTunes Missing Artwork is a library that uses MusicKit to find files from Music that do not have artwork. It uses SwiftUI for display.
⭐️ 1
🕓 29 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
1.2.2
29 weeks ago
## What's Changed * tie to LoadingState 1.0.1 by @bolsinga in https://github.com/bolsinga/itunes_missing_artwork/pull/299 **Full Changelog**: https://github.com/bolsinga/itunes_missing_artwork/compare/1.2.1...1.2.2
1.2.1
29 weeks ago
## What's Changed * Update to Xcode 14.2 by @bolsinga in https://github.com/bolsinga/itunes_missing_artwork/pull/291 * Invoke xcodebuild once per build by @bolsinga in https://github.com/bolsinga/itunes_missing_artwork/pull/292 * Update action to macOS 13 Ventura by @bolsinga in https://github.com/bolsinga/itunes_missing_artwork/pull/119 * update release build to ventura by @bolsinga in https://github.com/bolsinga/itunes_missing_artwork/pull/293 * update to xcode 14.3 by @bolsinga in https://github.com/bolsinga/itunes_missing_artwork/pull/294 * update to swift 5.8 by @bolsinga in https://github.com/bolsinga/itunes_missing_artwork/pull/295 * update github actions to xcode 15.0 by @bolsinga in https://github.com/bolsinga/itunes_missing_artwork/pull/297 * update spm to swift 5.9 by @bolsinga in https://github.com/bolsinga/itunes_missing_artwork/pull/298 **Full Changelog**: https://github.com/bolsinga/itunes_missing_artwork/compare/1.2.0...1.2.1
1.2.0
1 year ago
## What's Changed * Remove unused AppKit imports / add where NSImage used by @bolsinga in https://github.com/bolsinga/itunes_missing_artwork/pull/268 * Add PlatformImage by @bolsinga in https://github.com/bolsinga/itunes_missing_artwork/pull/269 * Do not use iTunesLibrary for iOS. by @bolsinga in https://github.com/bolsinga/itunes_missing_artwork/pull/270 * Allow to build for iOS too. by @bolsinga in https://github.com/bolsinga/itunes_missing_artwork/pull/271 * Remove now unused MusicKit imports by @bolsinga in https://github.com/bolsinga/itunes_missing_artwork/pull/272 * Make gatherMissingArtwork() into an async function by @bolsinga in https://github.com/bolsinga/itunes_missing_artwork/pull/273 * Show more information when the application first launches. by @bolsinga in https://github.com/bolsinga/itunes_missing_artwork/pull/274 * Remove .frame by @bolsinga in https://github.com/bolsinga/itunes_missing_artwork/pull/275 * Add Text Header to MissingImageList by @bolsinga in https://github.com/bolsinga/itunes_missing_artwork/pull/276 * Do not load partial artwork from catalog by @bolsinga in https://github.com/bolsinga/itunes_missing_artwork/pull/277 * ProcessingState may change dynamically by @bolsinga in https://github.com/bolsinga/itunes_missing_artwork/pull/278 * Reference ProcessingState when showing Detail of single selection by @bolsinga in https://github.com/bolsinga/itunes_missing_artwork/pull/279 * Only repair items with no or .none ProcessingState by @bolsinga in https://github.com/bolsinga/itunes_missing_artwork/pull/280 * retry for some errors when loading images by @bolsinga in https://github.com/bolsinga/itunes_missing_artwork/pull/281 * iTunesLibrary is preconcurrency by @bolsinga in https://github.com/bolsinga/itunes_missing_artwork/pull/282 * For Partial Image Artworks, display iTunes image by @bolsinga in https://github.com/bolsinga/itunes_missing_artwork/pull/283 * Request MusicKit Authorization early if necessary. by @bolsinga in https://github.com/bolsinga/itunes_missing_artwork/pull/284 * Separate out iTunes and MusicKit by @bolsinga in https://github.com/bolsinga/itunes_missing_artwork/pull/285 * Add MusicKit Library lookup for missing artwork by @bolsinga in https://github.com/bolsinga/itunes_missing_artwork/pull/286 * Indicate that image search was unable to find images by @bolsinga in https://github.com/bolsinga/itunes_missing_artwork/pull/287 * simplify artwork search interface by @bolsinga in https://github.com/bolsinga/itunes_missing_artwork/pull/288 * Error is about search term by @bolsinga in https://github.com/bolsinga/itunes_missing_artwork/pull/289 * improve image search failure message by @bolsinga in https://github.com/bolsinga/itunes_missing_artwork/pull/290 **Full Changelog**: https://github.com/bolsinga/itunes_missing_artwork/compare/1.1.0...1.2.0
1.1.0
1 year ago
## What's Changed * Use external LoadingState by @bolsinga in https://github.com/bolsinga/itunes_missing_artwork/pull/244 * Wrap InformationListView in ScrollView by @bolsinga in https://github.com/bolsinga/itunes_missing_artwork/pull/246 * Use Focus and Commands for repair actions by @bolsinga in https://github.com/bolsinga/itunes_missing_artwork/pull/247 * Do not offer to quit app if itunes fails by @bolsinga in https://github.com/bolsinga/itunes_missing_artwork/pull/248 * Use focusable and copyable to copy the selected Image by @bolsinga in https://github.com/bolsinga/itunes_missing_artwork/pull/249 * MissingImageList now uses List by @bolsinga in https://github.com/bolsinga/itunes_missing_artwork/pull/250 * Make this more readable by @bolsinga in https://github.com/bolsinga/itunes_missing_artwork/pull/251 * Use ArtworkLoadingImage by @bolsinga in https://github.com/bolsinga/itunes_missing_artwork/pull/252 * Break this calculation up for clarity by @bolsinga in https://github.com/bolsinga/itunes_missing_artwork/pull/253 * Selection in MissingImageList is now ArtworkLoadingImage by @bolsinga in https://github.com/bolsinga/itunes_missing_artwork/pull/254 * These do not need to be Binding. by @bolsinga in https://github.com/bolsinga/itunes_missing_artwork/pull/255 * InformationListView.processingStates can be a let constant by @bolsinga in https://github.com/bolsinga/itunes_missing_artwork/pull/256 * InformationListView.missingArtworkWithImages can be a let constant by @bolsinga in https://github.com/bolsinga/itunes_missing_artwork/pull/257 * DetailView.sortOrder can be a let constant by @bolsinga in https://github.com/bolsinga/itunes_missing_artwork/pull/258 * DetailView.processingStates can be a let constant by @bolsinga in https://github.com/bolsinga/itunes_missing_artwork/pull/259 * DetailView.selectedArtworks can be a let constant by @bolsinga in https://github.com/bolsinga/itunes_missing_artwork/pull/260 * Use .focusedSceneValue to get expected behavoir for our Commands by @bolsinga in https://github.com/bolsinga/itunes_missing_artwork/pull/261 * Use standard List selection in MissingImageList. by @bolsinga in https://github.com/bolsinga/itunes_missing_artwork/pull/262 * Remove .copyable as it does not work currently. by @bolsinga in https://github.com/bolsinga/itunes_missing_artwork/pull/263 * Information now displays when it is not possible to fix an image by @bolsinga in https://github.com/bolsinga/itunes_missing_artwork/pull/264 * Depend upon LoadingState tag MissingArt-1.1 by @bolsinga in https://github.com/bolsinga/itunes_missing_artwork/pull/265 * Pin to LoadingState-1.0.0 by @bolsinga in https://github.com/bolsinga/itunes_missing_artwork/pull/266 * Revert "enable swift concurrency targeted compiler option (#131)" by @bolsinga in https://github.com/bolsinga/itunes_missing_artwork/pull/267 **Full Changelog**: https://github.com/bolsinga/itunes_missing_artwork/compare/1.0.0...1.1.0
1.0.0
1 year ago
release used for Missing Artwork 1.0 (3). tagged retroactively.
iOS macOS

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics