Releases: Hantick/ticktick-home-assistant
v2.1.3p Tasks with nested check items are now supported
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
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
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!
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!
Thank you all for 10 stars on github. I have two fixes for you!
- Empty lists will now be created in Home Assistant, even thought they don't have any tasks inside.
- Closed projects won't be created in Home Assistant
v.2.0.8 Fixed completing the task issue
I spotted one small bug with completing the tasks and fixed it :)
v2.0.7 Initialization Errors Fixed
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
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
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
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