v7
UCS Operator - changelog
All notable changes to this project will be documented in this file.
[7.10.0] - 2025-08-18
🚀 Features
- (call-detail) Display call transcription in call detail if available at call
🚜 Refactor
- (css) Do not mix css modules with basic css files
[7.9.0] - 2025-08-18
🚀 Features
- Allow user request one time password that serves as login method for mobile app
- (agent-stats) Add option to display talk time to logged time to Agent statistics and Supervisor view widgets
🐛 Bug Fixes
- (passwordless) Use window.origin instead of hardcoded ekancl origin
- (ux) Rename menu button 'Lock elements' to 'Lock & save elements' to better indicate that settings will be saved at this point
- (task) Use default settings when new widget with task allocation is created to enable settings modification
🚜 Refactor
- (agent-stats) Remove settings reducer in favour of settings change callback
⚡ Performance
- (src-loading) Make pbx structure graph beta page lazy loaded to avoid loading libraries used only on this page
⚙️ Miscellaneous Tasks
- Add scripts that help put transcriptions to db manually
[7.8.6] - 2025-07-17
🐛 Bug Fixes
- (app-settings) Add edge case sanitization mostly related to legacy settings
- also add analyser that helps analyse database dumps to make sure that the parser is correct
[7.8.5] - 2025-07-15
🐛 Bug Fixes
- (app-settings) Fall back to default values if topmenu.? boolean parameters are null
[7.8.4] - 2025-07-14
🐛 Bug Fixes
- (dial) Make call duration 0 seconds if it's negative
- (test) Import library via esm path to fix import error in test
[7.8.3] - 2025-07-14
🐛 Bug Fixes
- (uphone) Exchange candidates via events to make call setup as fast as possible and avoid edge case when client asks for candidates before they are collected by BE
🚜 Refactor
- (app-settings) Improve typing of application settings context selection
[7.8.2] - 2025-07-09
🚜 Refactor
- (app-settings) Use react-query instead of saga to save application settings
[7.8.1] - 2025-07-09
🐛 Bug Fixes
- (main-app-sync) Add locales
[7.8.0] - 2025-07-09
🚀 Features
- (main-app-sync) Allow user to upgrade secondary application to main by clicking to chess pawn icon in bottom menu
🐛 Bug Fixes
- (dial) Round call duration to 0 if its in (-2, 0) range as a visual fix to little inaccuracy
🚜 Refactor
- (task-queue) Parse widget settings to vanilla js data structures and remove legacy settings management
[7.7.17] - 2025-07-04
🐛 Bug Fixes
- (uphone) Make rtp stats all optional as official typing suggest to avoid possible loss of stat segments
[7.7.16] - 2025-07-03
🐛 Bug Fixes
- (uphone) Allow lastPacketReceivedTimestamp to be nullish when audio is not working
[7.7.15] - 2025-07-03
🐛 Bug Fixes
- (uphone) Log ice candidates to simplify troubleshooting
- (uphone) Remove ice candidate change listener when webrct is destroyed
- (uphone) Log rtp statistics every 15 seconds to simplify troubleshooting
[7.7.14] - 2025-07-02
🐛 Bug Fixes
- (uphone) Add error localization
[7.7.13] - 2025-07-02
🐛 Bug Fixes
- Add dot to softphone pairing button indicating that softphone is last used device
- (uphone) Make sure that WebRtc negotiation steps are in order to avoid silent calls due to ice candidate exchange fail
⚡ Performance
- (rating-history) Memoize conditions transformation to optimize rendering
⚙️ Miscellaneous Tasks
- Add patch that disables proxy in rspack configuration
[7.7.12] - 2025-06-26
🐛 Bug Fixes
- (audio) Fallback to 'default' when ring device is undefined
⚙️ Miscellaneous Tasks
- Log when audio devices are reset to default which happens on logout
[7.7.11] - 2025-06-26
🐛 Bug Fixes
- (uphone) Chose proper audio device in case input and output names are same
[7.7.10] - 2025-06-26
🐛 Bug Fixes
- (uphone) Pass logger to function to avoid log miss
[7.7.9] - 2025-06-26
🐛 Bug Fixes
- (uphone) Log to llog when audio element cannot be used to set sink
[7.7.8] - 2025-06-24
🐛 Bug Fixes
- (uphone) Show grey headphones icon when audio permissions not granted while using uphone
[7.7.7] - 2025-06-24
🐛 Bug Fixes
- (uphone) Do not hide top menu when mic permission is not provided
[7.7.6] - 2025-06-24
🐛 Bug Fixes
- (build) Revert bun.lockb
[7.7.5] - 2025-06-24
🐛 Bug Fixes
- (uPhone) Use line ID instead of phone number to match own calls
[7.7.4] - 2025-06-24
🐛 Bug Fixes
- DeviceConfigurationManager is now called inside of uPhone so that the saved deviceIds are used after app is reloaded for communication.
[7.7.2] - 2025-06-24
🐛 Bug Fixes
- (theming) Change the background of select option on Windows to follow theming
[7.7.1] - 2025-06-24
🐛 Bug Fixes
- (outbound) Serving lead won't show 404 no more
[7.7.0] - 2025-06-17
🚀 Features
- (call-history) Add filter reset button
- (pairing) Display paired identifier in Pair button and automatically hide identifier selection if there is only 1 available identifier
- (pairing) Display paired identifier in Pair button and automatically hide identifier selection if there is only 1 available identifier
🐛 Bug Fixes
- Switch from dynamic selected to defaultValue. Make chevron icon smaller
- (localization) Add missing localization
- (stats) Remove uniqa relative talktime customization
🚜 Refactor
- Remove immutable from tabs rendering but with backwards compatibility
- (agent-status) Refactor code so it's compatible with future versions of react
- Changed to native select for better usability on smaller windows.
[7.6.4] - 2025-06-10
🐛 Bug Fixes
- (director) Disable storing session identifier to sessionStorage as it's shared between tabs if tab is opened via window.open without noopener
- (pairing) Pass null as identifier while opening Operator in new window and when user is using mobile number instead of phone to skip pairing
🚜 Refactor
- Reuse variable that has been type checked to fix typing error
[7.6.3] - 2025-06-04
🐛 Bug Fixes
- (ui) Update tests to match changed components
- (ui) Add missing localizations
[7.6.2] - 2025-06-04
🐛 Bug Fixes
- (ui) Make phone device selection and menu dropdown compact in narrow window
[7.6.1] - 2025-06-04
🐛 Bug Fixes
- (status-buttons) Make aux reason dropdown items smaller when window size is not large enough
⚙️ Miscellaneous Tasks
- Update dev script in justfile
[7.6.0] - 2025-05-30
🚀 Features
- (integration) Add missing methods to SDK and allow adding callbacks via constructor parameter
- (integration) Assign SDK into window
- (integration) Rename iframe-api to sdk
- (integration) Include sdk to build
⚙️ Miscellaneous Tasks
- Remove redundant tsconfig parameter
[7.5.2] - 2025-05-29
🐛 Bug Fixes
- Put space between 'Operator' and 'vx.x.x'
- Update test snapshots
- (outbound) Show even inactive leads in compact campaign widget