Skip to content

Releases: khcrysalis/Feather

Feather v1.2.0

24 Jan 03:38
7a44189
Compare
Choose a tag to compare

Update 1

  • Renamed incorrectly named Feather (Debug) back to Feather

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

Full Changelog: v1.1.3...v1.2.0

Feather v1.1.3

02 Nov 17:46
Compare
Choose a tag to compare

Full Changelog: v1.1.2...v1.1.3

What's Changed

  • Fix incorrect handling of default options

Feather v1.1.2

01 Nov 06:26
Compare
Choose a tag to compare

Full Changelog: v1.1.1...v1.1.2

What's Changed

  • Fix crash when you have no repos

Feather v1.1.1

01 Nov 05:42
Compare
Choose a tag to compare

Full Changelog: v1.1.0...v1.1.1

What's Changed

  • Fix incorrect localization

Feather v1.1.0

01 Nov 05:18
Compare
Choose a tag to compare

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

Full Changelog: v1.0.5...v1.1.0

Feather v1.0.5

04 Oct 21:02
Compare
Choose a tag to compare

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

Full Changelog: v1.0.4...v1.0.5

Feather v1.0.4

04 Oct 07:17
Compare
Choose a tag to compare

What's Changed

  • Actually fix "install after signed" not working

Full Changelog: v1.0.3...v1.0.4

Feather v1.0.3

03 Oct 20:51
Compare
Choose a tag to compare

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

Full Changelog: v1.0.2...v1.0.3

Feather v1.0.2

19 Sep 04:31
Compare
Choose a tag to compare

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, and Date
  • 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 and api.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

Full Changelog: v1.0.1...v1.0.2

Feather v1.0

24 Aug 19:14
Compare
Choose a tag to compare

Changelog

  • initial release

Full Changelog: https://github.com/khcrysalis/Feather/commits/v1.0