Releases: khcrysalis/Feather
Releases · khcrysalis/Feather
Feather v1.2.0
Update 1
- Renamed incorrectly named
Feather (Debug)
back toFeather
Update 2
- Removed unneccesary log that logged the entirety of repositories, causing slow down issues
Update 3
- Fixed some localizations
What's Changed
- feat: Added option in signing configuration for "Game Mode"
- feat: Ability to change to existing alternative app icons when signing an app
- feat: App updates by @castdrian in #200
- Automatically detect if an app needs an update, this will most likely not work properly if the user has multiple repos with the same application
- fix: Fixed local installation by using another provider
- Users should now be able to customize their certificates and url path by overriding the files in the documents directory
- feat: Dynamic Protection by @castdrian in #218
- This protection uses the iTunes API to see if theres any bundle identifier that matches on the appstore, if so, it will change the identifier acordingly
- feat: Certificate changing in signing view by @castdrian in #218
- You can change certificate by swiping on the certificate cell when signing
- feat: Auto save signing option settings by @castdrian in #218
- Signing options will now automatically save, no more needing to constantly press the save button
- feat: Add Chinese language support by @ZhangYiQiu in #213
- fix: Fixed crash when no certificate is selected by @castdrian in #216
- feat: Add more url scheme paths by @castdrian in #216
- feat: Automatic display name replacement in signing options by @castdrian in #216
- RU Localization Update by @AushevAhmad in #221
- JA localization update by @yyyywaiwai in #236
New Contributors
- @castdrian made their first contribution in #200
- @avifcollective made their first contribution in #215
- @ZhangYiQiu made their first contribution in #213
- @yyyywaiwai made their first contribution in #236
Full Changelog: v1.1.3...v1.2.0
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