Compare commits

..

No commits in common. "844d4056e3bf584d9bf6e7d86bb8ef74fd9e0b7a" and "2ccf028bc20e9289c75fd698ac6a71e22e300904" have entirely different histories.

4 changed files with 5 additions and 10 deletions

View File

@ -1,9 +1,6 @@
# Changelog # Changelog
## 2024.3 (125) ## 2024.3 (124)
This build fixes a bug when displaying HTML in certain posts.
## 2024.2 (124)
Features/Improvements: Features/Improvements:
- Add subscription option to Tip Jar - Add subscription option to Tip Jar

View File

@ -3241,7 +3241,7 @@
repositoryURL = "https://git.shadowfacts.net/shadowfacts/HTMLStreamer.git"; repositoryURL = "https://git.shadowfacts.net/shadowfacts/HTMLStreamer.git";
requirement = { requirement = {
kind = exactVersion; kind = exactVersion;
version = 0.2.4; version = 0.2.3;
}; };
}; };
D63CC700290EC0B8000E19DE /* XCRemoteSwiftPackageReference "sentry-cocoa" */ = { D63CC700290EC0B8000E19DE /* XCRemoteSwiftPackageReference "sentry-cocoa" */ = {

View File

@ -84,9 +84,7 @@ struct TipJarView: View {
private var productsView: some View { private var productsView: some View {
if isLoaded { if isLoaded {
VStack { VStack {
if !supporterProducts.isEmpty { supporterSubscriptions
supporterSubscriptions
}
tipPurchases tipPurchases

View File

@ -9,8 +9,8 @@
// Configuration settings file format documentation can be found at: // Configuration settings file format documentation can be found at:
// https://help.apple.com/xcode/#/dev745c5c974 // https://help.apple.com/xcode/#/dev745c5c974
MARKETING_VERSION = 2024.3 MARKETING_VERSION = 2024.2
CURRENT_PROJECT_VERSION = 125 CURRENT_PROJECT_VERSION = 124
CURRENT_PROJECT_VERSION = $(inherited)$(CURRENT_PROJECT_VERSION_BUILD_SUFFIX_$(CONFIGURATION)) CURRENT_PROJECT_VERSION = $(inherited)$(CURRENT_PROJECT_VERSION_BUILD_SUFFIX_$(CONFIGURATION))
CURRENT_PROJECT_VERSION_BUILD_SUFFIX_Debug=-dev CURRENT_PROJECT_VERSION_BUILD_SUFFIX_Debug=-dev