Releases: OverzealousLotus/Blossom-Bloom
Releases · OverzealousLotus/Blossom-Bloom
Release list
v0.0.1b4
Additions
- Added my Rust Journey.
- New linting codes added to
pyproject.tomlfor Ruff. - Comments added after code letters.
Changes
- Moved
EncryptiontoAdvanceddirectory. licensemetadata now has.0appended.
Fixes
- Missed a few files while adding metadata. Should be all now.
- Missed a few files while adding main() function. Should be all now.
- Fixed conflicts with
(D)pydocstylenot being configured properly inpyproject.toml.
v0.0.1b3
Additions
- Added license metadata to most ( if not all ) Python files.
- Finished adding metadata to all Python files.
- Finished adding main() function to all Python files.
Changes
- In Encryption, salt is now generated with os urandom()
- All docstrings, and strings now use double quotation marks.
Fixes
- Moved LICENSE to repo home.
- Removed distasteful, broken, and or non-free images from GUI.
v0.0.1b2
Additions
- Badges tracking Bloom Repository.
Changes
- Removed .flake8 file. ( I use Ruff way more now. )
- Removed tycoon.py
- Moved Async to Intermediate
- Moved GUI to Intermediate
- Moved Threading to Advanced
- Ruff ANN Error Codes enabled.
- Return Function Annotations added.
- Any Type replaced with Self in all OOP files.
Fixes
- None