Skip to content

Releases: Pundah/Pundahs-Auto-RustDesk

V: 1.0.0

02 Jan 00:59

Choose a tag to compare

V: 1.0.0

Please take a look at the changes below.

V:0.0.5

Updated .env example and environment variable handling to support debug mode, autostart, and configurable wait time for Linux systems. Improved Program.cs to read and apply these settings, including more robust debug output and error handling. Expanded README with installation, configuration, and usage instructions.

V:0.0.4

Updated the Rustdesk method to load the .env file from the directory of the running executable instead of the current working directory. This ensures that environment variables are loaded correctly regardless of where the application is launched.

V:0.0.3

Expanded Example.env with default Rustdesk locations and improved comments. Updated Program.cs welcome message for clarity and removed redundant comment from Process. Start call.

V:0.0.2

Introduced .env file support for configuring the Rustdesk location and client ID. Updated the Program to read these values at runtime, added an example .env file, and adjusted project settings to include .env files in output. Refactored the main class and improved cross-platform handling.

V:0.0.1

Introduces a 2-minute wait before launching Rustdesk on Linux to allow the system (e.g., Raspberry Pi) to boot. Also adds console output for improved process visibility and corrects the casing of the Linux executable path.