Skip to content

Releases: kean/Pulse

Pulse 3.5.7

09 Apr 13:58
Compare
Choose a tag to compare
  • Fix #180: crash when sharing requests
  • Fix layout for pending requests
  • Fix an issue with inconsistent text styles in HTML exports

Pulse 3.5.6

06 Apr 21:35
Compare
Choose a tag to compare
  • Fix #167: performance issues with UITextView on iOS 16
  • Fix #179: console with network mode not filtering out regular logs
  • Add mode parameter to the ConsoleView initializer that, in addition to .network, now also supports .logs mode (display only text messages)
  • ConsoleView now automatically adds a close button when presented (use closeButtonHidden if you need to hide it)
  • Minor design improvements for cells in the console

Pulse 3.5.5

02 Apr 14:17
Compare
Choose a tag to compare
  • Fix warnings in Xcode 14.3
  • Improve Dynamic Type support

Pulse 3.6.0 (Alpha 2)

29 Mar 23:23
483a5d9
Compare
Choose a tag to compare
Pulse 3.6.0 (Alpha 2) Pre-release
Pre-release

Pulse for Mac

  • Integrate JSON viewer from Pulse Pro with some improvements
  • Add "Now" mode for the List view
  • Fix an issue with Table and Text modes not working if they are selected as the default mode
  • Fix an issue with an inline filter toolbar appearing for a search view
  • Fix an issue with the search not updating when new logs are added

Pulse 3.6.0 (Alpha 1)

26 Mar 23:35
Compare
Choose a tag to compare
Pulse 3.6.0 (Alpha 1) Pre-release
Pre-release

Pulse for Mac

Introduce the initial version of the Pulse app for macOS, written entirely in SwiftUI and designed to be a Pulse Pro replacement.

PulseUI (macOS)

  • Remove "Store Details" button from Settings (details were moved to a standalone inspector in one of the previous releases)
  • Remove "Open in Pulse Pro" button from Settings (no reason to do that since they now use the same console)
  • Move the console toolbar to the top to align the design with other platforms

Pulse 3.5.4

10 Mar 03:55
Compare
Choose a tag to compare

Pulse 3.5.3

05 Mar 17:55
Compare
Choose a tag to compare
  • Improve search performance, especially when dealing with big responses (20+ MB) and short search terms (1 character) that result in a massive number of matches. It's orders of magnitude faster in some scenarios.
  • Fix #165: crash in search

Pulse 3.5.2

17 Feb 14:17
Compare
Choose a tag to compare

Pulse 3.5.1

17 Feb 01:25
Compare
Choose a tag to compare
  • Reduce xcframeworks binary size. Pulse 2.1 MB → 823 KB. PulseUI 7.6 MB → 3.9 MB.
  • Reduce PulseUI .swiftmodule size: 4.4 MB → 260 KB.
  • When you focus on one of the groups, it now preserves the order of the logs
  • On iOS, Insights screen now shows all requests for the current session
  • When you open slowest requests, redirects, and failures from the Insights screen, the list now updates automatically as new requests are added

Pulse 3.5.0

11 Feb 19:38
Compare
Choose a tag to compare

PulseUI

  • Fix #161: misleading title for successful local URL requests
  • [macOS] Fix an issue where changing sort descriptors in a table view would affect other display modes
  • [macOS] Fix an issue where on first selection in a text view or search results list, the main panel would reload
  • The insights view now shows info for the currently selected tasks
  • Fix a crash when sharing store and using "This Session" filter

Pulse

  • Address #162: Add label parameter to LoggerStore/storeRequest and NetworkLogger/Configuration to allow customizing the label associated with the created logs
  • Remove NetworkLoggerInsights