1.0.6
Fixes for concurrency with 5.10
Updates for Maps with latest iOS
Other refactoring
What's Changed
- move PreviewLocation into #Preview by @bolsinga in #732
- LocatableMap is not used with changing Locatables by @bolsinga in #733
- LocatableMap only ever shows one Locatable by @bolsinga in #734
- LocationMap does not need a CLPlacemark? binding by @bolsinga in #735
- Just have LocationMap use Map directly by @bolsinga in #736
- The result of the VenueDetail.geocode is non-optional by @bolsinga in #737
- Use new Map that uses MapContentBuilder by @bolsinga in #738
- Contacts is not available on tvOS by @bolsinga in #739
- ShareLink is not available on tvOS by @bolsinga in #740
- try also building with xcodebuild on github by @bolsinga in #741
- Commands is not available on tvOS by @bolsinga in #742
- CSSearchableItemAttributeSet is not available on tvOS by @bolsinga in #743
- tvOS does not have openInMaps by @bolsinga in #745
- tvOS has a UIImage appIcon by @bolsinga in #744
- Allow NSUserActivity+ArchiveCategory build for tvOS by @bolsinga in #746
- tvOS CLLocationManager is slightly different by @bolsinga in #747
- tvOS addressString and geocoding update by @bolsinga in #748
- Temporarily Disable Editing Nearby Distance on tvOS by @bolsinga in #749
- Use generic platforms in xcodebuild actions by @bolsinga in #750
- Disable NearbyDistance toolbar button on tvOS by @bolsinga in #751
- tvOS will just geocode hand-generated strings by @bolsinga in #752
- Support tvOS builds by @bolsinga in #753
- update actions to xcode 15.2 by @bolsinga in #755
- Actions run on macOS 14 Sonoma by @bolsinga in #674
- update to checkout v4 by @bolsinga in #757
- Keep GitHub Actions up to date with GitHub's Dependabot by @cclauss in #756
- Add Swift dependencies to dependabot by @cclauss in #758
- renable tests in actions by @bolsinga in #759
- do not localize preview strings by @bolsinga in #761
- Convert Link Logger to a local variable by @bolsinga in #762
- Convert Archive Logger to an instance property by @bolsinga in #763
- Convert Storage Logger to an instance property by @bolsinga in #764
- Convert VaultLoad Logger to an instance property by @bolsinga in #765
- Convert AtlasCache Logger to an instance property by @bolsinga in #767
- Convert Atlas Logger to an instance property by @bolsinga in #766
- Convert vault Logger to a local variable by @bolsinga in #771
- VaultModel logger is now an instance property by @bolsinga in #770
- Convert json Logger to a local variable by @bolsinga in #769
- Location logger is now an instance property by @bolsinga in #768
- Convert lookup Logger to an instance variable by @bolsinga in #773
- Convert vaultLoader Logger to an instance variable by @bolsinga in #772
- use local variables for Music loading logging by @bolsinga in #774
- os.Logger is preconcurrency by @bolsinga in #775
- decode category activity logger is a local variable by @bolsinga in #776
- decode activity logger for path is now a local variable by @bolsinga in #777
- updateCategoryActivity logger is now a local variable by @bolsinga in #778
- updateActivity logger is now a local variable by @bolsinga in #779
- Convert Notification Logger to an instance property by @bolsinga in #780
- RefreshCommand is not agnostic of the model by @bolsinga in #781
- update actions to use Xcode 15.3 by @bolsinga in #760
- Update SPM to Swift 5.10 by @bolsinga in #783
New Contributors
Full Changelog: 1.0.5...1.0.6