I skipped 2.0 full release since this also introduces new features.
Features
Add app shortcuts to Home Screen
This was suggested by some people, and there was also a PR (#62, thanks @Vishram1123) trying to implement this as half app and half shortcuts.
I eventually implemented the entire functionality into LiveContainer.
Tweak injection support for JIT-less
Tweak injection has been there since early builds, but it wasn’t useful due to lack of user interface and JIT requirement. Now with support for JIT-less and a basic UI.
See this for more info.
- Includes MobileSubstrate.framework
More options in settings page
- Some toggles of newly added features
- About me
Bug fixes
- The
code signature invalid
error is very annoying. It can happen to anyone but me (it works on my machine). I tried to mitigate this error by supplying additional certificate sourceALTCertificate.p12
but it was not present on some installations. Eventually, I made it use both sources, preferALTCertificate.p12
if available. - Between 2.0-pre and 2.1, a regression caused weird issues on iOS 18 (it started with crashing (#69), “fixed”, then wrong resolution (#93)).
- (Hopefully) Broader app compatibility