Skip to content

Releases: khcrysalis/Feather

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