v0.9.2
Pre-release
Pre-release
Changes in this release:
- Support for arm64e on iOS 14 (#4)
- It's now possible to set a minimum version on hooks using
@available(iOS 14, *)
(or similar) on the class declaration - Created a proper Orion CLI using ArgumentParser
- Added Orion directives:
orion:new
,orion:disable
, andorion:returns_retained
(to be documented soon, see #9) - Theos now warns that you are using a beta version of Orion, as a reminder not to distribute tweaks built with it yet
- Importing an Orion.framework built for a different platform than the target will now produce an error
Performance improvements:
- The Orion preprocessor can now run in parallel, which can lead to large speed-ups (some tests were faster by as much as 3x.)
Bug fixes:
- It's now possible to swizzle methods that use a +1 calling convention, such as
-copy
- The Dash documentation now correctly loads images