fix: routes open as full-page editor#16
Conversation
Clicking a route replaces the list with the editor, focuses the model ID, and drops the laggy card lift so open feels immediate.
|
|
||
| ## [Unreleased] | ||
|
|
||
| ## [0.5.6] - 2026-07-20 |
There was a problem hiding this comment.
🟡 New changelog version shows as broken/literal link with a stale comparison link
A new release section is added to the changelog (## [0.5.6] at CHANGELOG.md:12) without adding the matching reference-style link at the bottom, and the top comparison link still points at the previous version, so the new version renders as plain text and the comparison link is stale.
Impact: Readers of the changelog see a broken/non-clickable version entry and an out-of-date "unreleased" comparison link.
Keep a Changelog reference-link convention not followed
The file follows the Keep a Changelog format where every ## [x.y.z] heading has a corresponding reference definition at the bottom (see CHANGELOG.md:84-91). The PR adds the ## [0.5.6] - 2026-07-20 heading but does not add a [0.5.6]: https://github.com/gitcommit90/rerouted/releases/tag/v0.5.6 definition, so the shortcut reference link [0.5.6] resolves to nothing and renders literally. Additionally [Unreleased]: .../compare/v0.5.5...HEAD (CHANGELOG.md:84) should be updated to compare against v0.5.6.
Prompt for agents
In CHANGELOG.md, the newly added version heading `## [0.5.6] - 2026-07-20` needs a corresponding reference-style link definition at the bottom of the file to match the Keep a Changelog convention every other version follows. Add a line `[0.5.6]: https://github.com/gitcommit90/rerouted/releases/tag/v0.5.6` alongside the other version links (around CHANGELOG.md:84-91), and update the `[Unreleased]` comparison link from `compare/v0.5.5...HEAD` to `compare/v0.5.6...HEAD`.
Was this helpful? React with 👍 or 👎 to provide feedback.
Summary
Test plan