|
| 1 | +# PiP Controller Pro v2.1.0 |
| 2 | + |
| 3 | +**Professional Picture-in-Picture Control for Windows** |
| 4 | + |
| 5 | +## 📥 Downloads |
| 6 | + |
| 7 | +Choose the version that fits your needs: |
| 8 | + |
| 9 | +| Type | File | Description | |
| 10 | +|------|------|-------------| |
| 11 | +| **Installer** (Recommended) | [**PiPControllerPro-v2.1.0-Setup.exe**](PiPControllerPro-v2.1.0-Setup.exe) | Easy installation, Start Menu shortcuts, uninstaller. | |
| 12 | +| **Portable** | [**PiPControllerPro-v2.1.0-Portable.zip**](PiPControllerPro-v2.1.0-Portable.zip) | No install needed. Extract and run `pip-controller.exe`. | |
| 13 | +| **Source Code** | [**Source Code (zip)**](https://github.com/joganubaid/pip-controller-pro/archive/refs/tags/v2.1.0.zip) | Raw AutoHotkey scripts for developers. | |
| 14 | + |
| 15 | +--- |
| 16 | + |
| 17 | +## 🎉 What's New in v2.1.0 |
| 18 | + |
| 19 | +### ✨ Key Features |
| 20 | +- **💾 Settings Persistence**: Your preferences (transparency, speed) are now saved automatically between sessions. |
| 21 | +- **🚀 Auto-Start Support**: Option to automatically start the application with Windows. |
| 22 | +- **📊 Enhanced Status Dashboard**: Real-time monitoring of active PiP windows and system status (Ctrl+Alt+C). |
| 23 | +- **🔧 Improved Edge Support**: Significantly better detection for Microsoft Edge Picture-in-Picture windows. |
| 24 | +- **🔄 Reset Options**: New troubleshooting menu to reset stuck windows or restore factory settings. |
| 25 | + |
| 26 | +### 🐛 Bug Fixes |
| 27 | +- Fixed settings not saving after restart. |
| 28 | +- Resolved build system errors for developers. |
| 29 | +- Improved error handling for window detection. |
| 30 | + |
| 31 | +--- |
| 32 | + |
| 33 | +## 👨💻 Developer Guidance |
| 34 | + |
| 35 | +If you want to run from source or modify the code: |
| 36 | + |
| 37 | +### Requirements |
| 38 | +- **AutoHotkey v1.1+**: [Download Here](https://www.autohotkey.com/download/ahk-install.exe) |
| 39 | +- **Windows 10/11** |
| 40 | + |
| 41 | +### Running from Source |
| 42 | +1. Download the **Source Code**. |
| 43 | +2. Install AutoHotkey. |
| 44 | +3. Double-click `pip-controller.ahk` to run. |
| 45 | + |
| 46 | +### Building Yourself |
| 47 | +To create your own executables, use the included build script in PowerShell: |
| 48 | + |
| 49 | +```powershell |
| 50 | +# Build everything (Installer + Portable) |
| 51 | +.\build.ps1 -BuildAll |
| 52 | +``` |
0 commit comments