Releases: sciter-sdk/rust-sciter
Releases · sciter-sdk/rust-sciter
Sciter 4.4.7.0
In 4.4.7.0 (Sciter and Sciter.JS) ISciterAPI was unified to have the same structure on all platforms and variants.
https://github.com/c-smile/sciter-js-sdk/blob/main/logfile.md#4470
Sciter extensions, SOM, and more
Changes since 0.5.39:
- sciter::graphics
- sciter::request
- sciter::om - support SOM
- SciterLibraryInit - support NSE
- sciter::windowless - support Sciter.Lite windowless builds
- Load sciter.dll from a custom path
- Macros for array/map JSON creation
- Archive handler for resources
- Add
sciter::api_version
for ABI compatibility versioning
Sciter archive, video and native behaviors
More Sciter features:
- sciter::behavior_factory - a factory for native behaviors
- sciter::video - custom video rendering (examples/video.rs)
- sciter::archive - Sciter's compressed archive produced by sdk/bin/packfolder (examples/archived.rs)
And window::Builder
for configurable window creation.
Serde support
See the sciter_serde::{from_value, to_value}
functions at docs.rs.
Sciter 4.x compatibility
Support for Sciter 4.x versions.
Windows / Linux / OSX support. Published on crates.io.
Latest Sciter 3.x version
Latest release for Sciter 3.x versions.
Windows / Linux / OSX support.