Releases: schlopp96/PyFiTransfer
Releases · schlopp96/PyFiTransfer
PyFiTransfer-v0.4.1
PyFiTransfer v0.4.1 Hotfix Update
Changes:
- Fixed bug causing current working directory to be set to
PyLoadBar
install directory upon import. - Enhanced application logging.
- Changed
PyLoadBar
dependency version to 0.1.0 - Changed all
PyLoadBar
use cases to conform to new version parameters. - Additions to docstrings.
- Added comments to source code.
Full Changelog: v0.3.0...v0.4.1
PyFiTransfer-v0.3.0
PyFiTransfer
v0.3.0 Update Notes...
Source Code
- Added virtual environment to local structure.
- Added
__init__.py
- Increased loading time during transfer process.
- Minor additons to text prompts throughout process.
Signed-off-by: schlopp96 [email protected]
Full Changelog: v0.2.0...v0.3.0
PyFiTransfer v0.2.0
PyFiTransfer
v0.2.0 Update Commit Notes...
Source Code
-
Added type checking to
main()
.- Now returns
NoReturn | None
.
- Now returns
-
Changed
fileType
variable type fromPathLike | str
to juststr
.- Fixes bug whe calling
Ex_1
exit method.
- Fixes bug whe calling
-
Added type checking type
NoReturn | None
to both exit methodsEx_0
andEx_1
.
README.md
-
Small formatting changes to README.md.
-
New screenshot added towards bottom of file.
- Depicts entire process of program usage.
Signed-off-by: schlopp96 [email protected]
What's Changed
-
- Added GNU GPL V3 License to project. by @schlopp96 in #1
New Contributors
- @schlopp96 made their first contribution in #1
Full Changelog: v0.1.0...v0.2.0