Releases: ruffle-rs/ruffle
Releases Β· ruffle-rs/ruffle
Nightly 2025-02-17
What's Changed
- ci: Use dotnet to install wix extensions by @sombraguerrero in #19534
- build(deps): bump quick-xml in the cargo-minor group by @torokati44 in #18414
Full Changelog: nightly-2025-02-14...nightly-2025-02-17
Nightly 2025-02-14
What's Changed
- text: Limit font name length to 64 characters in TextFormat by @kjarosh in #19263
- desktop: Update to wgpu 24.0.1 and egui 0.31.0 by @torokati44 in #19246
Full Changelog: nightly-2025-02-13...nightly-2025-02-14
Nightly 2025-02-13
What's Changed
- chore: Bump a subset of indirect Rust dependencies by @torokati44 in #19500
- avm1: Don't use a static
AvmString
for AVM1 array's length property by @moulins in #19480 - avm1: Do not unwrap parent when removing objects pending removal by @kjarosh in #19462
- avm1: avoid creating a temporary
Vec
inArray.prototype.splice
by @moulins in #19504
Full Changelog: nightly-2025-02-12...nightly-2025-02-13
Nightly 2025-02-12
What's Changed
- build(deps-dev): bump the npm-minor group in /web with 15 updates by @dependabot in #19485
Full Changelog: nightly-2025-02-11...nightly-2025-02-12
Nightly 2025-02-11
What's Changed
- build(deps): bump KSXGitHub/github-actions-deploy-aur from 3.0.1 to 4.1.0 by @dependabot in #19486
Full Changelog: nightly-2025-02-10...nightly-2025-02-11
Nightly 2025-02-10
What's Changed
- desktop: Make the main window at minimum wider than the menu bar by @evilpie in #19402
- Move the empty and one-char strings to
CommonStrings
, and allowistr!
to access them. by @moulins in #19465 - avm1: remove static
AvmString
usage in globals initialization by @moulins in #19476
Full Changelog: nightly-2025-02-09...nightly-2025-02-10
Nightly 2025-02-09
What's Changed
- avm1: Support non movie clip targets in
loadVariables
by @kjarosh in #19467 - avm2: Port Number, int, and uint to AS by @Lord-McSweeney in #19441
Full Changelog: nightly-2025-02-08...nightly-2025-02-09
Nightly 2025-02-08
What's Changed
- chore: Update translations by @RuffleBuild in #19418
Full Changelog: nightly-2025-02-07...nightly-2025-02-08
Nightly 2025-02-07
What's Changed
- avm2: Remove RefLock around BoundMethod stored by FunctionObject by @Lord-McSweeney in #19440
- chore: Bump Binaryen (wasm-opt) to version 122 by @torokati44 in #19435
- desktop: Call
window.pre_present_notify()
before presenting by @kjarosh in #19456 - debug_ui: Add Style Sheet tab for AVM1 objects by @kjarosh in #19446
- core: Allow
istr!
to be used in more places by @moulins in #19452
Full Changelog: nightly-2025-02-06...nightly-2025-02-07
Nightly 2025-02-06
What's Changed
- avm2: Port Vector classes to AS by @Lord-McSweeney in #19393
- chore: appease clippy by @Lord-McSweeney in #19439
- avm1: Add support for
TextField.styleSheet
by @kjarosh in #19416 - core: Use a declarative macro to define the list of common strings by @moulins in #19443
Full Changelog: nightly-2025-02-04...nightly-2025-02-06