Skip to content

Releases: ruffle-rs/ruffle

Nightly 2021-09-01

01 Sep 00:01
Compare
Choose a tag to compare
Nightly 2021-09-01 Pre-release
Pre-release
nightly-2021-09-01

chore: fix docstring

Nightly 2021-08-31

31 Aug 00:01
Compare
Choose a tag to compare
Nightly 2021-08-31 Pre-release
Pre-release
nightly-2021-08-31

tests: Remove garbage in `font_embedded` test, too

Nightly 2021-08-29

29 Aug 00:01
Compare
Choose a tag to compare
Nightly 2021-08-29 Pre-release
Pre-release
nightly-2021-08-29

web: Support menu embed/object attribute (part of #4258)

Nightly 2021-08-27

27 Aug 00:01
Compare
Choose a tag to compare
Nightly 2021-08-27 Pre-release
Pre-release
nightly-2021-08-27

avm2: Stub flash.system.Security.

Nightly 2021-08-26

26 Aug 00:01
Compare
Choose a tag to compare
Nightly 2021-08-26 Pre-release
Pre-release
nightly-2021-08-26

avm1: Rename `SuperObject::child` to `this`

Nightly 2021-08-24

24 Aug 00:01
Compare
Choose a tag to compare
Nightly 2021-08-24 Pre-release
Pre-release
avm1: `DisplayGetter` cannot fail

So instead of always returning `Ok` from all getters, simply return a
`Value`.

Nightly 2021-08-23

23 Aug 00:01
Compare
Choose a tag to compare
Nightly 2021-08-23 Pre-release
Pre-release
nightly-2021-08-23

dev: Only test nightly rustc on linux

Nightly 2021-08-22

22 Aug 00:01
Compare
Choose a tag to compare
Nightly 2021-08-22 Pre-release
Pre-release
nightly-2021-08-22

dev: Make beta builds non-required

Nightly 2021-08-21

21 Aug 00:01
27e06af
Compare
Choose a tag to compare
Nightly 2021-08-21 Pre-release
Pre-release
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

20 Aug 00:01
Compare
Choose a tag to compare
Nightly 2021-08-20 Pre-release
Pre-release
nightly-2021-08-20

web: Adds support for base embed/object attribute (Part of #4258)