Releases: gamingwithevets/quizprog
Releases · gamingwithevets/quizprog
v1.1.8
This release was put on hold for a little while after I decided to come back to Sneky. Now that I remembered about it, I might as well release it.
UPDATE 11/26/2023: Rebuilt for Windows Vista
Changelog
QuizProg Editor v1.4.3:
- Fixed newlines
- Optimized code
QuizProg Loader v1.1.8:
- Added newline
v1.1.7_01
QuizProg Loader v1.1.7_01:
- Fixed missing newline when printing global wrong message
v1.1.7
QuizProg Editor v1.4.2:
- Fixed crash when editing question wrong message
QuizProg Loader v1.1.7:
- Fixed window title not displaying correctly
- Changed quiz menu layout slightly
v1.1.6
- QuizProg Editor v1.1.6
- Added
-n, --no-tk
option - Added console Open and Save prompts for No Tkinter option
- Added
keyboard
module test
v1.1.5
- QuizProg Editor v1.4.0:
-
- Added option to duplicate global wrong messages, questions and question wrong messages
-
- Spacing between unavailable options in global wrong message, question and question wrong message menu
-
- Readded file path next to "QUIZPROG EDITOR"
-
- Added "QUIZPROG EDITOR" + file path to menus and confirmation prompts that did not have one
-
- Fixed bug with removing questions and question wrong messages
- Fixed random "tk" window appearing whenever an Open or Save dialog pops up
v1.1.4
- QuizProg Editor v1.3.6
- Fixed QuizProg not running on UNIX-based systems
v1.1.3
- QuizProg Editor v1.3.5:
-
- Fixed problem with displaying win message
-
- Fixed newlines
-
- Fixed quiz saving when the save operation is cancelled
- Tkinter is used for Open and Save file dialogs (reduces PyInstaller binary file size by ~2 MB)
- Messages now appear if a PyPI module is not installed
v1.1.2
- QuizProg Editor v1.3.4:
-
- Replaced file path with "QUIZPROG EDITOR" (moved to window title)
-
- "QUIZPROG EDITOR" now shows in every screen
-
- Updated about menu slightly
- Custom window title
- Fixed bug with opening invalid JSON files
- Fixed bug with quit quiz confirmation
v1.1.1
- QuizProg Editor v1.3.3
- Fixed bug with opening files
- Fixed blank file type option in Open/Save dialog
v1.1.0
- QuizProg Editor v1.3.2:
-
- Proper newline handling in question menu
-
- Reloads the previously loaded JSON data if JSON data cannot be opened
-
- Removes lines with only spaces in multiline input
- Different module used for URL check (allows full local file paths)
- Implemented menu for when no file is opened. An argument for a file path is no longer mandatory.
- Added extra options to quiz menu
- Changed
-d, --disable-log
argument to-e, --enable-log
. Logging is now disabled by default. - Added current time to logger
NOTE: Forgot to rewrite the README before publishing this release, please read the README file on GitHub instead :/