Skip to content

Releases: ruffle-rs/ruffle

Nightly 2021-06-02

02 Jun 00:19
Compare
Choose a tag to compare
Nightly 2021-06-02 Pre-release
Pre-release
chore: Bump @wdio/local-runner from 7.5.4 to 7.7.0 in /web

Bumps [@wdio/local-runner](https://github.com/webdriverio/webdriverio) from 7.5.4 to 7.7.0.
- [Release notes](https://github.com/webdriverio/webdriverio/releases)
- [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md)
- [Commits](https://github.com/webdriverio/webdriverio/compare/v7.5.4...v7.7.0)

---
updated-dependencies:
- dependency-name: "@wdio/local-runner"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Nightly 2021-06-01

01 Jun 00:19
Compare
Choose a tag to compare
Nightly 2021-06-01 Pre-release
Pre-release
nightly-2021-06-01

chore: Bump tinyfiledialogs to 3.8.3

Nightly 2021-05-31

31 May 00:16
34d54db
Compare
Choose a tag to compare
Nightly 2021-05-31 Pre-release
Pre-release
avm1: Fix string methods handling of negative args (fix #4437)

* Improve string.substr handling of negative args
* Add tests for more substr() combinations

Nightly 2021-05-26

26 May 00:06
Compare
Choose a tag to compare
Nightly 2021-05-26 Pre-release
Pre-release
nightly-2021-05-26

tests: Add test for overriding Object.prototype.toString

Nightly 2021-05-25

25 May 00:03
Compare
Choose a tag to compare
Nightly 2021-05-25 Pre-release
Pre-release
chore: Bump thiserror from 1.0.24 to 1.0.25

Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.24 to 1.0.25.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.24...1.0.25)

Signed-off-by: dependabot[bot] <[email protected]>

Nightly 2021-05-24

24 May 00:02
aa7dc50
Compare
Choose a tag to compare
Nightly 2021-05-24 Pre-release
Pre-release
nightly-2021-05-24

core: Handle visible flag from PlaceObject (fix #3403)

Nightly 2021-05-23

23 May 00:03
Compare
Choose a tag to compare
Nightly 2021-05-23 Pre-release
Pre-release
nightly-2021-05-23

swf: Use bitflags for FileAttributes

Nightly 2021-05-22

22 May 00:02
Compare
Choose a tag to compare
Nightly 2021-05-22 Pre-release
Pre-release
avm1: Remove unnecessary calls to create_bare_object

In favor of ScriptObject::object and ScriptObject::array, which
always succeed.

Nightly 2021-05-20

20 May 00:02
Compare
Choose a tag to compare
Nightly 2021-05-20 Pre-release
Pre-release
nightly-2021-05-20

i18n: Add Romanian

Nightly 2021-05-19

19 May 00:02
Compare
Choose a tag to compare
Nightly 2021-05-19 Pre-release
Pre-release
nightly-2021-05-19

canvas: Fix alpha calculation in canvas renderer