Skip to content

v1.0-alpha

Compare
Choose a tag to compare
@benhus8 benhus8 released this 06 Jan 13:31
· 12 commits to main since this release

Release Notes for LovelyBSI


Version: 1.0-alpha

Features

  1. Question Pagination

    • Introduced a pagination system for questions, allowing users to navigate through them in chunks of 10.
    • Displayed the range of questions (e.g., "Questions 1–10") instead of the page number for better clarity.
  2. Test and Learning Modes

    • Added the ability to switch between two modes:
      • Learning Mode: Correct answers are highlighted immediately.
      • Test Mode: Answers are not displayed until the "Check" button is pressed, which highlights correct and incorrect answers.
  3. Starred Questions

    • Users can mark questions as "starred" by clicking a star icon.
    • A separate view for starred questions has been added for focused revision.
  4. Persistent Data Storage

    • Implemented persistent storage for starred questions using a local JSON file.
    • Starred questions are saved and retained across app restarts.
  5. Navigation Buttons

    • Styled navigation buttons (⬅️ and ➡️).