Releases: khcrysalis/Feather
Releases · khcrysalis/Feather
Feather v1.1.3
Feather v1.1.2
Feather v1.1.1
Feather v1.1.0
What's Changed
- Add sponsors to credits, and a thank you to everyone who has donated :)
- Add iOS 18 dark mode icon
- Added section for all source apps (App Store from Esign)
- Add reset options for certificates, apps, etc.
- Revamped sorting options, now includings ascending and descending
- Automatic bundle id replacment in signing options
- Revamp signing options, configurable default options
- Reorganized settings
- Language changer
- Fix design inconsistencies, variable blur for signing button
- Fix some incorrect presented sheets for iPad's
- Fixed some issues regarding apps crashing, by not modifying
Info.plist
unless told to - Improved logging
- Improved some code for server
New Contributors
- @TeamYukizome made their first contribution in #115
- @Vendicated made their first contribution in #123
Full Changelog: v1.0.5...v1.1.0
Feather v1.0.5
What's Changed
- Fix issue with applications not attempting to sign if CFBundleDisplayName wasn't present
- Add Turkish (tr) localization. by @ismailcarlik in #111
New Contributors
- @ismailcarlik made their first contribution in #111
Full Changelog: v1.0.4...v1.0.5
Feather v1.0.4
Feather v1.0.3
What's Changed
- Ability to skip adding
embedded.mobileprovision
when signing, along with adding some additional checks to make sure some more applications are able to be signed - Added import ipa from URL
- Made feather change all bundle name localizations when signing with a custom name
Add automatic installation of app after signing by @corentios in #103- Fixed in a future release
- Added another fallback local URI if on mobile data, may or may not work for users
- Fixed some design inconsistencies
- Fixed issue regarding signing button disappearing when swiping back
- Fix URL Predication/Regex in "Use Custom Server", originally not allowing the user to set a custom server by @zimmra in #74
- Fix some iPadOS crashes when trying to share through share sheet by @darwinx64
- Added french localizations & added more localization in the project by @corentios in #104
- Every log should now log to a file inside of the documents directory, will have an easier way for non donators to view these logs once I've reorganized the settings tab
New Contributors
- @zimmra made their first contribution in #74
- @GottaLoveAng made their first contribution in #80
- @darwinx64 made their first contribution in #89
- @keyute made their first contribution in #92
- @corentios made their first contribution in #103
Full Changelog: v1.0.2...v1.0.3
Feather v1.0.2
What's Changed
- Added alternative installation method named
Online Install Method
, recommended to use if you're on iOS 18 and 17.7
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