v4.3.0 Beta 1 - Don't Write to Disk!
Pre-release
Pre-release
joeljfischer
released this
12 Aug 17:56
·
7304 commits
to master
since this release
Breaking Changes
- State machine transition names are no longer public to allow for behind the scenes changes without minor or major version changes. @joeljfischer
Enhancements
- SDLFile, if initialized with NSData, will no longer write that data to disk, instead, it is stored in RAM. SDLFiles initialized with a file URL will continue to keep that data on disk until needed. @joeljfischer
- The default lock screen text is now localized into Spanish, French, German, Japenese, and Chinese. @joeljfischer
Bug Fixes
- If the lifecycle manager or any of its consituent managers fail to start, the lifecycle manager will disconnect or unregister and an error will be logged. @joeljfischer
- SDLLockScreenManager should use less RAM. @joeljfischer
- Fixed test failures. @joeljfischer