Skip to content

Releases: pschatzmann/arduino-dlna

November 2025 Release 2

24 Nov 11:27

Choose a tag to compare

  • Improve ESP32 Control Point stability
  • Control Point Subsciptions
  • Add more default icon sizes

Full Changelog: v0.1.0...v0.2.0

November 2025 Release

22 Nov 10:33

Choose a tag to compare

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

12 Nov 12:15

Choose a tag to compare

Second Prerelease Pre-release
Pre-release

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

07 Nov 14:19

Choose a tag to compare

First Prerelease Pre-release
Pre-release

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.