Releases: lvalics/Task_Manager_N8N
Releases · lvalics/Task_Manager_N8N
Release 1.1.0
🚀 Major Release: Consolidated Task Manager
✨ What's New
- Single Workflow Architecture: All task management functionality now lives in one consolidated n8n workflow
(N8N_TaskManager.json) - Simplified Deployment: Import just one file instead of four separate workflows
- Improved Documentation: Comprehensive setup guides and frontend deployment instructions
🔄 Breaking Changes
- Previous 4-workflow setup is deprecated
- Webhook URL patterns updated (see documentation)
📦 Key Files
TaskManager/N8N_TaskManager.json- The complete Task Manager systemTaskManager/N8N_Task_Manager_Nodes.json- Individual nodes for testingfrontend/- React monitoring dashboard
🛠️ Migration from v1.0.x
-
Delete old workflows:
- N8N_Task_Creation_Workflow
- N8N_Task_Monitor_Workflow
- N8N_Get_Status_Query_Workflow
- N8N_Task_Update_Workflow
-
Import the new consolidated workflow:
- Import
N8N_TaskManager.json - Update PostgreSQL credentials
- Enable Schedule trigger for monitoring
- Activate the workflow
- Import
📚 Documentation Updates
- Updated README with consolidated workflow instructions
- New comprehensive frontend README
- Enhanced .env.example with descriptions