All Versions
21
Latest Version
Avg Release Cycle
27 days
Latest Release
963 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.14.0 Changes
October 20, 2020Features
- โ Added
MTISKSceneRenderer
- โ Added
antialiasingMode
and sRGB support toMTISCNSceneRenderer
โจ Enhancements
- โ Added
-
v1.13.0 Changes
July 24, 2020Enhancements
- ๐ Improve the color space handling for
CGImage
. #181
- ๐ Improve the color space handling for
-
v1.12.0 Changes
July 22, 2020Demo
- โ Add a "Sketch Board" demo.
โจ Enhancements
- โ Add the support of using SIMD vectors directly as shader function parameters in Swift. #171
- โ Add the support for
short
/ushort
/char
/uchar
SIMD vectors toMTIVector
. #171 - โ Add the support for
tintColor
toMTILayer
. 1463c6d - ๐ Improve colorspace handling of
MTIDefaultTextureLoader
7e67cee andMTIThreadSafeImageView
3bf5f67
๐ Bug Fixes
MTIContext.renderedBuffer(for:)
now respect thetargetImage
's dimensions. 14e5e40
-
v1.11.2 Changes
July 16, 2020- ๐ Fix #177
- ๐ Fix an issue that may cause GPU hang error on A7 devices.
-
v1.11.1 Changes
July 06, 2020- โก๏ธ Update public headers to make them work in both CocoaPods and SwiftPM.
-
v1.11.0 Changes
July 06, 2020Features
- โ Add MSAA support for
MTIMultilayerCompositingFilter
,MTITransformFilter
andMTIRenderCommand
. #166
โจ Enhancements
- MTITransformFilter now respects its
outputPixelFormat
#161 - 0๏ธโฃ A new default texture loader. Fixed a lot of
MTKTextureLoader
related problems. #164 - โก๏ธ Update public headers to be angle-bracketed instead of double-quoted. #163
- Restrict subclassing for most of the Objective-C classes. #163
- ๐ Tweak the Swift interface for
MTICVMetalTextureBridging
. b8fa1e7
- โ Add MSAA support for
-
v1.10.6 Changes
June 09, 2020- ๐ Fix #160
-
v1.10.5 Changes
May 16, 2020 -
v1.10.4 Changes
April 24, 2020- โ Add a workaround that enables SwiftPM support without SE-0271.
- ๐ Improve static linkage support for CocoaPods.
-
v1.10.3 Changes
April 10, 2020โก๏ธ Update
podspec
to support static linkage (MetalPetal/Static
subpod).โช This is a workaround for CocoaPods/CocoaPods#8403