What's New
- Add password toggle to login page by @csr4422 in #149
- Allow clearing SLA policy and business hours for teams once it's set @csr4422 in #150
- Fix token expiry error for S3 file store.
Upgrade
- Always take database backups before any upgrade.
- Follow steps here.
Changelog
- f3acc37 update version to 0.8.0-beta in package.json remove caution note about alpha status from README.md
- 562babf Merge pull request #150 from csr4422/fix/convert-select-values
- 93e9443 feat: add None option to SLA and Business Hours select boxes
- ec63604 Fix: convert select values to number or null before submit
- f06da2a Merge pull request #149 from csr4422/add-password-toggle-btn
- 98f1685 Add password toggle to login page
- cc36ef5 bump simple s3
- 969d6ea Merge pull request #129 from abhinavxd/dependabot/go_modules/github.com/go-viper/mapstructure/v2-2.4.0
- 326ccdf Merge pull request #138 from abhinavxd/dependabot/npm_and_yarn/frontend/axios-1.12.0
- d6a8e76 Merge pull request #140 from abhinavxd/dependabot/npm_and_yarn/frontend/vite-5.4.20
- f95b374 Merge pull request #139 from abhinavxd/dependabot/npm_and_yarn/frontend/vue-i18n-9.14.5
- a1db6cc chore(deps-dev): bump vite from 5.4.19 to 5.4.20 in /frontend
- 267a602 chore(deps): bump vue-i18n from 9.14.3 to 9.14.5 in /frontend
- 3471263 chore(deps): bump axios from 1.8.2 to 1.12.0 in /frontend
- 7469e29 fix: allow message processing to continue on thumbnail generation errors
- 44ffc77 log conversation deletion
- 3ec061d fix: improve error handling for message attachment uploads delete newly created conversation if media upload fails so this message is tried again
- 48b8d14 Update README.md
- 6231a9e update logger to log time value instead of null time
- 78b8607 chore(deps): bump github.com/go-viper/mapstructure/v2
New Contributors
Full Changelog: v0.7.4-alpha...v0.8.0-beta