- Added `_kill_proc_tree` function to ensure complete termination of process trees.
- Updated `WorkerManager` to utilize the new process termination method for better cleanup.
- Integrated dynamic versioning by importing `__version__` from the updater module.
- Modified FastAPI app initialization to reflect the dynamic version.
- Enhanced `ImageProcessor3` to include external server health checks and updated inpainting method handling.
- Adjusted tray application title to display the current app version.
- Added `update_toggle_states` method to `WorkerManager` for managing toggle state updates.
- Introduced `update_toggle` endpoint in the API to handle toggle state updates.
- Enhanced `ImageProcessor3` with a new `_resolve_font_path` method for dynamic font resolution.
- Implemented external inpainting request handling in `Request_AI_Server`.
- Updated `.gitignore` to include build artifacts and distribution directories.
- Removed obsolete environment configuration and binary files from the build directory.