Releases: tumblr/kanvas-ios
Releases · tumblr/kanvas-ios
1.3.1
01 Jul 15:15
Compare
Sorry, something went wrong.
No results found
#119 - Fixes various issues with the tumblr integration: Editing videos & GIFs, and segment deletion while in Stitch mode.
1.3.0
18 Jun 14:16
Compare
Sorry, something went wrong.
No results found
A few compatibility changes needed for Tumblr integration.
Hide UIColor extension
New KanvasMedia
initializer: init(type: MediaType, url: URL, info: MediaInfo, size: CGSize)
Fix for loading indicator when dismissing post options
1.2.8
14 Jun 21:49
Compare
Sorry, something went wrong.
No results found
#115 : Improve memory pressure while exporting GIFs
1.2.7
11 May 15:02
Compare
Sorry, something went wrong.
No results found
#109 A crash fix when multitasking.
#113 Improves loading state while exporting multiple media files + removes some assertions in OpenGL rendering.
1.2.6
12 Apr 18:03
Compare
Sorry, something went wrong.
No results found
Adds a new CameraSettings.aspectRatio
value #107
Example:
settings. aspectRatio = 9 / 16
Produces:
1.2.5
17 Mar 15:06
Compare
Sorry, something went wrong.
No results found
Fixes rendering issues with OpenGL + scaleToFill
contentMode
#106
Fixes disappearing overlays on export #106
1.2.4
05 Mar 03:04
Compare
Sorry, something went wrong.
No results found
1.2.4 Release with bug fixes
Fixes #96 #100 : Media reordering bugs
Tweak media clips scrolling logic to jump around less
Fixes #98 : Crash in UIFeedbackGenerator subclass
Fix #70 : Add setting to disable/enable font resizing
Fixes #63 : Send current selection to clips collection
Fix a clips selection bug when moving items
Pause video when editor is off-screen
1.2.3
02 Mar 19:13
Compare
Sorry, something went wrong.
No results found
Pull Request #93
Appends all added segments to the end of existing segments.
Adds the iPhone 12 Pro to the belongsToIPhoneXGroup
to fix display issues on iPhone 12 Pro and Pro Max.
Before
After
1.2.2
22 Feb 17:16
Compare
Sorry, something went wrong.
No results found
muteButton
Camera Setting to enable a new control for muting videos during playback and export.
Multiple Media types in logMediaPickerPickedMedia
for selecting multiple types of media at once:
--- func logMediaPickerPickedMedia(ofType mediaType: KanvasMediaType)
+++ func logMediaPickerPickedMedia(ofTypes mediaTypes: [KanvasMediaType])
confirmAtTop
Camera Setting to enable a state where the confirm button is moved to the top right.
KanvasImages
now has a shared
instance which can be overridden to provide customized nextImage
, confirmImage
and editorConfirmImage
.
1.2.1
19 Feb 23:25
Compare
Sorry, something went wrong.
No results found
Bug fixes for multiple export features.