Releases: ruffle-rs/ruffle
Releases · ruffle-rs/ruffle
Nightly 2021-09-01
nightly-2021-09-01 chore: fix docstring
Nightly 2021-08-31
nightly-2021-08-31 tests: Remove garbage in `font_embedded` test, too
Nightly 2021-08-29
nightly-2021-08-29 web: Support menu embed/object attribute (part of #4258)
Nightly 2021-08-27
nightly-2021-08-27 avm2: Stub flash.system.Security.
Nightly 2021-08-26
nightly-2021-08-26 avm1: Rename `SuperObject::child` to `this`
Nightly 2021-08-24
avm1: `DisplayGetter` cannot fail So instead of always returning `Ok` from all getters, simply return a `Value`.
Nightly 2021-08-23
nightly-2021-08-23 dev: Only test nightly rustc on linux
Nightly 2021-08-22
nightly-2021-08-22 dev: Make beta builds non-required
Nightly 2021-08-21
avm2: Initial MouseEvent stubs (#5065) * avm2: Start MouseEvent stubs * avm2: More MouseEvent work * chore: clippy * chore: fmt Co-authored-by: Adrian Wielgosik <[email protected]>
Nightly 2021-08-20
nightly-2021-08-20 web: Adds support for base embed/object attribute (Part of #4258)