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