Skip to content

Releases: Moustachauve/WLED-Android

v7.0.1 (52)

06 May 03:25

Choose a tag to compare

What's New

Hotfix to help properly find the latest WLED version available.

🐛 Bug Fixes

🧰 Maintenance

Contributors

@Moustachauve

v7.0.0 (51)

09 Apr 02:49

Choose a tag to compare

Summary

New Widgets: Redesigned interactive home screen widgets with quick actions, dynamic colors, and real-time syncing.
Device Controls: Control lights directly from Android's quick settings.
Updates: OTA update support for MoonModules and QuinLED boards.
Deep Linking: Support for opening wled:// links.
More: German & Chinese translations, better auto-discovery, offline management, and bug fixes.

What's New

🚀 New Features

🐛 Bug Fixes

  • fix(ui): improve DeviceEdit experience for offline devices without state (#152) @Moustachauve
  • Fix update refresh issue and refactor DeviceEdit UI with State Hoisting (#151) @Moustachauve
  • Fix: Use FLAG_MUTABLE for notification PendingIntent (#110) @Moustachauve

🧰 Maintenance

New Contributors

All Contributors

@Copilot, @Moustachauve, @dependabot[bot], @google-labs-jules[bot], @netmindz, @starfetch, dependabot[bot] and google-labs-jules[bot]

Full Changelog: v6.1.0...v7.0.0

v6.1.0 (48)

07 Jan 02:14

Choose a tag to compare

  • New native error screen when devices are unreachable
  • Added Chinese translation
  • Improved file downloads handling
  • Increased connection timeout to 30 seconds for better stability
  • Pressing "Back" now closes the navigation menu
  • Fixed bugs with device addresses and visual sliders

What's Changed

New Contributors

Full Changelog: v6.0.1...v6.1.0

v6.0.1 (47)

19 Dec 20:59

Choose a tag to compare

  • Fix issues with devices on WLED version 0.14.2
  • Minor crash fixes

What's Changed

  • Fix Android 15 Edge-to-Edge Deprecated API Warnings by @google-labs-jules[bot] in #61
  • Fix WLED 0.14.2 websocket connection issue and Disable dependency metadata in APK builds by @Moustachauve in #65
  • Improve error handling for Github API and other code improvements by @Moustachauve in #66
  • Fix sql constraint error and other misc code improvements by @Moustachauve in #67
  • Fix crash when calling openUri and other improvements by @Moustachauve in #68

Full Changelog: v6.0.0...v6.0.1

v6.0.0 (46)

15 Dec 06:46

Choose a tag to compare

Major improvement: the app is now using websockets to communicate with the WLED devices. This should mean a more stable connection and more reactive interface!

  • App is renamed to simply "WLED" from "WLED-Native"
  • Fix crash when failing to start discovery
  • Battery icon will show if the right usermod is present
  • Bug fixes and stability improvement

What's Changed

New Contributors

Full Changelog: v5.0.0...v6.0.0

v5.0.0 (40)

12 Nov 05:34

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

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

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

Choose a tag to compare

Minor bug fixes.

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

v4.0.3 (30)

24 Nov 06:49

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