Back to History
Patch Release

v2.0.1

Released February 25, 2026

Summary

Version 2.0.1 is a patch release focused on fixing critical routing issues in the Recruiter dashboard that were causing 404 errors during job creation and profile navigation.

Bug Fixes

  • Recruiter Job Creation: Fixed a bug where creating a job would redirect the recruiter to a 404 page due to a missing dashboard ID in the URL.
  • Recruiter Form Links: Fixed the "Cancel" and "Use AI Job Description Generator" links inside the job creation form to include the correct parameterized dashboard route.
  • Recruiter Profile Page: Fixed the "Edit Profile" link on the profile preview page pointing to a hardcoded "dashboard" path rather than the dynamically hydrated parameter.

Files Changed

~ app/app/org/recruiter/[dashboard]/jobs/create/page.tsx
~ app/app/org/recruiter/[dashboard]/profile/page.tsx
+ app/dev/version/v2.0.1/page.tsx
~ app/dev/version/page.tsx