Skip to content

Commit

Permalink
Version 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Aug 20, 2023
1 parent c3cb5d2 commit 96398ca
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# Pulse 4.x

## Upcoming
## Pulse 4.0.2

*Aug 19, 2023*

- Fix an issue with list not displaying older messages (iOS)
- Update JSON color theme (watchOS)
- The console now fully adopts to your app's tint color (iOS, watchOS, macOS, tvOS)
- The console now fully adopts your app's tint color (iOS, watchOS, macOS, tvOS)
- Move "Store Info" button to Settings (iOS)
- Network inspector will now show "current" request by default and remember your selection (see `UserSettings.shared.isShowingCurrentRequest`)
- Network inspector will now show a "current" request by default and remember your selection (see `UserSettings.shared.isShowingCurrentRequest`)

## Pulse 4.0.1

Expand Down
6 changes: 3 additions & 3 deletions Pulse.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 53;
objectVersion = 54;
objects = {

/* Begin PBXBuildFile section */
Expand Down Expand Up @@ -2602,7 +2602,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
MACOSX_DEPLOYMENT_TARGET = 12.0;
MARKETING_VERSION = "4.0.0-beta.4";
MARKETING_VERSION = 4.0.2;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos appletvsimulator appletvos";
Expand Down Expand Up @@ -2653,7 +2653,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
MACOSX_DEPLOYMENT_TARGET = 12.0;
MARKETING_VERSION = "4.0.0-beta.4";
MARKETING_VERSION = 4.0.2;
SDKROOT = iphoneos;
SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos appletvsimulator appletvos";
SUPPORTS_MACCATALYST = YES;
Expand Down
2 changes: 1 addition & 1 deletion PulseCore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |s|

s.name = "PulseCore"
s.module_name = "Pulse"
s.version = "4.0.1"
s.version = "4.0.2"
s.summary = "Logging system for Apple platforms"
s.swift_version = "5.7"

Expand Down
2 changes: 1 addition & 1 deletion PulseUI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |s|

s.name = "PulseUI"
s.module_name = "PulseUI"
s.version = "4.0.1"
s.version = "4.0.2"
s.summary = "Logging system for Apple platforms"
s.swift_version = "5.7"

Expand Down

0 comments on commit 96398ca

Please sign in to comment.