Skip to content

gude-upload-0.0.4

Choose a tag to compare

@fabian-n-gude-systems fabian-n-gude-systems released this 29 May 06:34

Main Release v0.0.4

Summary

  • First stable/main release after the 0.0.4-dev pre-release line.
  • Merges the current Web UI, firmware/config/SSL management, release workflow cleanup, and device-processing improvements into main.
  • Adds a local ignore policy for private/session/signing artifacts so they are not committed accidentally.
  • Includes improved concurrent-device logging and MAC discovery behavior.
  • Builds a single-file Windows executable from upload.spec.
  • Signs the executable with the GUDE Systems GmbH Certum code-signing certificate and Certum timestamp.

Verification

  • python -m pytest: 8 passed
  • python -m PyInstaller --clean --noconfirm upload.spec: success
  • signtool sign: success
  • signtool verify /pa /v: success
  • dist\gude-upload.exe --help: success

Artifact

  • gude-upload-0.0.4-windows-x64.exe
  • SHA256: A9618BF06CF690AB2E4E0C2AE955399BF19C046BACCA5A3574D3585EAD9CD1F2
  • Signer: GUDE Systems GmbH
  • Signing certificate thumbprint: 6AE2AA3BA486CD9E190D2030F39DC1A4F813624A
  • Timestamp authority: Certum Timestamp 2026

Included Commits Since v0.0.4-dev

  • 29f9934 chore(repo): ignore local release assets
  • f6213a0 chore(release): prepare 0.0.4
  • 0585028 Merge branch 'dev'
  • 14316b3 Merge remote-tracking branch 'origin/dev' into dev
  • 30289f9 chore(repo): ignore local release and signing artifacts
  • a27add2 Improve concurrent device logging and MAC discovery
  • 9585431 Update upload.ini
  • 11531de Update deployDev.py
  • eff6e2b Update deployDev.py