Skip to content

PiHub 1.1.0

Compare
Choose a tag to compare
@SBriere SBriere released this 05 Dec 16:32
· 22 commits to main since this release
505246b

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!

  1. Remove the "venv" folder
  2. 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