-
Notifications
You must be signed in to change notification settings - Fork 7
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
Releases/v1.0.0 #111
Merged
Merged
Releases/v1.0.0 #111
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
…105) * feat: expose 4K resolution cap when requesting to standardize inputs * adjust cutoff max dimension check when inspecting video input * pass back inspection error separately * thread through the maximum resolution * fix: handle edge case where input is standard but rescaling still necessary * fix: use lower frame rate limit for 4K video
* fix: use the file URL for source asset instead of the upload URL, which is the wrong URL * fix: upload cancelled while standardizing shouldn't proceed to the transport stage not needed because if automatically synthesized will default to non-public visibility * refactor: represent source internally as AVURLAsset * update docc plugin
* chore: SDK example improvements * this can be removed * Unroll and rename SwiftUI view hierarchy * Remove prints * fix navigation weirdness on ipads * this is now a list moves placeholder to separate file * rename preview provider * remove image picker wrapper * initial clean up of upload creation model * view for picker * move component views to their own files * thumbnail model * build: project file updates * remove deprecated API usages * can be iOS 16+ * remove team * fix: pass through media as-is to example from photo library
daytime-em
approved these changes
Jun 12, 2024
A draft release has been created for this version. Find it here! https://github.com/muxinc/swift-upload-sdk/releases/tag/untagged-b7878eb2281011a3e517 |
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.
Improvements