Releases: getditto/DittoSwiftTools
Releases · getditto/DittoSwiftTools
7.0.2
What's Changed
- Adds Mac Catalyst support by @bplattenburg in #168
- Fix Ditto instance retain cycle in DiskUsage module by @magicwave in #169
Full Changelog: v7.0.1...v7.0.2
7.0.1
What's Changed
- Updates README to direct users to Ditto Support by @bplattenburg in #164
- Fix ditto instance retain cycle in PresenceViewer by @magicwave in #167
Full Changelog: v7.0.0...v7.0.1
7.0.0
What's Changed
- Add ability to export data from DiskUsage by @texasRanger09 in #147
- Added Mac Catalyst Support by @ErikEverson in #150
- Refactor Initial Screen and Enhance View Encapsulation by @rdas-ditto in #152
- Add Xcode auto-generated XCSchemes to .gitignore by @rdas-ditto in #151
- Update LogExporter to use new DittoLogger.export() api by @texasRanger09 in #157
- Add CODEOWNERS by @bplattenburg in #158
New Contributors
- @rdas-ditto made their first contribution in #152
Full Changelog: v6.0.0...v7.0.0
6.0.0
What's Changed
- Update minimum Ditto SDK version from 4.7.0 to 4.8.0 by @bplattenburg in #138
- Fix deprecation warning in BluetoothManager by @bplattenburg in #140
- Use SingleEntryPoint tool as the main view into all of the tools by @texasRanger09 in #143
- tvOS support by @ErikEverson in #82
- Remove broken macOS support that accidentally got added back in by @bplattenburg in #145
- Add HealthMetrics to DiskUsage Target by @texasRanger09 in #146
- Replace remaining peerKey references with peerKeyString by @bplattenburg in #144
New Contributors
- @ErikEverson made their first contribution in #82
Full Changelog: v5.0.1...v6.0.0
5.0.1
What's Changed
- Remove macOS 11+ from Package.swift as the tools currently don't build for MacOS by @bplattenburg in #111
- Update all tools to not require iOS 15 anywhere by @bplattenburg in #141
Full Changelog: v5.0.0...v5.0.1
5.0.0
What's Changed
- Updates minimum Ditto SDK version to 4.7.0 (was 4.5.0)
- New single point of entry for all tools by @texasRanger09 in #134
- Use peerKeyString by @bplattenburg in #107
Full Changelog: v4.11.0...v5.0.0
4.11.0
What's Changed
- Default DiskUsage HealthMetric unhealthy limit to 500MB instead of 2GB by @bplattenburg in #124
Full Changelog: v4.10.0...v4.11.0
4.8.0-visionos-beta.1
This release adds support for the visionOS
platform.
4.10.0
- Updates the default behavior of the Heartbeat tool to not subscribe to the devices collection
4.9.0
- Extends the DiskUsage tool to be a HealthMetricProvider, usable to monitor Ditto Disk Usage health via the Heartbeat Tool remotely.
This allows the heartbeat tool to be configured not to publish to a DItto collection if users prefer to use only custom callbacks.