-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update watchOS API and add init subcategory support #37
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Kyle-Ye
added a commit
that referenced
this pull request
Sep 17, 2023
* Update min OS target * Update to ContentUnavailableView * [Bugfix] fix watchOS unable to show full text * Update xcodeproj * Update README.md * Add init localization support (#32) * Add RecommendCommunity (#34) * Add EqualHeightHStackLayout and deprecate readSize (#36) * Update watchOS API and add init subcategory support (#37) * Update version to 0.5.0 * Fix EqualHeightHStackLayout layout issue (#39) * Add WhatToTest in TestFlight See https://developer.apple.com/documentation/xcode/including-notes-for-testers-with-a-beta-release-of-your-app * Update Forumate-Icon.md * Temp fix for Xcode 14 beta 2 build * Fix CategoryLabel Html issue (#42) * Temp remove xrOS support to fix watchOS build issue * Add StoreKit support (#43) * Update SettingsTab * Fix Html issue * Add iCloud sync support for Community model (#47) * Add SwiftData Support for Community * Add iCloud sync support * Update README.md * Update TF text * Add icon updater (#48) * Update Icon Asset * Add icon selector section * Update TF notes * Update version to 0.6.0 * Fix App Icon issue * Temp fix for Xcode 14 beta 6 build * Update README * Revert "Fix App Icon issue" This reverts commit d66c12f. * Fix sidebar issue on Setting tab * Fix Xcode 14 beta 7 build issue * Fix context issue * Update README for 0.5.2 * Update version to 0.5.2 * Update dependency to fix visionOS build issue * Adapt for visionOS * Fix visionOS watch bundle issue * Add #if visionOS support # Conflicts: # Forumate/ForumateApp.swift * [Internal] Rename watch target to fix visionOS build * Update README * Fix tvOS build issue * Fix App Icon issue on all platform and update GitHub text * Fix visionOS column issue * Update logger and add macOS app update logic * Update README * [Feature] Update CommunityList (#51) Add search, pin and reorder support for community list * [Optimize] Update recommend community * [Optimize] Update columnVisibility for all platform * [Feature] Add macOS support * [Optimize] Update button for optimized for mac catalyst * [UX] Add Support Section Text and GitHub issue templates (#52) * [Internal] Add GitHub issue and PR templates * [UX] Update SupportSection * [UX] Add SF symbol for support section icon (#53) * [Feature] Add Toast support (#54) * [Feature] Add Appearance customization (#55) * [Internal] Add SimpleToast to Acknow Library (#56) * [Bugfix] swipe action delete tint issue (#57) * [Feature] Add ContributorView (#58) * [Feature] Add ForumatePlus (#60) * Bump version to 0.7.0 * [Feature] Update recommend community (#62) * [Bugfix] Add more recommend community and add svg support (#63) * [UX] Update HTML CSS effect and add more toolbar item (#64) * [Feature] Add menubar extra in macOS (#65) * [Bugfix] Fix ContributorView issue on tvOS (#66) * [Internal] Update SimpleToast to fix tvOS preview issue * [Bugfix] Fix ContributorView issue on tvOS * [Feature] Add ActionCode support and update date text (#67) * [Internal] Fix toast and update TF notes (#68) * [Bugfix] Fix AcknowSection Localize issue (#69) * [Bugfix] Fix new window crash issue on iPadOS (#70) Workaround for FB13164643 * [UX] Update ThemeSection UX (#71)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #14