Releases: pschatzmann/arduino-dlna
Releases · pschatzmann/arduino-dlna
November 2025 Release 2
- Improve ESP32 Control Point stability
- Control Point Subsciptions
- Add more default icon sizes
Full Changelog: v0.1.0...v0.2.0
November 2025 Release
In a nutshell the functionality is quite stable now: This release consists of the following:
- provide optional task support for the http server with dlna/HttpServerUsingTask class
- renamed DLNA.h to dlna.h
- fixed discovery handling for devices
- many other error corrections
- media server example using sdfat
Full Changelog: v0.0.2...v0.1.0
Second Prerelease
I am proud to announce my second pre-release: Things are starging to work quite stable now.
Here are the big changes:
- replaced my custom Vector and Str with a std::vector and std::string backed implementation to prevent memory leaks
- Using Templates to support the different Arduino network implementations
- Plenty of error corrections
Full Changelog: v0.0.1...v0.0.2
First Prerelease
This took quite some more effort than I initially expected.
I have the basic functionality working now
- control points
- devices
- discover
- subscriptions/notifications
Some more testing is needed to iron out the bugs. I created this prerelease to capture the current state.