Releases: JordanKnott/taskcafe
Releases · JordanKnott/taskcafe
0.3.2
Fixes:
- New users are actually activated
- URL parsing issue in markdown
Features:
- Redesigned due date manager
- Added a My Tasks view to see all your currently assigned tasks across all projects
- Added alternative icon to open project finder in the left side of the top navbar (subject to change in the future)
Changes:
- The task creator now auto scrolls into view when opened
0.3.1
Contains the following changes:
- fix: update database constraint to cascade on delete - fixes an error when trying to delete a task with comments or activity on it.
0.3.0
Winter release ❄️
Contains the following changes:
- Re-designed the projecting sharing UI (can now directly invite new users through the share popup)
- Personal projects
- Re-designed initial user registration
- Comments & task activity log
- Update polling
- Bugfixes!
0.2.2
Fixed
- security: JWT secret is no longer hard-coded and can now be set through the config file as
server.secret
or the env variableTASKCAFE_SERVER_SECRET
. If one is not set, then a random secret will be generated. - avatar profile image filenames are now properly URL encoded
- no longer seg faults when the initial database connection fails
0.2.1
Fixed
- Profile icon now shows after initial install
- Team creation after initial install now works
- No longer hard code the "localhost:3333" in avatar profile URLs
0.2.0
Added
- Task sorting & filter
- List actions (duplicate/sort/delete all tasks)
- User info settings can now be changed in the user profile
- Re-designed the Task Details UI
Fixed
- Due date could not be set
- Initial DB connection now tries 3 times before failing
- Removed CORS headers
0.1.1
Fixes
- fix panic(nil) on load config if config file actually existed
0.1.0
First "stable" alpha release
Existing features
- Ability to create teams & projects
- Manage tasks & task groups with labels, descriptions, members, & due date
- Manage team, project & organization users