Announcement: Trudesk v1.0.2 Release

Hello everyone,
I’m happy to announce the release of trudesk v1.0.2 :clap:

This is a maintenance release with the following bug fixes.

Trudesk v1.0.2 (2018-11-03)

Bug Fixes

  • assets: security fix (4f6c00d)
  • database: connection returning true even if error occured (0156c4b)
  • database: removed incorrect events (357752d)
  • mobile: chrome 53+ not allowing selects to open. #96 (7d71135)
  • styles: issue #101 editing issue/comment/note (46ab7e8)
  • styles: new tickets had incorrect classes (4793c31)
  • tickets: public ticket crash #103 (19b75f1)
  • timezone: option to set local timezone (e3eb12a)

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. rm -rf node_modules && yarn install
  5. yarn run build
  6. pm2 restart trudesk

Docker Deployments

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