Skip to content

Releases: ruffle-rs/ruffle

Nightly 2021-01-31

31 Jan 00:27
Compare
Choose a tag to compare
Nightly 2021-01-31 Pre-release
Pre-release
build(deps): bump isahc from 1.0.3 to 1.1.0

Bumps [isahc](https://github.com/sagebind/isahc) from 1.0.3 to 1.1.0.
- [Release notes](https://github.com/sagebind/isahc/releases)
- [Commits](https://github.com/sagebind/isahc/compare/1.0.3...1.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Nightly 2021-01-30

30 Jan 00:25
Compare
Choose a tag to compare
Nightly 2021-01-30 Pre-release
Pre-release
nightly-2021-01-30

core: Remove unneeded pub

Nightly 2021-01-29

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

chore: Add a few comments about unsafe usage

Nightly 2021-01-28

28 Jan 00:27
Compare
Choose a tag to compare
Nightly 2021-01-28 Pre-release
Pre-release
desktop: Fix sound envelopes to use proper positions

The points in an SWF sound envelope are always in 44.1KHz. The
desktop audio backend would end up using this points in the sound's
sample rate, often causing the envelope to be delayed.

Now the envelope is applied after resampling, and the positions
are scaled based on the output sample rate.

Nightly 2021-01-27

27 Jan 00:25
Compare
Choose a tag to compare
Nightly 2021-01-27 Pre-release
Pre-release
build(deps-dev): bump webpack from 5.17.0 to 5.18.0 in /web

Bumps [webpack](https://github.com/webpack/webpack) from 5.17.0 to 5.18.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.17.0...v5.18.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Nightly 2021-01-26

26 Jan 00:27
Compare
Choose a tag to compare
Nightly 2021-01-26 Pre-release
Pre-release
build(deps): bump serde from 1.0.122 to 1.0.123

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.122 to 1.0.123.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.122...v1.0.123)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Nightly 2021-01-25

25 Jan 00:56
Compare
Choose a tag to compare
Nightly 2021-01-25 Pre-release
Pre-release
build(deps): bump syn from 1.0.59 to 1.0.60

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Nightly 2021-01-24

24 Jan 00:56
Compare
Choose a tag to compare
Nightly 2021-01-24 Pre-release
Pre-release
build(deps): bump serde from 1.0.120 to 1.0.121

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.120 to 1.0.121.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.120...v1.0.121)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Nightly 2021-01-23

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

core: Invert pixel fill order for BitmapData.noise

Nightly 2021-01-22

22 Jan 00:56
b05c654
Compare
Choose a tag to compare
Nightly 2021-01-22 Pre-release
Pre-release
nightly-2021-01-22

chore: Migrate from enumset to bitflags