Skip to content

v0.9.10 - 2026-07-15

Choose a tag to compare

@dale-sharp dale-sharp released this 15 Jul 10:37
a6704cb

[0.9.10] - 2026-07-15

Added

  • A new event.free_games_<platform>_new_offer entity is now available per selected
    platform (e.g. event.free_games_steam_games_new_offer), firing a new_offer event
    exactly once per newly-seen offer, with the full offer as event attributes. This replaces
    the fragile offers[0]-templated notification pattern in the README's automation example,
    which could miss offers arriving in the same poll or misfire when the feed reordered
    existing offers without any new one appearing.