v0.2.4 Beta
Pre-release
Pre-release
Smaller release than normal while decompilation is being worked on to get some fixes and improvements in the meantime to the main branch out. Right now decomp is the top priority other than major bugs in the compiler preventing features from functioning properly.
What's Changed?
- Updated to the latest version numbers for new Apple platform updates (Sequoia, iOS 18, etc.)
- Adds action
getApps()
. - Bugfix #67: Add check for empty dictionary value.
- Some general improvements to the codebase.
- Updates
setValue()
action value argument valid type to variable to allow for any value, not just a string. - Expressions can now be used for number type values, as they evaluate to a number.
- Optimizes collecting references.
- Fixes an issue with parsing array values.
Full Changelog: v0.2.3-beta...v0.2.4-beta