Skip to content

Commit

Permalink
Prepare 4.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
leits committed Jan 22, 2024
1 parent 49fcf84 commit 7c91467
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
8 changes: 4 additions & 4 deletions MeetingBar.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 150;
CURRENT_PROJECT_VERSION = 151;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "";
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -740,7 +740,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 4.6.0;
MARKETING_VERSION = 4.7.0;
PRODUCT_BUNDLE_IDENTIFIER = leits.MeetingBar;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -757,7 +757,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 150;
CURRENT_PROJECT_VERSION = 151;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "";
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -770,7 +770,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 4.6.0;
MARKETING_VERSION = 4.7.0;
PRODUCT_BUNDLE_IDENTIFIER = leits.MeetingBar;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
10 changes: 4 additions & 6 deletions MeetingBar/Views/Changelog/Changelog.swift
Original file line number Diff line number Diff line change
Expand Up @@ -159,12 +159,10 @@ struct ChangelogView: View {
}
if compareVersions("4.7.0", lastRevisedVersionInChangelog) {
Section(header: Text("Version 4.7")) {
Text("• Integrations with Pumble")
}
}
if compareVersions("4.8.0", lastRevisedVersionInChangelog) {
Section(header: Text("Version 4.7")) {
Text("• Integrations with Suit Conference, Doxy.me")
Text("• Autojoin is now semi-automatic with a full-screen notification")
Text("• Integrations with Pumble, Suit Conference, Doxy.me")
Text("• Improved Zoom link recognition")
Text("• Fixed high CPU usage when meeting details are displayed in the submenu")
}
}
}
Expand Down

0 comments on commit 7c91467

Please sign in to comment.