Product Changelog

Release Notes

See what's new in NavEd. Product updates, new features, and improvements for micro school, co-op, and small school management.

492 releases logged Shipped continuously
June 2026
Jun 03
3 updates
Fix v2026.6.3.5

Fix: public club links now include your school's subdomain.

The "Copy public link" button (and the cancel/manage link in guest payment-confirmation emails) was building URLs without the school's subdomain — e.g. test.nav.education/... instead of compass.nav.education/... — so families would have hit the wrong site. Public links now always carry the correct tenant subdomain.


New v2026.6.3.4

Copy a public club's sign-up link right from your Clubs list.

Clubs you've opened to the public now show a "Public" badge and a Copy public link button on your Clubs list, so you can grab the shareable registration link and send it to families in one click — no more hunting for the URL. The link always uses your school's primary web address so families get a clean, correct link no matter how you're logged in.


New v2026.6.3.1

Public club sign-up pages are here — let families register and pay without a NavEd account.

Your school can now share a public sign-up link for a club, and families who don't have a NavEd login can register their child and pay online in one flow. Each public page is tenant-branded, shows live "spots remaining," collects the liability waiver and no-refund acknowledgment, and emails the family a confirmation with a link to manage or cancel. Guests appear right alongside students in your club roster (badged "Guest"), share the same capacity limit, and can be refunded with one click. This is the v2.4 Public Pages Framework — the full capability is summarized here; see the dated entries below for each piece.


Jun 02
3 updates
Fix v2026.6.2.3

Your public club registration pages stay live through every update.

Schools using public club sign-up pages no longer need a manual step after a product update to keep those pages working. The guarantee that your public club registration pages are switched on is now applied automatically on every deploy, so a guest visiting your sign-up link will never hit an unexpected "page not found." Previously, a deploy could leave the public pages switched off until someone manually re-enabled them.


New v2026.6.2.2

Guests now get a confirmation email after paying — with a link to manage or cancel.

When someone completes payment for a club registration on your public sign-up page, they now receive a receipt-style confirmation email letting them know their child's spot is confirmed. The email includes a "Manage or Cancel Registration" button that opens a signed, expiring page where they can cancel if their plans change. Previously a paid guest received no email at all and had no way to reach the self-cancel page, even though it already existed.


New v2026.6.2.1

Guests can now cancel a club registration before paying, right from their confirmation email.

When someone registers a child for a club through your public sign-up page, the "complete your payment" email they receive now includes a secondary "Manage or cancel this registration" link alongside the Complete Payment button. Previously the self-cancel page existed but the link to reach it was never delivered, so a guest who changed their mind before paying had no way to back out. The new link is a low-emphasis option below the primary payment call-to-action and uses a signed, expiring URL.


May 2026
May 28
2 updates
New v2026.5.28.2

Free transcript builder now shows a percentage-to-letter grade scale.

Families who track grades as percentages can now see exactly which letter grade each percentage maps to, right inside the transcript builder. A new collapsible "What letter grade is my percentage?" reference shows the full standard scale (A+ = 96.5–100, down to F = 0–59.49) with the GPA points each grade earns, plus a worked example. A helper link beneath the Final Grade dropdown in the Add Course modal opens the chart so you can look up a conversion without losing your place. This is an informational reference only — grades are still entered as letters, and GPA math and PDF output are unchanged.


Fix v2026.5.28.1

Fixed: shared club capacity now counts outside guests so clubs can't be over-subscribed.

When a club fills up with outside guest sign-ups, students and parents registering through the school portal are now correctly placed on the waitlist instead of pushing the club over its participant limit. Previously the portal registration path only counted other portal registrations and was blind to guest sign-ups, so a shared club could exceed its set capacity. A club's participant limit is now a hard ceiling across both the school portal and public guest registration.


May 21
2 updates
New v2026.5.21.2

Cumulative GPA now appears prominently at the top of the free transcript PDF.

If you used the free transcript builder, your student's GPA was being calculated correctly, but it only showed up in a small line near the bottom of the page — easy to miss, and not where college admissions officers expect to find it. A parent flagged this after assuming the GPA hadn't been calculated at all.

Now "Cumulative GPA: 3.80 (Unweighted)" and "Total Credits: 5.00" appear directly below the student name and graduation date, right where a transcript should show them. The math is unchanged; this is purely a visual placement fix. If the GPA can't be calculated (for example, every course is marked Pass), the field shows an em-dash rather than a missing value.

If you already generated a PDF before this change, just regenerate it from your transcript link to pick up the new layout.


Fix v2026.5.21.1

Class reports no longer crash when a subject has no grades entered.

If you tried to generate a class report PDF for a subject that didn't have any graded assignments—like an attendance-tracking subject or a class where you haven't entered grades yet—the download would fail with an error. You'd click the button and get nothing.

That's fixed. Those reports now generate cleanly and show "N/A" in the Final Grade column for any student who doesn't yet have grades in that subject. The rest of the PDF—the student roster, assignment list, and category breakdown—still prints exactly as expected.

Fixes and Improvements

  • Fixed class report PDF crash for subjects with no assignments or all-excused grades

May 12
2 updates
Fix v2026.5.12.2

Adding a student with a photo from your phone now works reliably.

If you tried to add a student and uploaded a profile picture taken on your phone's camera, you may have hit a silent error and seen the form fail with no explanation. This was especially frustrating because there was nothing obviously wrong — you were just trying to add a student.

The problem was that phone camera photos are typically 3–10 MB, and we had a logging tool inside NavEd that was trying to read the entire file upload into memory before your request even reached the student form. When the photo was larger than 2.5 MB, it would crash before the form could process it. We've fixed this so that file uploads are handled correctly, and added a clear error message if a photo is genuinely too large (over 5 MB).

Fixes and Improvements

  • Fixed: adding a student with a large profile picture from a mobile device now works correctly
  • Improved: if a profile picture is over 5 MB, you'll now see a clear error message explaining the size limit instead of a confusing blank failure

Improvement v2026.5.12.1

New schools now get step-by-step guidance right on the dashboard.

When you sign up and log in as a school administrator, NavEd now shows a "Get Started" checklist with four steps — Add a Subject, Add Students, Enroll Students, Enter Grades — that auto-hides once your school is fully set up.

We also added empty-state prompts at the exact spots where new schools get stuck:

  • The enrollment page now shows a clear "Add your first student" button when your school has no students yet, instead of a confusing pre-selection banner.
  • After adding a student, a success banner offers to enroll them in a subject right away (only shown when subjects exist).
  • Opening the gradebook for a class with no enrolled students now shows an "Enroll Students Now" button instead of a blank table.

None of these prompts block you — they're guides, not gates.

Fixes and Improvements

  • Dashboard: 4-step onboarding checklist for new administrators (auto-hides when complete)
  • Enrollment page: empty-state prompt when school has zero students
  • Add Student page: post-save callout linking to enrollment when subjects exist
  • Gradebook: "Enroll Students Now" prompt when subject has no enrolled students

May 10
Improvement v2026.5.10.1

Uploading a school logo or banner in WebP format now works.

If you recently tried to upload a school logo or banner image and kept seeing an error—even after trying several times—this fix is for you. Modern browsers like Chrome on Windows increasingly save images in a format called WebP (you've probably seen .webp files in your downloads folder). NavEd was accepting the file but then quietly rejecting it right before saving, which caused a confusing error with no clear guidance on what was wrong.

We've updated the branding settings page to fully support WebP images alongside the existing JPEG, PNG, and GIF support. If you were affected, please try uploading your logo or banner again—it should work now.

Fixes and Improvements

  • School branding page now accepts WebP image uploads for logos and banners
  • Invalid image formats now show a clear field-level error message instead of a generic failure toast

Page 11 of 24

9 10 11 12 13

Want to stay updated?

Sign up for NavEd to get notified about new features and improvements

Get Started Free