Skip to content

Commit 8616fd0

Browse files
authored
Update CHANGELOG.md
1 parent d679320 commit 8616fd0

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Pulse 5.x
22

3+
## Pulse 5.1.1
4+
5+
*Sep 19, 2024*
6+
7+
- Implement deep JSON redaction by @briancordanyoung in https://github.com/kean/Pulse/pull/292
8+
- Fix a CoreData multithreading issue in `LoggerStore.info()` by @ejensen in https://github.com/kean/Pulse/pull/293
9+
- Fix `ConsoleView` focus state clipping on tvOS by @ejensen in https://github.com/kean/Pulse/pull/295
10+
- Revert the removal of the `NetworkLogger`’s convenience initializer by @ejensen in https://github.com/kean/Pulse/pull/294
11+
12+
## Pulse 5.1
13+
14+
*Sep 16, 2024*
15+
16+
- Introduce an enhanced design for console cells with improved information hierarchy. It has multiple tweaks, but the main change is how the URLs are formatted. By default, the console will now show only the path with a host as a secondary field below it.
17+
- Add new convenience APIs for accessing messages and tasks stored in the logger: `LoggerStore/message(sortDescriptors:predicate:)` and `LoggerStore/tasks(sortDescriptors:predicate:)`. Deprecate `allTasks` and `allMessages`.
18+
- Fix an issue with thumbnails for image responses being too aggressively compressed and add `LoggerStore.ThumbnailOptions` to make it customizable
19+
- Update image response viewer to show thumbnails at a 2x resolution
20+
- Display thumbnail resolution in the response viewer
21+
- Fix an issue with app icons send too blurry to the Pulse Pro app
22+
- Improve support for `.inMemory` store option, which is now guaranteed to not write anything on disk, including the store manifest. It also no longer requires the `.create` option like the regular store and the `storeURL` parameter can point to anything, including `/dev/null`.
23+
- Deprecate `UserSettings.displayHeaders` (user new `ConsoleListDisplaySettings` instead)
24+
- Fix xcprivacy warnings when used with SwiftPM, thanks to @alphatroya
25+
- Performance optimizations
26+
327
## Pulse 5.0
428

529
*Sep 4, 2024*

0 commit comments

Comments
 (0)