Changelog
A human-readable history of fixes, improvements, and additions.
Fixed• Security
Updated Next.js to the latest version with security improvements.
Added• Security
Added security headers to enhance protection against common web attacks.
Added• Upload
Added file size limit (5MB) for CSV uploads to prevent browser crashes.
Fixed• Data Management
Fixed an issue where previous flashcard data could occasionally persist when re-uploading a CSV file.
Changed• Code Quality
Improved internal state management for better reliability.
v0.5.0
Important
Fixed• Flashcards
Fixed an issue where the “Sort By: ordered” option did not display as expected when returning to the settings screen after starting a flash session.
Changed• Settings
Renamed the “Order” section title to “Sort By” for clarity.
v0.3.0
Important
Changed• Answers
Increased maximum Answer length from 1,000 to 2,000 characters.
Changed• Question & Category
Line breaks are now converted to a single half-width space during input sanitization (no hard line breaks saved).
v0.2.0
Important
Fixed• Flashcards
Resolved an issue where Auto-Advance (AutoNext) could fail to move to the next card in certain edge cases (e.g., rapid key input or focus changes).
Added• Flashcards
Added a dedicated “Next” button to the right of the “Remember” button to reduce pointer travel and support quicker flows.