Skip to content

Pulse 0.10.0

Compare
Choose a tag to compare
@kean kean released this 15 Mar 00:51
bae6f95
  • [watchOS] Initial watchOS version.
  • [iOS] Add a separate option to share a store as text
  • [iOS] Fix sharing to Dropbox, Outlook
  • [macOS] Fix an issue when sometimes outdated logs will get deleted when viewing archived store
  • [macOS] More performance improvements
  • [macOS] Fix pin management when multiple stores are open
  • [Pulse] Add custom document type with ".pulse" extension. The file is a deflated zip archive that contains blobs, database, and store manifest
  • [Pulse] Add new APIs for LoggerMessageStore:
    • archive() creates a store archive (.pulse file)
    • copyStore(at:)
    • allNetworkRequests()
  • [Pulse] Remove BlobStore and all associated APIs, it's now managed automatically by LoggerMessageStore