Releases: Lintshiwe/LockPort
lockport-v1.0.0
LockPort 1.0.0 – Branded build with installer
Highlights
Fresh LockPort branding throughout the product. A reproducible generator (generate_brand_assets.py) now emits high-res PNGs and lockport-favicon.ico, and the Tk device window plus tray UI both load the new logo automatically.
PyInstaller + WiX pipeline updated to bundle the icon (app-icon.ico) so every packaged executable, Start Menu shortcut, and MSI entry displays the LockPort badge instead of the default Python icon.
Device window UX polish: explicit icon assignment ensures the taskbar tile and title bar stay branded even when running straight from source.
Documentation upgrade: README.md now explains how to regenerate assets and plug the icon into PyInstaller/WiX for future releases.
Install / Upgrade
After installation, launch “LockPort Device Window” or “LockPort Tray” from Start → LockPort (shortcuts point to the bundled binaries with the new icon).
Known Issues
WiX still reports ICE69 warnings because shortcut components point to binaries in another component. This is harmless (they reside in the same feature) but will be silenced in a later build if needed.
Building directly from source (python lockport_cli.py …) will still show the Python icon; use the packaged lockport-cli.exe when demoing the branded UI.