← Back to Home

Changelog

Last Updated: March 26, 2026

v1.2.2

Changes

  • Added more settings options for a better user experience
  • Improved code security across the application

Warning

  • Version 1.3.0 will migrate the project to SvelteKit while keeping compatible APIs, which is why this release is not a 2.0.0 major version

v1.2.1

Fixes

  • Fixed UI errors and topbar consistency across pages
  • Fixed no settings button when not logged in
  • Fixed questions not being saved properly

Changes

  • Code now renders using highlight.js with tokyo night theme
  • Icons changed to consistent solid svgs

Improvements

  • Optimized more code, and also cleaned it up
  • Improved prompting for tutor responses, prohibiting it from giving answers
  • 404 error directs to "Not Found" page

Technical

  • Changed server security to helmet.js
  • Changed request logging to use the structured server logger

v1.2.0

Changes

  • Project is now Open-Source, repo at github.com/5cisummai/freeappractice
  • Added optional cookies for analytics features that improve this site

Improvements

  • Optimized backend code, removing depricated features
  • Updated node modules to lastest versions

v1.1.1

Fixes

  • Fixed UI errors and topbar consistency across pages
  • Improved SEO optimization across pages

v1.1.0 - Update

New Features

  • User accounts: track progress and stats across devices
  • New AI Tutor: interactive assistant to help with questions and explanations

Fixes

  • Bug fix for question progress tracker
  • Mobile responsiveness fixes
  • Theme consistency and messy UI fixes
  • Fixed question caching consistency

Improvements

  • Greatly improved question generation accuracy
  • Performance improvements with dynamic JS loading and HTML components model

Technical

  • Server logging improved for better diagnostics and observability
  • Every-question storage now backed by AWS S3 (durable, searchable storage)
  • Updated privacy handling for account data and S3 storage guidance
  • Dependency and build improvements to reduce runtime module issues

v1.0.2

Fixes

  • Fixed critical bug that prevented user from getting questions

Improvements

  • Fixed theme consistency across pages
  • Fixed UI consistency across pages.
  • Focus Mode UI improvements

v1.0.1

Improvements

  • Fixed mobile responsiveness.