Skip to content

Releases: Hantick/ticktick-home-assistant

v2.1.3p Tasks with nested check items are now supported

17 Sep 10:42
1b42039

Choose a tag to compare

Thanks to @VidFerris nested tasks in a task are now supported.
Setting this as a pre-release as this needs some testing. This should not affect your current tasks.

v2.1.2 Fixed tasks ordering

23 Jul 22:19

Choose a tag to compare

Hi guys, long time no hear! I've been recently busy renovating my flat and had no time and brain to put into developing that integration. Today I'm releasing nothing big, just fixed an order of the tasks to be the same as on the TickTick (it used to be the opposite)

v2.1.1 Update task service action

12 Mar 15:27
115615b

Choose a tag to compare

Thanks to @snok3r-krk we now have the ability to update the tasks via service action + couple of fixes.

v2.1.0 Reminders are here!

14 Feb 14:45

Choose a tag to compare

In this release reminders functionality is implemented based on iCalendar (RFC 5545) reminder triggers and small adjustement to the services descriptions done by @McTalian

v.2.0.9 10 stars release!

01 Feb 13:58

Choose a tag to compare

Thank you all for 10 stars on github. I have two fixes for you!

  1. Empty lists will now be created in Home Assistant, even thought they don't have any tasks inside.
  2. Closed projects won't be created in Home Assistant

v.2.0.8 Fixed completing the task issue

21 Jan 17:21

Choose a tag to compare

I spotted one small bug with completing the tasks and fixed it :)

v2.0.7 Initialization Errors Fixed

21 Jan 17:04

Choose a tag to compare

This release fixes the task status mapping which caused integration to not load properly.

Credit to @matata86 and @Laursen92 for spotting the issue

v.2.0.6 Bug fixes for falsy values in API models

20 Jan 12:58

Choose a tag to compare

A fix to model handling which caused the integration to throw errors on specific actions and setups.

Credit to @K-4U for spotting the issue

v2.0.5 Small fixes to the exposed services

16 Jan 14:31

Choose a tag to compare

This release fixes couple of issues in services and manifest before posting it to official HACS

v2.0.4 Fixed date formatting and task reponse from services

15 Jan 20:49

Choose a tag to compare

This small release contains a fix for date parsing from home assistant ticktick.create_task service and fixes the response so the task is returned properly after creation.

Thanks to @kschlichter @mariaquze for reporting this