Skip to content

0.2.2

Compare
Choose a tag to compare
@JordanKnott JordanKnott released this 12 Sep 23:45
· 108 commits to master since this release
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 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