Changelog
v1.0.0
🐞 Bug Fixes:
- Composite Action Shell: Added
bash
as the shell for composite actions. (6263417) - Missing Env Variables: Added missing environment variables. (7a3f558)
- Missing Shell: Added missing shell configuration. (a32b313)
- Sudo Permission: Added
sudo
permission to dependencies install step. (faf93fa) - Auth Context Redirect: Fixed issue where auth context was not redirecting to login on password reset. (68d22b7)
- Docker Compose: Reverted Docker Compose until Cypress connection error is fixed. (b665504)
- Build Issues: Fixed build errors and issues with PNPM build command. (98c1dd6, 89e984f)
- Session Cookie Fix: Changed session cookie from strict to lax to prevent user issues in production. (4d53096)
- Task Fixes: Fixed kanban column height and overflow behavior, image display on not found page, and more. (aa22792, cdf6353)
- Various UI Fixes: Fixed multiple UI issues, such as overflow in dashboard, user avatar not updating, and more. (e33c1be, 74332b1)
🚀 New Features:
- AI Task Generation: Error thrown when attempting to generate AI tasks on hobby plans. (bc8c954)
- Favorites: Ability to add resources to favorites. (feaa085)
- Project Permissions: Added ability for project owners to update team member permissions. (e18b6da)
- Avatar Upload: Users can now upload their own avatars. (273fa4c)
- Course Creation: Admins can now create courses in the dashboard. (71d5791)
- Resource Deletion: Added ability to delete multiple resources and tasks. (5435207, abd9c83)
- Project Deletion: Added ability for owners to delete projects, with a confirmation dialog. (5e62e19, f2d08d6)
- Email Validation: Added check for verified user email on sign-in. (e35e878)
- UI Components: Integrated more UI components from
shadcn
. (6e0c814, 1380186) - Discord Integration: Added Discord webhook for project notifications and task updates. (6eb1422, 1a56cd2)
- Task Sorting: Added ability to sort tasks by status, type, and assignee. (f68e3f3)
- Stripe Integration: Integrated Stripe payments, including webhook events and payment processing. (6ec02be)
- New Project Creation: Users can now create projects and filter them in the dashboard. (209eb44)
🔧 Reverts:
- Removed unfinished features and certain filters from the projects page. (c5c36ee, b3ddfa2)
This release focuses on foundational features like permissions, resource management, Stripe integration, and task handling, alongside critical bug fixes for stability and UI improvements.