RSS Git Download  Clone
Raw Blame History 2kB 42 lines
Generate a changelog entry for version v2026.4.637 of P3X Redis UI.
Based on these recent git commits across the project repos, write changelog bullet points.

## redis-ui
9df7ea5b chore(deps): update p3x-redis-ui-material to v2026.4.410

## redis-ui-material
1445ea9b chore: bump version to v2026.4.410

## redis-ui-server
358fa3c chore: bump version to v2026.4.344

IMPORTANT: The following is the PREVIOUS version's changelog entry. Do NOT repeat any of these items. Only include changes that are NEW in this version:

### v2026.4.633
Released on 04/06/2026
* FEATURE: Added moveUp/moveDown translation strings for the VS Code extension.
* BUGFIX: Synchronized theme localStorage format between Angular and React GUIs so the theme persists when switching between the two frontends.
* BUGFIX: Removed the AI Max Tokens setting from the settings UI in both Angular and React, as the value is server-controlled.
* BUGFIX: Fixed React mobile language popup auto-closing when the virtual keyboard opens on phone.


Rules:
- Use this EXACT format:
### v2026.4.637
Released on 04/06/2026
* CATEGORY: Description.

- Valid categories: FEATURE, BUGFIX, PERF, REFACTOR, DOCS, CHORE
- Each bullet starts with "* CATEGORY: " (with the asterisk)
- Only include user-facing or significant changes
- SKIP these types of commits entirely — they must NOT appear in the changelog:
  - Version bumps, submodule updates, typo fixes, changelog updates
  - Anything related to the secure/ folder (publish scripts, tokens, deploy configs)
  - Internal CI/CD, build pipeline, or release automation changes
  - Co-Authored-By lines or merge commits
- Keep descriptions concise (one line each)
- Do NOT repeat anything from the previous changelog entry shown above
- Do NOT use markdown code fences
- Output ONLY the changelog entry starting with ### — absolutely NO extra text, NO commentary, NO explanations, NO sentences outside the bullet format
- The commits come from MULTIPLE repos (redis-ui, redis-ui-material, redis-ui-server) — include significant changes from ALL repos, not just the parent
- If there are many feature commits, list each feature separately