This file keeps a chronological record of all changes to this project.
- First stable release of the application for local file scanning using the VirusTotal API
- Implementation of a graphical user interface (GUI) with PySimpleGUI
- Support for drag & drop, language switcher (DE/EN), and progress bar
- Hash support: MD5, SHA-1, SHA-256, SHA-512
- Export features for scan results (JSON)
- Separate configuration file
config.pyfor secure integration of the user's API key - Protection mechanism added for
app.py