What's Changed
- Added alternative installation method named
Online Install Method
, recommended to use if you're on iOS 18
The alternative method contacts an external server which gives you a plist file in return, no data is collected during this operation: Server.swift#L84-L105.
- Added an option to open an application
- Added photo picker option for changing signed app icons
- Added sorting options for stores
- Options being:
Default
,Name
, andDate
- Options being:
- Added another fallback to display descriptions correctly in certain repositories.
- Improve some code related to the URL scheme...
feather://source/<url>
- Some general code improvements
Notes
-
Code for the external server can be found here
-
Whitelist
app.localhost.direct
andapi.palera.in
if you're using a DNS to block apple requests, these URLs are used by Feather to install applications.
Sadness
Github actions overwrote the previous tag :/ so there's gonna be a version missing behind this one
New Contributors
- @khcrysalis made their first contribution in #41
- @t0mi made their first contribution in #54
Full Changelog: v1.0.1...v1.0.2