Releases: JetBrains/skiko
Releases · JetBrains/skiko
Version 0.7.55
v0.7.55 Hide the Metal layer when the SkiaLayer becomes hidden. (#677)
Version 0.7.54
v0.7.54 UIKit interop (#668)
Version 0.7.53
v0.7.53 UIKit interop (#668)
Version 0.7.52
prevent usage of dangling pointer to `MetalDevice` (#666) * prevent usage of dangling pointer to `MetalDevice` MetalRedrawer may be disposed during update which leads to use after free * add test and comment
Version 0.7.51
Add test in jvm for SVGCanvas and fix SVGCanvas native parts (#660) Co-authored-by: Steyn Geldenhuys <[email protected]>
Version 0.7.50
Update gradle to 7.6 and repositories (#651) * Use gradle 7.6 * add plugin repositories * add plugin repositories
Version 0.0.7.44.2
v0.0.7.44.2 use kotlin 1.8.0
Version 0.7.44
Fix shaper segfault (#633) * `managedString` might be inlined and garbage collected before the beginning of JNI call * add other missed `reachabilityBarrier`s
Version 0.7.42
update info about dpi event if we came from `frameDispatcher` (#620) * update info about dpi-scale also on hardware layer paint * `checkContentScale` on both of paints and on `update` do not try to sync size if scale don't changed because it acquires draw lock * remove misleading comment
Version 0.7.41
Adapter exclusion (#617) * allow to specify platform for adapter exclusion * allow patterns in `not-supported-adapters.list` * FL-16182 disable opengl on virgl * encode list of excluded videocards in kotlin instead of resource file by some reason loading resource file took about ~30-40ms