Skip to content

Update CHANGELOG.json for v0.11.141 [skip ci]#5818

Merged
beastoin merged 1 commit intomainfrom
changelog/v0.11.141
Mar 19, 2026
Merged

Update CHANGELOG.json for v0.11.141 [skip ci]#5818
beastoin merged 1 commit intomainfrom
changelog/v0.11.141

Conversation

@beastoin
Copy link
Copy Markdown
Collaborator

Auto-generated: consolidates unreleased entries into v0.11.141 and clears the unreleased array.

@beastoin beastoin merged commit f9a9fc0 into main Mar 19, 2026
1 check passed
@beastoin beastoin deleted the changelog/v0.11.141 branch March 19, 2026 05:37
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented Mar 19, 2026

Greptile Summary

This auto-generated PR consolidates the 4 unreleased changelog entries into a new versioned release block for v0.11.141 (dated 2026-03-19) and clears the unreleased array in desktop/CHANGELOG.json.

  • Moves all 4 unreleased entries (auth error backoff, Tasks page fix, secure API key serving, tasks disappearing fix) into a properly structured v0.11.141 release object
  • Clears the unreleased array to []
  • The new entry is correctly inserted at the top of the releases array, maintaining descending version order
  • Note: v0.11.140 is absent from the changelog (gap between v0.11.139 and v0.11.141); this appears to be consistent with pre-existing gaps in the file (e.g., v0.11.137 is also missing) and likely reflects skipped or internal builds — no action needed

Confidence Score: 5/5

  • This PR is safe to merge — it is a purely mechanical changelog bookkeeping change with no code impact.
  • Single file changed, auto-generated, correct JSON structure, consistent format with existing entries, and no logic or runtime code is touched.
  • No files require special attention.

Important Files Changed

Filename Overview
desktop/CHANGELOG.json Moves 4 unreleased entries into a new versioned release block for v0.11.141 (dated 2026-03-19) and clears the unreleased array. Structure, format, and ordering are all consistent with existing entries.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["CHANGELOG.json before PR"] --> B["unreleased: 4 entries"]
    A --> C["releases: [...existing versions...]"]

    B -->|"Auto-generated script consolidates"| D["unreleased: [] (cleared)"]
    C -->|"New entry inserted at top"| E["releases[0]: v0.11.141\ndate: 2026-03-19\n4 change entries"]
    E --> F["releases[1]: v0.11.139\n..."]
    F --> G["...older releases..."]

    D --> H["CHANGELOG.json after PR"]
    E --> H
Loading

Last reviewed commit: "chore: consolidate c..."

Glucksberg pushed a commit to Glucksberg/omi-local that referenced this pull request Apr 28, 2026
Auto-generated: consolidates unreleased entries into v0.11.141 and
clears the unreleased array.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant