Taskcafe Versions Save

An open source project management tool with Kanban boards

0.3.2

3 years ago

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

Click here for a full list of changes

0.3.1

3 years ago

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

3 years ago

Winter release :snowflake:

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

3 years ago

Fixed

  • security: JWT secret is no longer hard-coded and can now be set through the config file as server.secret or the env variable TASKCAFE_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

3 years ago

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

3 years ago

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

3 years ago

Fixes

  • fix panic(nil) on load config if config file actually existed

0.1.0

3 years ago

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