Releases: Hantick/ticktick-home-assistant
v.2.0.8 Fixed completing the task issue
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
v.2.0.3 Added missing checklist implementation
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
- Fixed a session bug
- Added NRE handling for permission parameter in Project
- Fixed IO blocking module import for oauth2
v2.0.1 Fix to manifest version
Small fix to update manifest version
param to match the current release.
v2.0.0 To-do list support!
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
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)