v1.4 backfill-to-today algorithm, 12-card cap, idempotent spawns; drop dual-path

This commit is contained in:
2026-07-08 19:24:42 -03:00
parent c74a52346c
commit bc982536f1
4 changed files with 106 additions and 53 deletions

View File

@@ -55,7 +55,7 @@ class Plugin extends Base
public function getPluginVersion()
{
return '1.3.0';
return '1.4.0';
}
public function getPluginHomepage()