Skip to content

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 30 Sep 06:27
· 23 commits to main since this release

馃洜 Changelog

Added

  • Dynamic Port Detection: The launcher now checks if port 8501 is free before starting the Streamlit app.
    If the port is already in use, the launcher automatically searches for the next available port.

  • Process Check for TeleLookup.exe: Before launching the app, the launcher checks if TeleLookup.exe is running.
    If detected, a confirmation dialog is displayed asking whether to forcibly terminate all running instances.

    • If the user accepts, all matching processes are terminated.
    • If the user declines, the launcher exits gracefully without starting the app.

Full Changelog: v1.2.0...v1.3.0