Skip to content

Releases: JordanKnott/taskcafe

0.3.2

29 Apr 03:01
Compare
Choose a tag to compare

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

26 Dec 04:23
0.3.1
Compare
Choose a tag to compare

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

25 Dec 01:32
0.3.0
Compare
Choose a tag to compare

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

12 Sep 23:45
0.2.2
Compare
Choose a tag to compare

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

12 Sep 08:28
0.2.1
Compare
Choose a tag to compare

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

12 Sep 01:37
0.2.0
Compare
Choose a tag to compare

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

22 Aug 04:32
0.1.1
Compare
Choose a tag to compare

Fixes

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

0.1.0

22 Aug 04:20
0.1.0
Compare
Choose a tag to compare

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