Skip to content

Updates & Null Tag Fix

Latest

Choose a tag to compare

@eXpl0it3r eXpl0it3r released this 28 Oct 13:36

First two months on the Marketplace has been pretty good! 🥳

While Elgato doesn't provide any statistics, there's a way to see the download count, which currently sits at 568! 🤯
Thank you to everyone who reached out with questions or issues!

This update uses .NET 8, given that .NET 6 is no longer supported, but I struggled a bit to get it working with the StreamDeck-Tools SDK.
It also ships with an up-to-date Clockify API client. ✨

The current plan is to focus on API rate limits / caching / etc.
If you saturate your entire Stream Deck with timers, especially when using the Stream Deck XL, will quickly run into the API rate limits and then every button stops working. Hopefully, I can find a solution to reduce the number of required calls and provide options to fine tune the experience for those with different needs.

Fixes

In some odd cases it seems like tags can return null from the API, which then led the plugin to crash. Now such null tags are simply removed and ignored.