Skip to content

Releases: colealanroberts/OpenAlpha

0.1.4

10 Feb 19:12
0e9d4a7
Compare
Choose a tag to compare

Internal

Utilize TaskGroup when retrieving assets

0.1.3

21 Jan 20:01
Compare
Choose a tag to compare

A7-M3 Support

In an effort to support the A7-M3 (and hopefully additional models), I've added rudimentary handling for an unmarked res item which is mapped to Asset.original.

Public

Now, to fetch available sizes, a consumer might call:

openAlpha.media(sizes: [.small, .large], from: "127.0.0.1")

And to request all sizes:

openAlpha.media(sizes: .all(), from: "127.0.0.1")

Note: It's worth noting that .all() may incur an additional cost if an Asset.original URL is requested. Generally speaking, this data may represent the original high-resolution photo, and may be much larger in both resolution and file size than even .large.

0.1.2

18 Jan 07:25
Compare
Choose a tag to compare

Internal

  • Opt to use non-throwing continuation when observing pathUpdateHandler in HotspotProvider.

0.1.1

15 Jan 09:09
6ddb9fc
Compare
Choose a tag to compare

Public

  • Change method media(ip:) to media(from:) in public API
  • Remove unused property defaults in public API

Internal

  • Cleanup try/catch in HotspotProvider
  • Add comment for Kind in Media
  • Rename defaults to userDefaults in LocalNetworkPermissionProvider

0.1.0

15 Jan 07:23
3b3ac00
Compare
Choose a tag to compare

Initial release