Thank you for all your feedback and contributions!
Tip
For idevice
configuration, you can use idevicepair for easily retrieving a pairing file for installing!
What's Changed
- Fixed crash when exporting with sharesheet on iPad.
- Fixes issues regarding navigation bar disappearing in sources.
- Fixes app permissions.
- Fixed some signing issues by recursively deleting
_CodeSignature
in all directories inside of the application, this also includes recursively checking for which binaries to sign. - Added icon-picker for those with AppID capabilities.
- Added options to reset / clear cache the app has built-up.
- Added URL scheme for exporting certificates, mainly useful for applications enabling JIT.
feather://export-certificate?callback_template=<template>
- See SideStore/SideStore#959 for more information.
- Added URL scheme for importing certificates.
feather://import-certificate?p12=<base64>&mobileprovision=<base64>&password=<base64>
- Added delete after signing option.
- Added section for recommended repositories.
- Added Polish Localizable by @marcinmajsc in #397
- Cleaned up some views, installation and signing options are most prevalent.
- Polished much of the UI.
- Expanded scope for searching in repositories.
New Contributors
- @marcinmajsc made their first contribution in #397
Full Changelog: v2.1.1...v2.2.0