Back

Changelog

This changelog details all changes made to the Standard Route tool, and follows the Keep a Changelog methodology.

Each entry is prepended by the scope of the change:

  • admin - Changes to the admin management interfaces
  • public - public-facing browse/search pages
  • api - backend API endpoints and data processing
  • app - cross-cutting concerns (layout, theming, infrastructure, meta)
  • vatsys - future work for vatSys integration

[v0.9.1] - 08-02-2026

Changed

  • api: Migrate all existing remarks from "Props" to "Non-Jets"
  • admin: Change all references to a "Prop" route with a "Non-Jets" route

Fixed

  • api: Export endpoints (JSON/XML) now exclude same-cycle superseded routes, preventing old and new versions from both appearing in exports

[0.9.0] - 07-02-2026

Added

  • admin: Structured remarks editor with specialized inputs for each remark type
  • admin: Bulk waypoint entry with paste-and-split support
  • admin: Auto-generated route identifiers with click-to-edit override
  • admin: Previous cycle diff view when editing forked routes
  • app: Changelog page and version display in footer and admin header

Changed

  • admin: UX overhaul across route detail, remarks, history, and list pages

Fixed

  • admin: Dark mode theming for remark tags
  • admin: Configuration box contrast in dark mode
  • admin: Missing radix-ui dependencies for remarks editor

[0.8.0] - 11-12-2025

Added

  • app: Session timeout with inactivity detection
  • api: Enhanced logging and route lineage tracking for exports
  • app: Descriptive page titles for SEO and accessibility
  • admin: Navigation with hydration fix for theme toggle
  • app: Apple icon, favicon, Bearer security scanning, and VATSIM OAuth

Changed

  • app: Updated branch strategy and font definitions

Fixed

  • api: Prisma singleton pattern, security fixes, and removed stale logger imports
  • app: UI component fixes (button contrast, dialog/alert usage, alert syntax)
  • admin: UI polish (route history formatting, sorting pill icon)

Security

  • app: Patched Next.js for RCE advisory (15.5.7 → 15.5.9)

Removed

  • app: Removed Sentry and Vercel analytics