Skip to content

Releases: ruffle-rs/ruffle

Nightly 2021-11-24

24 Nov 00:02
Compare
Choose a tag to compare
Nightly 2021-11-24 Pre-release
Pre-release
nightly-2021-11-24

avm2: Compare QNames by local name first

Nightly 2021-11-23

23 Nov 00:02
Compare
Choose a tag to compare
Nightly 2021-11-23 Pre-release
Pre-release
nightly-2021-11-23

web: remove firefox extension version restriction

Nightly 2021-11-21

21 Nov 00:02
Compare
Choose a tag to compare
Nightly 2021-11-21 Pre-release
Pre-release
nightly-2021-11-21

swf: Support font layout without swf-v7 fields

Nightly 2021-11-20

20 Nov 00:01
Compare
Choose a tag to compare
Nightly 2021-11-20 Pre-release
Pre-release
tests: Fix image tests

Seems like CI was upgraded to use LLVM 13.
Rename image tests (currently only color) to match it.

Nightly 2021-11-16

16 Nov 00:02
Compare
Choose a tag to compare
Nightly 2021-11-16 Pre-release
Pre-release
html: Handle self-closing tags

"br" and "sbr" tags can appear in a self-closing form (i.e. `<br />`).
Commit 3cab464026c02bd22ce5b7464604a786bd1c1ab5 forgot to handle this.

Nightly 2021-11-15

15 Nov 00:01
Compare
Choose a tag to compare
Nightly 2021-11-15 Pre-release
Pre-release
tests: Expand `sound`

Add cases of `Sound.setVolume()` and `Sound.setPan()` with no arguments.
Also correct `Sound` to `sound` in traces.

Nightly 2021-11-14

14 Nov 00:02
Compare
Choose a tag to compare
Nightly 2021-11-14 Pre-release
Pre-release
html: Restore handling of "sbr" tags

This partially reverts commit 2119ce9821936e8309d22eafc492f3e9329b0c0a,
only restoring "sbr" tags handling because Flash seems to ignore only
"br" tags.

Nightly 2021-11-13

13 Nov 00:02
Compare
Choose a tag to compare
Nightly 2021-11-13 Pre-release
Pre-release
nightly-2021-11-13

tests: Add test for `Function`'s type.

Nightly 2021-11-12

12 Nov 00:02
Compare
Choose a tag to compare
Nightly 2021-11-12 Pre-release
Pre-release
nightly-2021-11-12

avm2: Implement `uint`, `Number`, and `Boolean`'s constructors, too.

Nightly 2021-11-11

11 Nov 00:02
Compare
Choose a tag to compare
Nightly 2021-11-11 Pre-release
Pre-release
nightly-2021-11-11

avm2: Note currently incorrect behavior intended to be fixed in a fut…