Skip to content

2.0.2 - #265

Merged
volarname merged 2 commits into
mainfrom
develop
Aug 17, 2026
Merged

2.0.2#265
volarname merged 2 commits into
mainfrom
develop

Conversation

@volarname

Copy link
Copy Markdown
Contributor

Patch release: the 2.0.1 redirects covered only the three paths other apps link to, so bookmarks to
list and detail pages still hit the not-found page. The whole pre-2.0.0 rename is now mapped.

Release notes: doc/changelog/2.0.2.md

Contains #264.

volar and others added 2 commits August 17, 2026 13:34
…#85491)

2.0.1 only redirected the three paths other apps build links from. Bookmarks
are the larger consumer and they are not trackable, so /asset, /author/12 and
every other pre-2.0.0 path still landed on the not-found page — reported from
devel on /asset.

The shim is now a table of the 20 renamed roots, forwarding whatever follows.
The rename went one level deeper for podcast and video-show episodes
(episode -> episodes), so path segments are rewritten too. Paths 2.0.0 left
alone (/login, /logout, /settings, /close-page, /unauthorized) are not touched.

Verified by deriving the pre-2.0.0 path of every route in the generated
typed-router.d.ts and navigating a memory-history router: 59 legacy paths, all
landing on the matching current route with params, query and hash preserved,
none falling through to the catch-all.
…ects-all

fix: redirect every pre-2.0.0 route path, not just the linked three (#85491)
@volarname
volarname merged commit adf6d23 into main Aug 17, 2026
2 checks passed
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