Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: LiveHelperChat/livehelperchat
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.79v
Choose a base ref
...
head repository: LiveHelperChat/livehelperchat
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.80v
Choose a head ref
  • 2 commits
  • 11 files changed
  • 1 contributor

Commits on Feb 19, 2026

  1. Configuration menu
    Copy the full SHA
    ae542e0 View commit details
    Browse the repository at this point in the history
  2. feat: 🌍 Enhance message content protection with multilingual support

    - Added language-specific warning message support for ghosting/masking rules in the message content protection feature. 🛡️
    - Redesigned the UI for the message protection warning editor, incorporating multilingual tabs and per-language message fields for better user experience. 🎨
    - Implemented runtime masking that allows warning text to be translated based on chat locale, with full locale and short locale fallback. 🌐
    - Updated the data/model layer to include `languages` persistence support in the `lh_abstract_msg_protection` model/POS mapping. 📊
    - Simplified the rendering of multilingual tab content in the Svelte component used by admin forms, improving code maintainability. 🧹
    - Updated database structure to include a new `languages` field in the `lh_abstract_msg_protection` table. 🗄️
    - Incremented version numbers to reflect the changes: DB_VERSION to 347 and LHC_RELEASE to 480. 🔢
    
    This release extends the message protection rules with localized warning messages, ensuring a more tailored experience for users across different languages. 🚀
    remdex committed Feb 19, 2026
    Configuration menu
    Copy the full SHA
    cc2a31f View commit details
    Browse the repository at this point in the history
Loading