Releases: radeklat/todoist-habitica-sync
2.1.2
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.
Types of changes are:
- Breaking changes for breaking changes.
- Features for new features or changes in existing functionality.
- Fixes for any bug fixes.
- Deprecated for soon-to-be removed features.
Unreleased
2.1.2 - 2022-07-06
Fixes
- Dependencies update, including an upgrade from Python 3.10.4 to 3.10.5
2.1.1 - 2022-03-06
Fixes
- Dependencies update, including an upgrade from Python 3.10.2 to 3.10.4
2.1.0 - 2022-03-06
Features
- New optional configuration option
todoist_user_id
. When set, tasks completed in project will score points only if they were assigned to you or no one, not when assigned to someone else. Who completed the task is not taken into account.
Fixes
- Delay between each Habitica API action has been increased from 0.5s to 30s, as mandated by the official documentation.
x-client
HTTP header is being sent to notify the API of the author of the tool, as mandated by the official documentation.
2.0.0 - 2022-01-30
Breaking changes
- Recurring Todoist tasks are counted on every completion, not just the fist one. Please reset the cache as this fix doesn't work for already cached tasks.
1.2.0 - 2022-01-30
Features
- Upgrade to Python 3.10
Fixes
- Update library dependencies.
1.1.3 - 2022-01-25
Fixes
- Update library dependencies.
1.1.2 - 2021-11-29
Fixes
- Update library dependencies.
1.1.1 - 2021-10-31
Fixes
- Change
Dockerfile
to use Python version frompyproject.toml
. - Updates build process to build docker images for multiple architectures.
- Load environment variables from a
.env
file in the compose file.
1.1.0 - 2021-03-20
Features
- Automatically create nested path for sync cache.
- Guide for running from a docker image.
- Guide for running via docker-compose and a compose file.
Fixes
- Virtualenv creation in docker image.
- Move sync cache file into a folder to allow easier mounting in docker images.
1.0.0 - 2019-10-06
Features
- Initial release
2.1.1
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.
Types of changes are:
- Breaking changes for breaking changes.
- Features for new features or changes in existing functionality.
- Fixes for any bug fixes.
- Deprecated for soon-to-be removed features.
Unreleased
2.1.1 - 2022-03-06
Fixes
- Dependencies update, including an upgrade from Python 3.10.2 to 3.10.4
2.1.0 - 2022-03-06
Features
- New optional configuration option
todoist_user_id
. When set, tasks completed in project will score points only if they were assigned to you or no one, not when assigned to someone else. Who completed the task is not taken into account.
Fixes
- Delay between each Habitica API action has been increased from 0.5s to 30s, as mandated by the official documentation.
x-client
HTTP header is being sent to notify the API of the author of the tool, as mandated by the official documentation.
2.0.0 - 2022-01-30
Breaking changes
- Recurring Todoist tasks are counted on every completion, not just the fist one. Please reset the cache as this fix doesn't work for already cached tasks.
1.2.0 - 2022-01-30
Features
- Upgrade to Python 3.10
Fixes
- Update library dependencies.
1.1.3 - 2022-01-25
Fixes
- Update library dependencies.
1.1.2 - 2021-11-29
Fixes
- Update library dependencies.
1.1.1 - 2021-10-31
Fixes
- Change
Dockerfile
to use Python version frompyproject.toml
. - Updates build process to build docker images for multiple architectures.
- Load environment variables from a
.env
file in the compose file.
1.1.0 - 2021-03-20
Features
- Automatically create nested path for sync cache.
- Guide for running from a docker image.
- Guide for running via docker-compose and a compose file.
Fixes
- Virtualenv creation in docker image.
- Move sync cache file into a folder to allow easier mounting in docker images.
1.0.0 - 2019-10-06
Features
- Initial release
2.1.0
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.
Types of changes are:
- Breaking changes for breaking changes.
- Features for new features or changes in existing functionality.
- Fixes for any bug fixes.
- Deprecated for soon-to-be removed features.
Unreleased
2.1.0 - 2022-03-06
Features
- New optional configuration option
todoist_user_id
. When set, tasks completed in project will score points only if they were assigned to you or no one, not when assigned to someone else. Who completed the task is not taken into account.
Fixes
- Delay between each Habitica API action has been increased from 0.5s to 30s, as mandated by the official documentation.
x-client
HTTP header is being sent to notify the API of the author of the tool, as mandated by the official documentation.
2.0.0 - 2022-01-30
Breaking changes
- Recurring Todoist tasks are counted on every completion, not just the fist one. Please reset the cache as this fix doesn't work for already cached tasks.
1.2.0 - 2022-01-30
Features
- Upgrade to Python 3.10
Fixes
- Update library dependencies.
1.1.3 - 2022-01-25
Fixes
- Update library dependencies.
1.1.2 - 2021-11-29
Fixes
- Update library dependencies.
1.1.1 - 2021-10-31
Fixes
- Change
Dockerfile
to use Python version frompyproject.toml
. - Updates build process to build docker images for multiple architectures.
- Load environment variables from a
.env
file in the compose file.
1.1.0 - 2021-03-20
Features
- Automatically create nested path for sync cache.
- Guide for running from a docker image.
- Guide for running via docker-compose and a compose file.
Fixes
- Virtualenv creation in docker image.
- Move sync cache file into a folder to allow easier mounting in docker images.
1.0.0 - 2019-10-06
Features
- Initial release
2.0.0
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.
Types of changes are:
- Added for new features.
- Changed for changes in existing functionality.
- Deprecated for soon-to-be removed features.
- Removed for now removed features.
- Fixed for any bug fixes.
- Security in case of vulnerabilities.
Unreleased
2.0.0 - 2022-01-30
Fixed
- BREAKING CHANGE: Recurring Todoist tasks are counted on every completion, not just the fist one. Please reset the cache as this fix doesn't work for already cached tasks.
1.2.0 - 2022-01-30
Changed
- Upgrade to Python 3.10
Fix
- Update library dependencies.
1.1.3 - 2022-01-25
Fix
- Update library dependencies.
1.1.2 - 2021-11-29
Fix
- Update library dependencies.
1.1.1 - 2021-10-31
- Change
Dockerfile
to use Python version frompyproject.toml
. - Updates build process to build docker images for multiple architectures.
- Load environment variables from a
.env
file in the compose file.
1.1.0 - 2021-03-20
Added
- Automatically create nested path for sync cache.
- Guide for running from a docker image.
- Guide for running via docker-compose and a compose file.
Fixed
- Virtualenv creation in docker image.
Changed
- Move sync cache file into a folder to allow easier mounting in docker images.
1.0.0 - 2019-10-06
- Initial release
1.1.4
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.
Types of changes are:
- Added for new features.
- Changed for changes in existing functionality.
- Deprecated for soon-to-be removed features.
- Removed for now removed features.
- Fixed for any bug fixes.
- Security in case of vulnerabilities.
Unreleased
1.2.0 - 2022-01-30
Changed
- Upgrade to Python 3.10
Fix
- Update library dependencies.
1.1.3 - 2022-01-25
Fix
- Update library dependencies.
1.1.2 - 2021-11-29
Fix
- Update library dependencies.
1.1.1 - 2021-10-31
- Change
Dockerfile
to use Python version frompyproject.toml
. - Updates build process to build docker images for multiple architectures.
- Load environment variables from a
.env
file in the compose file.
1.1.0 - 2021-03-20
Added
- Automatically create nested path for sync cache.
- Guide for running from a docker image.
- Guide for running via docker-compose and a compose file.
Fixed
- Virtualenv creation in docker image.
Changed
- Move sync cache file into a folder to allow easier mounting in docker images.
1.0.0 - 2019-10-06
- Initial release
1.1.3
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.
Types of changes are:
- Added for new features.
- Changed for changes in existing functionality.
- Deprecated for soon-to-be removed features.
- Removed for now removed features.
- Fixed for any bug fixes.
- Security in case of vulnerabilities.
Unreleased
1.1.3 - 2022-01-25
Fix
- Update library dependencies.
1.1.2 - 2021-11-29
Fix
- Update library dependencies.
1.1.1 - 2021-10-31
- Change
Dockerfile
to use Python version frompyproject.toml
. - Updates build process to build docker images for multiple architectures.
- Load environment variables from a
.env
file in the compose file.
1.1.0 - 2021-03-20
Added
- Automatically create nested path for sync cache.
- Guide for running from a docker image.
- Guide for running via docker-compose and a compose file.
Fixed
- Virtualenv creation in docker image.
Changed
- Move sync cache file into a folder to allow easier mounting in docker images.
1.0.0 - 2019-10-06
- Initial release