Updates & Changelog

    Track platform improvements and new features

    Current Version: 0.4.5.1
    Released: 15 December 2025
    v0.4.5.1
    PATCH

    Security Headers Implementation

    15 December 2025

    Comprehensive security headers implementation to address security audit findings. All security headers now properly configured via HTTP headers and meta tags.

    What's Changed:

    • Improved
      Implemented Content Security Policy (CSP) via meta tags and server configuration files
    • Improved
      Updated Referrer Policy to strict-origin-when-cross-origin for enhanced privacy
    • Improved
      Added X-Frame-Options header to prevent clickjacking attacks
    • Improved
      Implemented Subresource Integrity (SRI) for external analytics script
    • Improved
      Configured Strict Transport Security (HSTS) in server config files and Cloudflare
    • Improved
      Created server configuration files for Netlify (_headers), Vercel (vercel.json), and Apache (.htaccess)

    Notes:

    • All security headers now properly configured - CSP, Referrer Policy, HSTS, X-Frame-Options, and SRI
    v0.4.5
    MINOR

    Performance Optimization & SEO Enhancements

    6 December 2025

    Major performance improvements through comprehensive memoization, faster page loads, enhanced SEO with dynamic metadata and sitemap generation, and improved settings customization.

    What's Changed:

    • Improved
      Implemented comprehensive memoization across components to reduce unnecessary re-renders and improve performance
    • Improved
      Optimized page sizes and backend changes for significantly faster loading times
    • New
      Added dynamic SEO generation for browse page with subject, level, and standard-specific metadata
    • New
      Introduced automatic sitemap generation for better search engine indexing
    • Improved
      Enhanced settings page with improved customization options
    • Fixed
      Fixed infinite loop issues in browse page and file card components
    • Improved
      Updated all API endpoints and all frontend code for security and performance, particularly addressing CVE-2025-66478
    • Improved
      Improved accessibility and LCP/CLS metrics across all pages
    v0.4.4.3
    PATCH

    Remove .doc and .docx file types from favorites page

    14 November 2025

    Removed .doc and .docx file types from favorites page to reduce clutter.

    What's Changed:

    • Improved
      Removed .doc and .docx file types from favorites
    v0.4.4.2
    PATCH

    Static Export Navigation Fix

    10 November 2025

    Fixed Next.js static export issue where RSC payload files (.txt) were incorrectly requested instead of HTML files during navigation.

    What's Changed:

    • Fixed
      Fixed router navigation to always load HTML files instead of RSC payload files
    v0.4.4.1
    PATCH

    Performance and Reliability Hotfix

    7 November 2025

    Faster page loads and more reliable experience across all devices.

    What's Changed:

    • Improved
      More reliable API connections with improved error handling
    • Improved
      Smoother page transitions and reduced loading delays
    • Fixed
      Fixed duplicate API requests when navigating between pages
    v0.4.4
    MINOR

    Performance and Usability Improvements

    6 November 2025

    Faster loading times and better navigation experience.

    What's Changed:

    • Improved
      Faster page loads with optimized code and better resource loading
    • Improved
      Improved favorites page with collapsible subject sections
    • Improved
      Better keyboard navigation in dropdown menus
    • Improved
      Enhanced file card layout and accessibility
    v0.4.3
    MINOR

    Stability and Performance Improvements

    23 September 2025

    Focus on improving load times and fixing minor bugs.

    What's Changed:

    • Improved
      Reduced code size and implemented pre-fetching for faster performance
    • Fixed
      Fixed filters not working on mobile devices on the browse page
    v0.4.2.1
    PATCH

    Critical File Card Fix

    17 September 2025

    Resolved issues where file cards could not be opened.

    What's Changed:

    • Fixed
      Fixed critical issue preventing file cards from opening on all devices
    • Improved
      Added type-checking on standard searches
    v0.4.2
    MINOR

    Faster, Cleaner, and More Reliable

    15 September 2025

    This update makes the platform leaner and more efficient by removing unused parts, simplifying the code, and improving structure. The result is faster performance, smaller load times, and a more reliable experience across all devices.

    What's Changed:

    • Improved
      Streamlined the platform by removing over 29 unused interface components
    • Improved
      Reduced background code and dependencies to make the site faster and lighter
    • Improved
      Improved clarity and consistency across pages and policies
    • Fixed
      Corrected small inconsistencies with links, contact information, and resource URLs
    • New
      Introduced a new analytics endpoint at https://analytics.vargr.cc to help improve performance and optimize the user experience
    • Improved
      Enhanced speed, reduced bundle size, and improved overall stability
    v0.4.1.1
    PATCH

    Critical Browse Page Fix

    31 August 2025

    Quick fix for a critical issue in the 0.4.1 release.

    What's Changed:

    • Fixed
      Fixed critical issue preventing mobile and tablet users from selecting subjects on the browse page

    Notes:

    • This patch was a critical release - users were unable to use the /browse page on tablets and mobile devices
    v0.4.1
    MINOR

    Performance & Code Quality

    30 August 2025

    Behind-the-scenes improvements for better performance and accessibility.

    What's Changed:

    • Improved
      Enhanced search performance and regex optimization
    • Improved
      Improved file deduplication for faster loading
    • Improved
      Improved accessibility compliance for mobile users
    • Improved
      Code quality enhancements for better reliability
    v0.4.0
    MAJOR

    Unified Selection System & Mobile Experience

    30 August 2025

    Major improvement to how you search and select subjects, levels, and years with a completely redesigned interface that provides a seamless experience across all devices.

    What's Changed:

    • Improved
      Unified search experience across all selection dropdowns
    • Improved
      Redesigned mobile interface with smooth animations and better touch controls
    • Improved
      Consistent selection experience across home, browse, and simple pages
    • Improved
      Enhanced search highlighting and intelligent result ranking
    • Fixed
      Fixed duplicate files appearing when searching by standard number
    • New
      Added donation button to support the platform
    • Fixed
      Fixed 404 page header styling
    v0.3.2
    PATCH

    Minor Bug Fixes

    27 August 2025

    Fixed various minor issues with layout and logic.

    What's Changed:

    • Fixed
      Corrected layout issues on simple and browse pages
    • Fixed
      Fixed logic issues in filtering section

    Notes:

    • More bug fixes and changes expected in the next version
    v0.3.1
    PATCH

    Browse Page Search Enhancement

    11 August 2025

    Improved browse page to maintain URL-based standard number search functionality while simplifying the user interface to focus on subject-only search for better user experience.

    What's Changed:

    • Improved
      Maintained URL parameter support for standard number searches (e.g., ?search=91174)
    • Improved
      Simplified UI to subject-only search using SearchableSelect component
    • Improved
      Added clear indicator when searching by standard number via URL
    • Improved
      Enhanced mobile responsiveness on favorites page
    v0.3.0
    MINOR

    Enhanced Search & Comprehensive Favorites System

    11 August 2025

    Major feature update introducing dual search capabilities, complete favorites management system, and improved UI styling. Users can now search by subject or standard number, favorite both individual files and entire standards, and enjoy enhanced checkbox styling.

    What's Changed:

    • New
      Enhanced search with autocomplete and NZQA validation
    • New
      Favorites for standards and files with management page
    • Improved
      UI improvements: green checkboxes, persistent metadata, better navigation
    v0.2.4
    MINOR

    File Type Filters Update

    9 August 2025

    Updated file badges to include Māori Formulae and Formulae, and fixed display issues.

    What's Changed:

    • Improved
      Added Māori Formulae and Formulae to file badges and names
    v0.2.3
    MINOR

    Browse Page Filtering Improvements

    28 July 2025

    Enhanced filtering system with better guidance and removed non-functional features.

    What's Changed:

    • Improved
      Added filter count badges and enabled suggestions
    • Fixed
      Removed broken 'Hide expired/invalid standards' toggle
    v0.2.2.1
    PATCH

    File Information Display Fix

    27 July 2025

    Restored missing file information that was accidentally removed in previous updates, including exam statistics and file metadata.

    What's Changed:

    • Fixed
      Restored missing file sizes display for all documents
    • Fixed
      Fixed missing exam paper statistics
    • Fixed
      Restored detailed attainment data popover for exam files
    • Fixed
      Fixed missing individual attainment bars for exam papers
    • Fixed
      Restored comprehensive file metadata (year, size, expired status)
    • Fixed
      Fixed exemplar grade color coding and display
    v0.2.2
    MINOR

    Lightning Fast File Loading

    26 July 2025

    Massive performance boost with new CDN infrastructure - files now load 5x to 15x faster than before, depending on the original load time.

    What's Changed:

    • Improved
      Migrated to high-performance CDN - reduced file loading from 1-3 seconds to ~200ms average
    v0.2.1
    MINOR

    Performance and Reliability Improvements

    26 July 2025

    Enhanced site performance and fixed critical issues affecting page loading and stability.

    What's Changed:

    • Fixed
      Fixed build system errors preventing site updates
    • Fixed
      Resolved file display issues in browse sections
    • Improved
      Reduced redundant data loading for faster page loads
    • Improved
      Updated platform compatibility for better stability
    v0.2.0
    MAJOR

    Performance and Stability Enhancements

    26 July 2025

    Version 0.2.0 focuses on improving performance and stability across the platform. Less focus on new features and UI, more on making existing functionality faster and more reliable.

    What's Changed:

    • Improved
      Optimized loading times for faster access
    • Improved
      Enhanced error handling and recovery
    v0.1.5
    MINOR

    Offline Screen Enhancements

    24 July 2025

    Implemented a robust offline screen with fault detection and live uptime indicators.

    What's Changed:

    • New
      Added live uptime indicator linked to uptime service
    • New
      Offline screen now distinguishes between user and server issues
    • New
      Links to uptime page for live updates when server issues occur
    v0.1.4
    MINOR

    UI/UX Improvements

    17 July 2025

    Enhanced user interface and experience with a focus on desktop design and consistency.

    What's Changed:

    • Improved
      Redesigned navigation for a cleaner look
    • Improved
      Improved layout and filters on the browse page
    • Improved
      Updated file type color coding for better clarity
    • Improved
      Refined file card design for better readability
    • Fixed
      Fixed text clipping issues on the home page
    • Fixed
      Resolved header alignment issues
    • Improved
      Applied consistent design to all static pages
    • Improved
      Enhanced responsiveness for mobile devices
    v0.1.3
    PATCH

    Bug Fixes

    4 July 2025

    Addressed various bugs and improved performance.

    What's Changed:

    • Fixed
      Improved handling of outdated links
    • Fixed
      Fixed issues with exam completion indicators
    • Improved
      General performance and stability improvements
    v0.1.2
    PATCH

    Minor Updates

    1 July 2025

    Fixed bugs and made small improvements.

    What's Changed:

    • Fixed
      Resolved layout issues on mobile devices
    • Improved
      Enhanced error page for outdated links
    v0.1.1
    MINOR

    Feature Enhancements

    26 June 2025

    Improved functionality and user experience.

    What's Changed:

    • Improved
      Enhanced front-end design
    • Improved
      Improved data visualization
    • Improved
      Better filtering and search options
    • Improved
      Improved mobile compatibility
    • Improved
      Updated simplified view for better usability
    v0.1.0
    MAJOR

    Initial Release

    20 June 2025

    Launched the new platform with modern features.

    What's Changed:

    • New
      Introduced the new platform
    • New
      Built front-end with modern tools
    • New
      Improved back-end architecture

    Note: This platform is in active development. We regularly release updates to improve performance, add features, and fix issues. Check back here to stay informed about the latest changes.

    nzqa.toasting.mev0.4.5.1
    Support