Skip to content

Version 1.8.0

Compare
Choose a tag to compare
@FrederickGeek8 FrederickGeek8 released this 29 Jun 10:35
· 121 commits to master since this release

Release 1.8.0 is upon us! This release pulls some features requests, minor UI changes, and bug fixes. The Bluetooth Routing issue was fixed in pull request #23 (discovered in #11 1), and better Taptic Engine support was brought by pull request #22 (requested by #13). Now audio can be routed over Bluetooth without user intervention as well as vibration more directly utilizes Apple APIs for Taptic feedback, giving haptic feedback a much better feel.

UI Changes
The Taptic Engine support brought some minor UI changes to iNDS. Most notably, that which can be found in the Emulator settings menu. Here, users can select the preset strength of the haptic (using the taptic engine, if available) engine. More information and screenshots of the new UI can be found in the pull request.

DEB Releases
deb files are now included with releases! The Cydia repository (but really the repository manager) is currently in testing and will be released soon. You may want to note that I have not really put in a ton of safeguards with this deb release, for example, like a minimum iOS version. This does not mean you should install it on an unsupported device. Be smart about it. If you have any issues pertaining to the deb release, feel free to post an issue.

Full Changelog

  • Changed taptic feedback mechanism to match Apple's recommended mechanism
  • Added user-facing setting's mechanism to choose haptic feedback strength
  • Change audio implementation to allow for Bluetooth routing over A2DP
  • Updated repository link in Settings
  • Fixed spelling error (Thanks @brand175)

1 Bluetooth Routing has been added, however, #11 was describing a different issue.