Skip to content

Releases: Moustachauve/WLED-Native-Android

v5.0.0

12 Nov 05:34
Compare
Choose a tag to compare

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)

16 Dec 06:36
Compare
Choose a tag to compare

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)

12 Dec 04:12
Compare
Choose a tag to compare

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)

09 Dec 02:28
Compare
Choose a tag to compare

Minor bug fixes.

Full Changelog: v4.0.3...v4.0.4

v4.0.3 (30)

24 Nov 06:49
Compare
Choose a tag to compare
  • 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)

19 Dec 23:44
Compare
Choose a tag to compare
  • 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)

03 Dec 16:47
Compare
Choose a tag to compare
  • Fix crash on boot for new users

v2.2.2 (18)

03 Dec 06:02
Compare
Choose a tag to compare
  • Fix AP Mode not opening the device automatically
  • Add error handling for request empty body

v2.2.0 (17)

30 Nov 09:23
Compare
Choose a tag to compare
v2.2.0 (17) Pre-release
Pre-release
  • Change many dialog interface to use BottomSheetDialog

v2.1.7 (16)

30 Nov 00:09
Compare
Choose a tag to compare
v2.1.7 (16) Pre-release
Pre-release
  • Add exception debugging