v0.6.0-alpha #103
abhinavxd
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What's New?
All updates live on the demo: https://demo.libredesk.io/
Agent vacation mode:
Macros:
Service level agreement policies:
Next response time
, which tracks the time taken for each subsequent reply after the first reply with configurable alerts to agents.Activity log (Audit log):
Online
toAway and reassigning
, an activity log will be generated.Custom attributes:
Manage contacts tab:
Automation rules:
Email inbox:
Translations:
Report overview:
Others:
applied_slas
andcsat_responses
when a conversation is deleted.Upgrade
Changelog
Enforce
function call instead cache user permissions in authz package and when permissions change only the load permission as policies atomically. - sort permissions in get-agents to make the permissions slice comparsion using slices.Equal workAuthor
template var and injects it into all templates - make author fields empty for all automated system generated emails- #number
format instead of square bracketapplied_sla_id
column to conversations table as it was causing cyclic depaway_manual
agents from being set to 'offline' due to incorrect SQLonline
instead ofoffline
when admin selects "active" in the user availability dropdownactivity_logs:manage
permissionbcc
from latest message.to
andfrom
addresses in message meta, - remove unncessary console logsrc/constants/permissions.js
fieldType
in the frontend breaking the automation view. fix: Previously removed operators for Number type field. Fixes Bug: PR #64 breaks the display of existing automation rules #68null
string form value for update contact formAdmin
less than
, fixes Bug: Time-based automations are never triggered #65policy
to SLA policy set activity message for claritycontacts:manage
- Views for contact list and single contact view. - Ability to block contacts that in inturn stops new messages from the contact. - Make all DB transactions that run dynamically generated SQL queryreadonly
- Rename/admin/teams/users
to/admin/users/agents/
for consistency. (ref Uniform name for agents/users #50) - Fix UI glitches for long emails (refs GUI glitches when sender has a long email #54) - Fix empty created_at date for agents admin table (refs Agent creation date #51) - Migrations for v0.6.0reassign_replies
from queriesreassign_replies
instead add a new enumaway_and_reassigning
to enum user availability statussrc
default to empty stringnull
console warnings.What's Changed (Autogenerated)
New Contributors
Full Changelog: v0.5.0-alpha...v0.6.0-alpha
This discussion was created from the release v0.6.0-alpha.
Beta Was this translation helpful? Give feedback.
All reactions