mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
-
released this
2024-02-28 01:20:37 +01:00 | 381 commits to master since this release📅 Originally published on GitHub: Wed, 28 Feb 2024 00:26:53 GMT
🏷️ Git tag created: Wed, 28 Feb 2024 00:20:37 GMTThis release addresses an important issue when the 'max sleep time' is set to something bigger than 'shortest', where the tag queue would fill up, and tags become unresponsive for a while.
Change log
- bugfix: idlereq should not be queued, and only sent when queue is empty (
9b2d76a6b6) - typo in content cards by @TheRealMrSteel in https://github.com/jjwbruijn/OpenEPaperLink/pull/241
- support for rotating generated images based on tagtype profile (
8da475901d) - use relative paths for fetch calls and websocket by @jhbruhn in https://github.com/jjwbruijn/OpenEPaperLink/pull/243
- added Swedish content language by @leXorNet in https://github.com/jjwbruijn/OpenEPaperLink/pull/245
- add Denmark to dayahead electricity prices; enable it also for 2.9" UC8151 (
f4cb642142)
New Contributors
- @TheRealMrSteel made their first contribution in https://github.com/jjwbruijn/OpenEPaperLink/pull/241
- @jhbruhn made their first contribution in https://github.com/jjwbruijn/OpenEPaperLink/pull/243
- @leXorNet made their first contribution in https://github.com/jjwbruijn/OpenEPaperLink/pull/245
Full Changelog: https://github.com/jjwbruijn/OpenEPaperLink/compare/2.5-beta2...2.5-beta3
Downloads
- bugfix: idlereq should not be queued, and only sent when queue is empty (