Annoucement: Trudesk v1.0.4 Release

Hello Everyone,
I’m happy to announce the release of Trudesk v1.0.4 :clap:

This is a minor bug fix release.

Trudesk v1.0.4 (2019-01-03)

Bug Fixes

  • appearance: dark theme colors (7ac11ad)
  • attachments: failed to upload on docker (36a5bcb)
  • crash: idle users array out-of-bounds (ebacda9)
  • mailer: undefined value error (b3658f1)

Reverts


All deployment methods have been updated.

Updating from source & appliance update

  1. Log into the console
  2. cd /etc/trudesk/ or directory of trudesk installation
  3. git pull
  4. git checkout v1.0.4
  5. rm -rf node_modules && yarn install
  6. yarn run build
  7. pm2 restart trudesk

Note: A hard reset may be required if you modified files before. If so run git reset --hard

Docker Deployments

Switch the docker image tag to 1.0.4. Note: If you’re on tag latest, 1.0, or 1 just re-pull the image.