From 41f54f8ffdc7bae7457b6f7b6ec8bdf0b67f3a4b Mon Sep 17 00:00:00 2001 From: Max Rydahl Andersen Date: Wed, 30 Aug 2023 14:20:38 +0200 Subject: fix counters in todoist Why: * no counters shown for todoist integration; caused by todoist moving to use generated class names. This change addreses the need by: * use absolute element selectors instead of class names not as nice, but works as of now. --- recipes/todoist/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/todoist/package.json') diff --git a/recipes/todoist/package.json b/recipes/todoist/package.json index 1a06223..7272b6f 100644 --- a/recipes/todoist/package.json +++ b/recipes/todoist/package.json @@ -1,7 +1,7 @@ { "id": "todoist", "name": "Todoist", - "version": "1.5.0", + "version": "1.5.1", "license": "MIT", "repository": "https://github.com/meetfranz/recipe-todoist", "config": { -- cgit v1.2.3-54-g00ecf