Releases: atxtechbro/notion-automation
Releases · atxtechbro/notion-automation
v1.1.0
v1.0.1
v1.0.0
1.0.0 (2024-10-21)
Bug Fixes
- cli: correct EntryConfig instantiation using keyword arguments for properties (b642841)
- enhance schema parsing and error messages, ensuring all tests pass (480ab62)
- Handle empty tasks.json file in add_task_from_raw function (d33d096)
- resolve NotionClient initialization and add requests-mock for testing (a2c1fd0)
Features
- add CLI for database creation, update .gitignore, and remove old JSON configs (e892ca2)
- Add Notion automation for workout plan creation and testing (fefb05c)
- add semantic versioning automation with GitHub Actions (376e249)
- add support for specifying target Notion page ID via CLI (80ae1b5)
- cli: support creating empty databases with schema-only option (9b8d405)
- cli: update README and improve create_database command (d451459)
- Combine schema and tasks into single JSON files for better organization (1c96668)
- Integrate Notion API for database creation and task management (386c38d)
- Integrate Notion API for database creation and task management (e53452a)
- models: add support for 'checkbox' and 'multi_select' property types in schema and task validation (7c1f1ca)