Skip to content

Releases: danielhjacobs/ruffle

Nightly 2022-06-22

22 Jun 00:34

Choose a tag to compare

Nightly 2022-06-22 Pre-release
Pre-release
build(deps): bump syn from 1.0.96 to 1.0.98

Bumps [syn](https://github.com/dtolnay/syn) from 1.0.96 to 1.0.98.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](https://github.com/dtolnay/syn/compare/1.0.96...1.0.98)

---
updated-dependencies:
- dependency-name: syn
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Nightly 2022-05-21

21 May 00:28

Choose a tag to compare

Nightly 2022-05-21 Pre-release
Pre-release
nightly-2022-05-21

Adjust error message

Nightly 2022-05-20

20 May 00:27

Choose a tag to compare

Nightly 2022-05-20 Pre-release
Pre-release
nightly-2022-05-20

tests: `action_enumerate` can handle paths

Nightly 2022-05-02

02 May 00:28

Choose a tag to compare

Nightly 2022-05-02 Pre-release
Pre-release
build(deps-dev): bump mocha from 9.2.1 to 10.0.0 in /web

Bumps [mocha](https://github.com/mochajs/mocha) from 9.2.1 to 10.0.0.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v9.2.1...v10.0.0)

---
updated-dependencies:
- dependency-name: mocha
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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

Nightly 2022-04-29

29 Apr 00:28

Choose a tag to compare

Nightly 2022-04-29 Pre-release
Pre-release
nightly-2022-04-29

demo: Add Ruffle splash anim as initial animation

Nightly 2022-04-23

23 Apr 00:25

Choose a tag to compare

Nightly 2022-04-23 Pre-release
Pre-release
avm2: Implement `flash.ui.Keyboard`

Add `Keyboard` key code constants and stub out other properties.

Nightly 2022-04-11

11 Apr 00:26

Choose a tag to compare

Nightly 2022-04-11 Pre-release
Pre-release
nightly-2022-04-11

tests: Add test for division in SWFv4

Nightly 2022-04-07

07 Apr 00:29

Choose a tag to compare

Nightly 2022-04-07 Pre-release
Pre-release
build(deps-dev): bump chromedriver from 98.0.0 to 100.0.0 in /web

Bumps [chromedriver](https://github.com/giggio/node-chromedriver) from 98.0.0 to 100.0.0.
- [Release notes](https://github.com/giggio/node-chromedriver/releases)
- [Commits](https://github.com/giggio/node-chromedriver/compare/98.0.0...100.0.0)

---
updated-dependencies:
- dependency-name: chromedriver
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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

Nightly 2022-04-04

04 Apr 00:25

Choose a tag to compare

Nightly 2022-04-04 Pre-release
Pre-release
core: Remove morph shape preloading

Remove the preload step that would pre-create the shapes for each
morph shape ratio on SWF load. Instead, lazily crate the shapes
when they are needed.

Nightly 2022-03-29

29 Mar 00:29

Choose a tag to compare

Nightly 2022-03-29 Pre-release
Pre-release
chore: Remove doc comments from extern blocks

Doc comments are ignored here and can generate warnings, so change
to regular comments.