Menu

#456 docs(whats-new): replace seed content with real release notes + roadmap

closed
nobody
None
2026-07-18
2026-07-17
Anonymous
No

Originally created by: Akarsh-Hegde

Summary

Follow-up to [#450], which merged before this content fix landed on the branch (the commit was pushed a few minutes after the merge, so it never made it into pre-main). This carries just that one commit, cherry-picked cleanly on top of current pre-main.

The whats-new.json seed content shipped in [#450] was placeholder-accurate but not verified against real release history. This replaces it after cross-checking every entry against gh release view and merged/open PRs:

  • Added the missing v1.71.0 entry (the actual latest release) with highlights and fixes drawn from its real changelog.
  • Added v1.69.1 as its own entry and moved its "external links not opening" fix off v1.69.0, which never actually shipped it.
  • Roadmap, sourced from real PRs instead of guessing:
  • "Choose your own AI provider" and "See and install updates from the dashboard" — from merged/open PRs [#444]/#454 and [#448].
  • "Idle & sleep detection" corrected from in-progress to planned (no active PR found).
  • "Lighter on-device AI footprint" reworded to considering, since idle-based model eviction already shipped in [#292] and the old copy implied it hadn't happened yet.

Test plan

  • cargo fmt --check, cargo clippy -- -D warnings, cargo test (includes whats_new_json_parses) all pass.
  • npm run build in ui/ passes.
  • JSON validated, no em-dash/en-dash/double-hyphen violations.
  • Manually reviewed in a local tauri dev run before pushing.

🤖 Generated with Claude Code

Related

Tickets: #292
Tickets: #444
Tickets: #448
Tickets: #450

Discussion

  • Anonymous

    Anonymous - 2026-07-17

    Originally posted by: coderabbitai[bot]

    [!IMPORTANT]

    Review skipped

    Auto reviews are disabled on base/target branches other than the default branch.

    Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.


    ⚙️ Run configuration

    Configuration used: Organization UI

    Review profile: ASSERTIVE

    Plan: Pro Plus

    Run ID: 00fce46b-9296-4b06-b297-ebdda5db1e9b

    You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

    Use the checkbox below for a quick retry:
    - [ ] 🔍 Trigger review

    ✨ Finishing Touches
    🧪 Generate unit tests (beta) - [ ] Create PR with unit tests - [ ] Commit unit tests in branch `fix/whats-new-content-followup`

    Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

    ❤️ Share - [X](https://twitter.com/intent/tweet?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A&url=https%3A//coderabbit.ai) - [Mastodon](https://mastodon.social/share?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A%20https%3A%2F%2Fcoderabbit.ai) - [Reddit](https://www.reddit.com/submit?title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&text=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code.%20Check%20it%20out%3A%20https%3A//coderabbit.ai) - [LinkedIn](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fcoderabbit.ai&mini=true&title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&summary=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code)

    Comment @coderabbitai help to get the list of available commands.

     
  • Anonymous

    Anonymous - 2026-07-18

    Ticket changed by: Akarsh-Hegde

    • status: open --> closed
     

Log in to post a comment.