v7
UCS Operator - changelog
All notable changes to this project will be documented in this file.
[8.5.4] - 2025-10-23β
π Bug Fixesβ
- (widget-board) Fix app freeze when widget is pasted to empty board
[8.5.3] - 2025-10-23β
π Bug Fixesβ
- (button-widget) Button metadata can be modified
[8.5.2] - 2025-10-22β
π Bug Fixesβ
- (transcription) Only show transcription header when transcription or summary actually exists
- (dialog) Style closable dialog a bit
[8.5.1] - 2025-10-17β
π Bug Fixesβ
- (call-history) Do not show error in call history fulltext filter if it's emptyr
[8.5.0] - 2025-10-17β
π Featuresβ
- (tts) Understand numeric values of transcription confidence
- (call-history) Allow fulltext search in call history
- (ice) Support also turn servers based on url protocol
- (call-history) Split fulltext search by comma to enable union search
π Bug Fixesβ
- (uphone) Fix possible redundant rerenders
- (call-history) Put call history fulltext search under feature flag to make possible disabling it for instances without stt
- (call-history) Inform user that fulltext needles needs to be at least 3 characters long and filter out shorter needles
β‘ Performanceβ
- (call-history) Restructure call history filter components to re-render only components depending on change data
[8.4.0] - 2025-10-08β
π Featuresβ
- (supervisor) Add multiple agent status changing to supervisor overview header
- (supervisor) Replace multi agent status change icon to make it more intuitive
π Bug Fixesβ
- (button) Make it look disabled when it's disabled
- (supervisor) Display selected value of team in multi agent status change
[8.3.0] - 2025-10-07β
π Featuresβ
- (main-app-sync) Add debugging utilities that show which app is currently main and will be used as call endpoint
π Bug Fixesβ
- (admin-settings) Export route component correctly
- (button-widget) Animate hover faster to align with other buttons
- (supervisor) Expect agent data without team (not all agents have to be in team)
[8.2.1] - 2025-09-19β
π Bug Fixesβ
- (settings-analyzer) Add widget settings parsers to settings analyzer to completely check stored configuration
[8.2.0] - 2025-09-17β
π Featuresβ
- (supervisor) [experimental] allow changing state of multiple agents at once via supervisor control
π Bug Fixesβ
- (sms-widget) Fallback to empty array as queue configuration in SMS widget when value not recognized
- (archived-queues) Do not overwrite queue deleted parameter
π Refactorβ
- Remove dead code
- Replace empty object type with unknown
- Migrate compact campaign settings parsing to core api instead of custom
- Migrate speed dial settings parsing to core api instead of custom
- Add model to status control widget to satisfy core api
- Add model to task queue widget to satisfy core api
[8.1.0] - 2025-09-15β
π Featuresβ
- (admin) Create administration page that allows superuser inspect stored settings and upgrade their schema
- (admin) Add link user settings inspection
- (transcription) Wrap transcription to object having channels prop as forwards compatibility
π Bug Fixesβ
- (queue-status-widget) Set default value and label size to 36 and 22
- (autospy-widget) Accept anything as settings and fall back to empty settings
- (link-widget) Re-id metadata if they are in legacy form
- (widget-plot) Add defaults to settings
- (widget-calls-count) Add defaults to settings
- (widget-report) Add defaults to settings
- (admin-settings) Add locales
π Refactorβ
- (settings-upgrader) Pass logger as argument to settings upgrader to make it testable
- Add typing to tmpDataStore HOC
- (tabs) Select number of tabs via parsed value
- (tabs) Render tabs via settings parser as a preparation for full settings migration
- (tabs) Render tabs in top menu via parsed settings
βοΈ Miscellaneous Tasksβ
- (widget-plot) Add typing to widget configuration
[8.0.4] - 2025-09-05β
π Bug Fixesβ
- (widget-core) Make widget settings parsing more forgiving by introducing defaults
- (task) Add border to time tracking comment textarea
- (localization) Add missing cz localization
βοΈ Miscellaneous Tasksβ
- Upgrade vitest
- Disable coverage
- Upgrade vitest plugins and enable coverage
[8.0.3] - 2025-09-05β
π Bug Fixesβ
- (reports) Display available reports when loaded
[8.0.2] - 2025-09-04β
π Bug Fixesβ
- (reports) Ignore if new report service is not available and fallback to old one
[8.0.1] - 2025-09-04β
π Bug Fixesβ
- (reports) Ignore if new report service is not available and fallback to old one
[8.0.0] - 2025-09-04β
π Featuresβ
- (button) Disable link buttons that are active only on call when agent has no call, add icon indication, that button is call only
- (core) Add support for widget settings parsing to widget core
- (shared-editor) Migrate shared editor widget to modern settings manipulation core api
- (widget-core) [breaking] Remove support of configuring widgets via settings reducers
- (call-history) Display metadata by team configuration and allow filtering using various input elements in call history
- (stt) Allow manual transcription request
- (report) Add configurable columns when new api is used
- (call-detail) Add call tags to call detail
π Bug Fixesβ
- (button) Update tests
- (widget-core) Fix widget registration scheme typing
- (link) Add title to phone icon at call only link
- Syntax error
- (sms) Fix czech language typo
- (settings) Fix czech language typo
- (widget-core) Fall back to default settings if settings does not exist yet
- (widget-core) Fall back to default settings if settings does not exist yet - fix not using stored settings at all
- (supervisor_view) Make minimum font size 1 to avoid table being empty
- (call-detail) Add cz localization
- (uphone) Respect ring and audio output volume settings
- (uphone) Enable autoanswer sound alert when using uphone
- (call-metadata) Select metadata from agent team instead of personal settings
π Refactorβ
- (speed-dial) Replace widget settings reducer with settings change callback
- (shared-editor) Add typing to options transformer
- (shared-view) Migrate shared data view widget to modern settings manipulation core api
- (plot) Migrate plot widget to modern settings manipulation core api
- (outbound-queue) Migrate outbound queue widget to modern settings manipulation core api
- (note) Migrate note widget to modern settings manipulation core api and convert to TS FC
- (email) Migrate email widget to modern settings manipulation core api and convert to TS FC
- (calls-count) Migrate calls count widget to modern settings manipulation core api and convert to TS FC
- (calls) Migrate calls widget to modern settings manipulation core api and convert to TS FC
- (agent-status) Migrate agent status widget to modern settings manipulation core api and convert to TS FC
- (shared-data) Migrate shared data widget to modern settings manipulation core api and convert to TS FC
- (aux-status) Migrate agent statistics widget to modern settings manipulation core api and convert to TS FC
- (checklist) Migrate checklist widget to modern settings manipulation core api and convert to TS FC
- (queue status) Migrate queue status widget to modern settings manipulation core api and convert to TS FC
- (color-levels) Remove legacy unused color level computation function
- (queue) Migrate queue widget to modern settings manipulation core api and convert to TS FC
- (sms) Migrate sms widget to modern settings manipulation core api and convert to TS FC
- (button) Migrate button widget to modern settings manipulation core api and convert to TS FC
- (settings-modifier) Migrate settings modifier widget to modern settings manipulation core api and convert to TS FC
- (supervisor-view) Migrate supervisor view widget to modern settings manipulation core api and convert to TS FC
- (widget-core) Remove dead code
- (call-history) Remove dead code
[7.10.0] - 2025-08-18β
π Featuresβ
- (call-detail) Display call transcription in call detail if available at call