Releases: danielhjacobs/ruffle
Releases · danielhjacobs/ruffle
Nightly 2022-12-29
nightly-2022-12-29 tests: Add test for LoaderContext.applicationDomain
Nightly 2022-12-28
build(deps): bump serde from 1.0.151 to 1.0.152 Bumps [serde](https://github.com/serde-rs/serde) from 1.0.151 to 1.0.152. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.151...v1.0.152) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Nightly 2022-12-17
nightly-2022-12-17 ci: Bump chrome-extension-upload to latest release
Nightly 2022-12-16
chore: Fix `clippy::uninlined_format_args` for `avm_debug!` Though this is not currently enforced by Clippy.
Nightly 2022-12-02
swf: Update link (#8650) The original link is not working anymore so I put a link to the wayback machine in it's place that leads to the original document Co-authored-by: Adrian Wielgosik <[email protected]>
Nightly 2022-11-11
core: rename TInteractiveObject::{ibase => raw_interactive}(_mut)
To match with TDisplayObjectContainer::raw_container(_mut) introduced
in previous commit.
Nightly 2022-09-03
nightly-2022-09-03 avm2: `Activation::is_of_type` is infallible
Nightly 2022-08-30
nightly-2022-08-30 web: Correct IANA Flash MIME type
Nightly 2022-08-18
ci: Explicitly use ubuntu-22.04 image for all CI workflows Because GitHub is really slow in moving the ubuntu-latest alias over to 22.04, and it's starting to cause issues with the desktop build.
Nightly 2022-08-09
nightly-2022-08-09 chore: Fix warnings with cargo doc