Hello Everyone,
Iβm happy to announce the release of Trudesk v1.0.3
This is a minor feature release with a few bug fixes.
Trudesk v1.0.3 (2018-12-03)
Features
-
Customizable Logo: A custom logo is configurable via
Settings -> Appearance
. -
Customizable Color Scheme: A custom color scheme is configurable via
Settings -> Appearance
.
Trudesk has the following built-in color schemes
β Light (default)
β Dark
β Blue Jean
β Midnight
β Moonlight
β Purple Rain
β Sandstone
β Winterβs Fire
Bug Fixes
- accounts: crash if user was deleted with active conversations #109 (6ea0ad4)
- assets: security fix (b081965)
- install: server crash due to invalid middleware (88367d9)
- mobile: secure assets not loading (dca823e)
- reports: unable to download reports #106 (a2cdb7f)
- sass: not compiling for install server (e0f744d)
- static: file access path (568c343)
- style: disabled classes applied incorrectly (884519c)
- style: incorrect border style (5edfb0f)
- styles: incorrect styles (ae0d82f)
- tickettype: crash when deleting ticket type #113 (dc4d335)
Reverts
- static: files path var (dd440e0)
All deployment methods have been updated.
Updating from source & appliance update
- Log into the
console
-
cd /etc/trudesk/
or directory of trudesk installation git pull
git checkout v1.0.3
rm -rf node_modules && yarn install
yarn run build
pm2 restart trudesk
Note: A hard reset maybe required if you modified files before. If so run git reset --hard
Docker Deployments
Switch the docker image tag to 1.0.3
. Note: If youβre on tag latest, 1.0, or 1
just re-pull the image.