Skip to content

Releases: Hantick/ticktick-home-assistant

v.2.0.8 Fixed completing the task issue

21 Jan 17:21
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

v.2.0.3 Added missing checklist implementation

07 Jan 14:10
Compare
Choose a tag to compare

Tasks with a checklist inside are now not causing an initialization error

Thanks to @5in4 for reporting this

v2.0.2 Fixes for session and NRE handling

02 Jan 22:31
Compare
Choose a tag to compare
  1. Fixed a session bug
  2. Added NRE handling for permission parameter in Project
  3. Fixed IO blocking module import for oauth2

v2.0.1 Fix to manifest version

02 Jan 12:25
02407b9
Compare
Choose a tag to compare

Small fix to update manifest version param to match the current release.

v2.0.0 To-do list support!

01 Jan 22:17
Compare
Choose a tag to compare

To-do list got supported!

I am glad to announce that **To-do lists are now supported. Finally we can manage our TickTick tasks on Home Assistant.
Now it's time for some HA production env testing to see if there are any bugs (but I hope there aren't!) and to plan further development

Thanks to @NewsGuyTor for posting an issue on the old integration with marking Todoist integration as a reference
and thanks to @maxshcherbina @frenck for implementing it - looking through your implementation helped me a lot!


@Welington98 @perok @fredygerman @wildenrou @boyphongsakorn @pandaboy6621 @facutopa @blakadder @g0fish @Hankanman @5in4
I am also mentioning you, because you left a reaction under the original issue on the old integration and might be interested in the new one :)

v1.0.0 Integration Release

30 Dec 22:24
Compare
Choose a tag to compare

Finally, after couple of days and having my first experience with coding in Python and in Home Assistant I'm glad to annouce that first version of TickTick Integration is done and ready for using!

Thanks to @BeryJu who inspired me to work on a newer version of this integration

Exposed Services

Task Services

Get, Create, Update, Delete, Complete Task

Project Services

Get (Create, Update, Delete are missing for now)