Skip to content

Commit 7c91467

Browse files
committed
Prepare 4.7 release
1 parent 49fcf84 commit 7c91467

2 files changed

Lines changed: 8 additions & 10 deletions

File tree

MeetingBar.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@
727727
CODE_SIGN_IDENTITY = "Apple Development";
728728
CODE_SIGN_STYLE = Automatic;
729729
COMBINE_HIDPI_IMAGES = YES;
730-
CURRENT_PROJECT_VERSION = 150;
730+
CURRENT_PROJECT_VERSION = 151;
731731
DEAD_CODE_STRIPPING = YES;
732732
DEVELOPMENT_ASSET_PATHS = "";
733733
ENABLE_HARDENED_RUNTIME = YES;
@@ -740,7 +740,7 @@
740740
"@executable_path/../Frameworks",
741741
);
742742
MACOSX_DEPLOYMENT_TARGET = 10.15;
743-
MARKETING_VERSION = 4.6.0;
743+
MARKETING_VERSION = 4.7.0;
744744
PRODUCT_BUNDLE_IDENTIFIER = leits.MeetingBar;
745745
PRODUCT_NAME = "$(TARGET_NAME)";
746746
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -757,7 +757,7 @@
757757
CODE_SIGN_IDENTITY = "Apple Development";
758758
CODE_SIGN_STYLE = Automatic;
759759
COMBINE_HIDPI_IMAGES = YES;
760-
CURRENT_PROJECT_VERSION = 150;
760+
CURRENT_PROJECT_VERSION = 151;
761761
DEAD_CODE_STRIPPING = YES;
762762
DEVELOPMENT_ASSET_PATHS = "";
763763
ENABLE_HARDENED_RUNTIME = YES;
@@ -770,7 +770,7 @@
770770
"@executable_path/../Frameworks",
771771
);
772772
MACOSX_DEPLOYMENT_TARGET = 10.15;
773-
MARKETING_VERSION = 4.6.0;
773+
MARKETING_VERSION = 4.7.0;
774774
PRODUCT_BUNDLE_IDENTIFIER = leits.MeetingBar;
775775
PRODUCT_NAME = "$(TARGET_NAME)";
776776
PROVISIONING_PROFILE_SPECIFIER = "";

MeetingBar/Views/Changelog/Changelog.swift

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -159,12 +159,10 @@ struct ChangelogView: View {
159159
}
160160
if compareVersions("4.7.0", lastRevisedVersionInChangelog) {
161161
Section(header: Text("Version 4.7")) {
162-
Text("• Integrations with Pumble")
163-
}
164-
}
165-
if compareVersions("4.8.0", lastRevisedVersionInChangelog) {
166-
Section(header: Text("Version 4.7")) {
167-
Text("• Integrations with Suit Conference, Doxy.me")
162+
Text("• Autojoin is now semi-automatic with a full-screen notification")
163+
Text("• Integrations with Pumble, Suit Conference, Doxy.me")
164+
Text("• Improved Zoom link recognition")
165+
Text("• Fixed high CPU usage when meeting details are displayed in the submenu")
168166
}
169167
}
170168
}

0 commit comments

Comments
 (0)