- Created boot.ini files for Panels 0 to 6 with boot arguments and loading instructions.
- Added device tree binaries: rk3326-r35s-linux.dtb, rg351mp-kernel.dtb, and rk3326-rg351mp-linux.dtb for each panel.
- Introduced a new boot.ini for R46H and RGB20S with specific boot arguments.
- Updated generator.sh to prevent script abortion on individual panel failures.
- Introduced tntnet package for web application server in C++.
- Added libuv, a multi-platform support library for asynchronous I/O.
- Included libwebsockets for implementing network protocols.
- Added multiple VDR plugins:
- vdr-plugin-ddci2 for CI support
- vdr-plugin-dummydevice for recording server without output devices
- vdr-plugin-dvbapi for OSCam integration
- vdr-plugin-eepg for parsing Extended EPG data
- vdr-plugin-epgfixer for modifying EPG data
- vdr-plugin-epgsearch for searching EPG data
- vdr-plugin-iptv for IPTV support
- vdr-plugin-live for web interface operation
- vdr-plugin-restfulapi for RESTful API access
- vdr-plugin-robotv for Android TV frontend
- vdr-plugin-satip for SAT>IP support
- vdr-plugin-streamdev for video transfer and HTTP streaming
- vdr-plugin-vnsiserver for Kodi client handling
- vdr-plugin-wirbelscan for channel scanning
- vdr-plugin-wirbelscancontrol for menu entry in VDR
- vdr-plugin-xmltv2vdr for importing XMLTV data
- Added main VDR package for DVB TV server application.