Skip to content

Releases: OverzealousLotus/Blossom-Bloom

v0.0.1b4

v0.0.1b4 Pre-release
Pre-release

Choose a tag to compare

@OverzealousLotus OverzealousLotus released this 31 Dec 05:59
826dfd0

Additions

  • Added my Rust Journey.
  • New linting codes added to pyproject.toml for Ruff.
  • Comments added after code letters.

Changes

  • Moved Encryption to Advanced directory.
  • license metadata now has .0 appended.

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)pydocstyle not being configured properly in pyproject.toml.

v0.0.1b3

v0.0.1b3 Pre-release
Pre-release

Choose a tag to compare

@OverzealousLotus OverzealousLotus released this 28 Dec 22:38
5207ec5

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

v0.0.1b2 Pre-release
Pre-release

Choose a tag to compare

@OverzealousLotus OverzealousLotus released this 28 Dec 05:32

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

v0.0.1b1

v0.0.1b1 Pre-release
Pre-release

Choose a tag to compare

@OverzealousLotus OverzealousLotus released this 27 Dec 20:05
1b9c94b

Additions

  • Python Journey
  • README.md files

Fixes

  • Fixed README.md problems.
  • Partially sorted file structure. See #1
  • Ignored unnecessary files. See #1