Releases: PoomSmart/TrollLEDs
Releases · PoomSmart/TrollLEDs
1.8.0
- (iOS 16+) Added
Manual
app shortcut, which allows you to configure the level of each LEDs separately (for Quad-LEDs devices only)
- (iOS 16+) Added
All Off
app shortcut, which turns off all LEDs
All On
shortcut will now turn on the single white LED on Dual-LEDs devices
Resolves #7
1.7.0
- Added App shortcuts support (iOS 16+) (resolves #5)
1.6.1
- Tweaked app icon
- Combined
-[TLDeviceManager setNumberProperty:value:]
and -[TLDeviceManager setDictionaryProperty:value:]
into just -[TLDeviceManager setProperty:value:]
1.6.0
- Added
Physical LED Count
segmented control for "Programmatic Quad-LEDs devices" (devices with H10 camera or newer), where you can explicitly inform TrollLEDs how many physical flashlight LEDs does your device have
1.5.0
- TrollLEDs will terminate itself after 5 minutes of inactivity, this is to work around the possible battery drain issue when the app is left running in the background without killing it from the app switcher
1.4.0
- Added app shortcut menus (Amber On, White On and All On)
- Refactored lots of parts in the app
1.3.1
- Fixed sandbox version of TrollLEDs app crashing on launch (tested on iOS 16)
1.3.0
Attention: It's been reported that the sandboxed version may not work on iOS 16 and higher - the app may crash on launch. In the meantime, you can download TrollLEDs-unsandboxed.tipa
instead.
- TrollLEDs is now fully sandboxed (the entitlement
com.apple.system.diagnostics.iokit-properties
is used)
- You can now tap the slider value label to change the slider value to either 0 or max
1.2.1
- Fixed the app icon not rendered on iOS 14 and lower (Fixes #1)
1.2.0
- Added a lock switch to give or take away the flashlight LEDs control from the app (Addresses #2)