Skip to content

Releases: benhus8/LovelyBSI

v1.1-beta

10 Jan 19:14
Compare
Choose a tag to compare
  • added questions shuffle
  • verified questions base

v1.1-alpha

06 Jan 14:15
Compare
Choose a tag to compare
  • Fix scroll position when switching between pages or modes
  • Add saving the current page for each mode to maintain context during switching

v1.0-alpha

06 Jan 13:31
Compare
Choose a tag to compare

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 ➡️).