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

## redis-ui
e8158d33 chore(deps): bump p3x-redis-ui-material and p3x-redis-ui-server

## redis-ui-material
6cfcf2f1 chore: bump version to v2026.4.416

## redis-ui-server
0c4bcdc chore: bump version to v2026.4.347

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.641
Released on 04/06/2026
* FEATURE: Replaced HTTP basic authentication with a JWT-based login page for enhanced security.
* FEATURE: Added logout button to the toolbar for authenticated users.
* DOCS: Added demo GIF to README.


Rules:
- Use this EXACT format:
### v2026.4.642
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