Enhance Text Copy in Chat
What's Changed
This release addresses several minor bug fixes and updates across the Local Operator UI. Key changes include correcting GitHub repository links in documentation, bumping the package version, and enhancing text selection controls to include copy functionality with and without formatting.
- What does this change address? This PR addresses minor bugs related to incorrect GitHub links, updates the application version, and improves user experience by adding text copy features.
- What are the key improvements or modifications?
- GitHub Link Correction: Updated repository links in
README.mdandSECURITY.mdto reflect the correctdamianvtran/local-operator-uipath. - Version Bump: Incremented
package.jsonversion from0.11.1to0.11.2. - Enhanced Text Copy: Added new copy buttons to the text selection controls, allowing users to copy selected text with or without its original HTML formatting.
- GitHub Link Correction: Updated repository links in
Impact
- Does this change introduce any breaking changes? No breaking changes; all changes are additive or corrective.
- Are there any dependency updates? No new external dependencies.
- Are there any performance or security implications? No significant performance or security implications. The text copy feature handles clipboard operations securely.
PR
- fix: Update GitHub Links, Version Bump, and Enhance Text Copy by @damianvtran in #68
Full Changelog: v0.11.1...v0.11.2