This repository has been archived by the owner on Dec 18, 2024. It is now read-only.
v0.2.0
Pre-release
Pre-release
- Info: Switched dependency from "pyargon2" to "argon2-cffi"
- Info: Switched dependency from "python-magic" to "filetype"
- New: Introduced the
global_schema
file that handles all app-wide global variable assignments and storage - Improved: Splitted screen, frame, and dialog classes in
main.py
to individual class files underhandler
folder - Fix: Fixed module dependency so that the source is pyinstaller-compilable on Windows without Visual C++ 14.0 requirement
- Fix: Fixed API key error not detected when attempting to git-push the change
What's Changed
- v0.2.0 major back-end update by @groaking in #11
- Created the
pyinstaller
compilation scripts by @groaking in #12
Full Changelog: v0.1.7...v0.2.0