Skip to content

gude-device-manager-0.0.5

Latest

Choose a tag to compare

@fabian-n-gude-systems fabian-n-gude-systems released this 19 Jun 07:28

Main Release v0.0.5

Summary

  • Rebrands the application from the previous upload-tool naming to GUDE Device Manager (GDM).
  • Renames the Windows executable and GitHub release asset to gude-device-manager.
  • Updates the Web UI browser title, sidebar product label, and version display to GUDE Device Manager 0.0.5.
  • Updates package metadata and CLI help text to use the new product name and gdm examples.
  • Adds new console entry points gdm and gude-device-manager.
  • Keeps the previous gude-upload console entry point, upload.py source entry module, upload.ini, and --upload_ini option for compatibility with existing scripts and configurations.
  • Updates the dev-release workflow so future automated release assets use the new executable name.
  • 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 .\upload.py --help: success
  • python -m PyInstaller --clean --noconfirm upload.spec: success
  • signtool sign: success
  • signtool verify /pa /v: success
  • Get-AuthenticodeSignature: Valid
  • dist\gude-device-manager.exe --help: success

Artifact

  • gude-device-manager-0.0.5-windows-x64.exe
  • SHA256: 83B9EAF782F528579B9B6F0AE50EF3146A0D1A76FBBC082152355E91301D0FD1
  • Size: 13,469,648 bytes
  • Signer: GUDE Systems GmbH
  • Signing certificate thumbprint: 6AE2AA3BA486CD9E190D2030F39DC1A4F813624A
  • Timestamp authority: Certum Timestamp 2026

Included Commits Since v0.0.4

  • 019592a chore(release): rebrand as GUDE Device Manager 0.0.5