Releases: ruffle-rs/ruffle
Releases · ruffle-rs/ruffle
Nightly 2021-11-24
nightly-2021-11-24 avm2: Compare QNames by local name first
Nightly 2021-11-23
nightly-2021-11-23 web: remove firefox extension version restriction
Nightly 2021-11-21
nightly-2021-11-21 swf: Support font layout without swf-v7 fields
Nightly 2021-11-20
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
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
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
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
nightly-2021-11-13 tests: Add test for `Function`'s type.
Nightly 2021-11-12
nightly-2021-11-12 avm2: Implement `uint`, `Number`, and `Boolean`'s constructors, too.
Nightly 2021-11-11
nightly-2021-11-11 avm2: Note currently incorrect behavior intended to be fixed in a fut…