Skip to content

Release 1.1.0

Latest

Choose a tag to compare

@lvalics lvalics released this 06 Jun 11:32
· 2 commits to master since this release

πŸš€ 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 system
  • TaskManager/N8N_Task_Manager_Nodes.json - Individual nodes for testing
  • frontend/ - React monitoring dashboard

πŸ› οΈ Migration from v1.0.x

  1. Delete old workflows:

    • N8N_Task_Creation_Workflow
    • N8N_Task_Monitor_Workflow
    • N8N_Get_Status_Query_Workflow
    • N8N_Task_Update_Workflow
  2. Import the new consolidated workflow:

    • Import N8N_TaskManager.json
    • Update PostgreSQL credentials
    • Enable Schedule trigger for monitoring
    • Activate the workflow

πŸ“š Documentation Updates

  • Updated README with consolidated workflow instructions
  • New comprehensive frontend README
  • Enhanced .env.example with descriptions

πŸ”— Resources