v0.2.1-beta
Pre-release
Pre-release
⚠️ Notice
When upgrading from a previous version of Spray365, ensure that you install the latest dependencies! Install the latest version of Spray365 and its dependencies with:
$ git clone https://github.com/MarkoH17/Spray365
$ cd Spray365
~/Spray365$ pip3 install -r requirements.txt -U
~/Spray365$ python3 spray365.py
🎉 What's New
- Version checking warns users when running Spray365 with older versions of Python
- Added PEP 563 (Postponed Evaluation of Annotations) to enable the use of modern type hints (3.10+) on older versions of Python (3.7+)
🏗️ What's Changed
- Passwords supplied in the userfile may now contain a colon
- Execution plans are properly saved when generated in audit mode
Full Changelog: 0.2.0-beta...0.2.1-beta