Skip to content

Releases: IXtimes/quizzy

Release v.1.0.2.1

09 Sep 15:15
976518a
Compare
Choose a tag to compare

Minor bug fixes with offline mode condition checking flagging in cases where the user was in online mode (using an AI API key)

Release v.1.0.2

25 Aug 00:27
Compare
Choose a tag to compare

Fixed bugs relating to being able to initiate quiz building with sets that had fewer than 3 questions. This would deadlock the program which is very bad.

Otherwise, I also fixed any bugs that could lead to creating quizzes of less than 3 questions, even if the slider denoting the selection may render to say 0 questions.

For right now, this is the version of Quizzy that I am sticking with for a few months. The next features that I may add will relate to adding matching and free-response question functionality. But for now, I think the app has enough standalone features to be useful for studying subjects.

Signed Windows Release v1.0.1

14 May 03:46
f660eae
Compare
Choose a tag to compare

Changes to this version:

  • Executable is now code signed
  • Added .spec and version.text file to the source for building
  • Updated to use the new 'gpt-4o' model for the GPT 4.0 option in settings as it is more cost efficient and overall better.

Please note any issues that I may have missed in the issues tab, as I had to rewrite some resource imports because my old .spec file that I used with PyInstaller got overridden and I had to reconfigure it.

Initial Windows Release v.1.0.0

11 May 21:12
4ec4c60
Compare
Choose a tag to compare

Inital release of the Quizzy client. This is my first proper application client so its likely to be laggy and unoptimized in some aspects, but overall this build works fairly well with deck sizes of around 150-200 questions at most. Possibly more.

Please note that any AI functionality built into the application is not mandatory, but does require an OpenAI API key in order to prompt for new questions or missing fields. You can acquire one here for yourself: https://platform.openai.com/api-keys

(also its not code signed or anything yet so it might flag antivirus, if you don't trust the software feel free to look through the source yourself or make your own build)