Breaking Changes
Storage.Move()
will overwrite file at target destination if present
Previously it would fail if a file already existed at the target destination. Overwriting is usually the preferred outcome.
What's Changed
- Free AVIOContext and IO buffer by @FreezyLemon in #5982
- Remove libavfilter where possible by @FreezyLemon in #5980
- Change behaviour of
Storage.Move
to overwrite existing by default by @peppy in #5984 - Fix crash on minimising from non-native fullscreen resolutions by @smoogipoo in #5983
- Update native libraries by @peppy in #5985
Full Changelog: 2023.823.0...2023.904.0