PiHub 1.1.0
What's Changed
- #8. Fixed server startup sequence - Watch server will now be started properly even if files are transferring
- #9. Added extra checks to try and prevent that situation (not fully fixed - need to test)
- #10. Added fallback to try and resync files if error occurred.
- #11. Updated python packages dependencies (see below for upgrading information)
IMPORTANT: Updating
Since the python env was changed (by replacing outdated packages), a new one must be fully generated!
- Remove the "venv" folder
- Recreate the "venv" folder (see the README file or use the "create_conda_venv" if using miniconda )
Full Changelog: v1.0.5...v1.1.0