Skip to content

Commit

Permalink
Version 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed May 5, 2024
1 parent 7ca60e4 commit 3e89898
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Pulse 4.x

## Pulse 4.1.0

*May 5, 2024*

- Add initial visionOS support by @maximality in https://github.com/kean/Pulse/pull/239
- Add privacy manifests by @samlapse in https://github.com/kean/Pulse/pull/252
- Add an option to use in-memory CoreData for logs by @z-turk3 in https://github.com/kean/Pulse/pull/247
- Add initial support for exporting logs as HAR file by @jjotaum in https://github.com/kean/Pulse/pull/236
- Fix an issue with the "Unsupported OS version" copy by @Mcrich23 in https://github.com/kean/Pulse/pull/240
- Fix https://github.com/kean/Pulse/issues/114: an issue with text writing direction to handle RTL languages by @Mr-Alirezaa in https://github.com/kean/Pulse/pull/233

## Pulse 4.0.5

*Nov 27, 2023*
Expand Down
4 changes: 2 additions & 2 deletions Pulse.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2638,7 +2638,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
MACOSX_DEPLOYMENT_TARGET = 12.0;
MARKETING_VERSION = 4.0.5;
MARKETING_VERSION = 4.1.0;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos appletvsimulator appletvos";
Expand Down Expand Up @@ -2689,7 +2689,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
MACOSX_DEPLOYMENT_TARGET = 12.0;
MARKETING_VERSION = 4.0.5;
MARKETING_VERSION = 4.1.0;
SDKROOT = iphoneos;
SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos appletvsimulator appletvos";
SUPPORTS_MACCATALYST = YES;
Expand Down

0 comments on commit 3e89898

Please sign in to comment.