Releases: Moustachauve/WLED-Native-Android
Releases · Moustachauve/WLED-Native-Android
v5.0.0
What's Changed
WLED Native gets an updated look! With this version, the user interface has been rewritten from the ground up. It should be faster, more stable and look better.
A lot of bugs were also fixed.
Full Changelog: v4.1.1...v5.0.0
v4.1.1 (33)
Improves stability with low memory devices like ESP8266 and ESP01.
The main change is sending POST updates to /json/state
instead of /json
, which reduces the load on the device and reduce the risks for corruption in the response.
Full Changelog: v4.1.0...v4.1.1
v4.1.0 (32)
This updates contains some bug fixes and performance improvements (For real!)
- Remove the "Discover devices" view. It was redundant since devices are discovered at startup now.
- Fix issue where device discovery could be triggered many times for the same device, which would harm performance.
- Add debugging information when failing to save a device due to exceptions.
v4.0.4 (31)
Minor bug fixes.
Full Changelog: v4.0.3...v4.0.4
v4.0.3 (30)
- New! You can update your devices from the app
- You can select between Stable and Beta channel
- Lots of small fixes
- Stability Improvement
- Darker dark theme on tablet
v2.2.4 (21)
- Fix issue where clicking on a device that was opened in the past only shows "Select a device"
- Increase auto discovery duration from 10 seconds to 25 seconds to allow more time to find devices
- Improve device discovery and add information about discovery failures
v2.2.3 (20)
- Fix crash on boot for new users
v2.2.2 (18)
- Fix AP Mode not opening the device automatically
- Add error handling for request empty body
v2.2.0 (17)
- Change many dialog interface to use BottomSheetDialog
v2.1.7 (16)
- Add exception debugging