| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Ortu_1.1.1_aarch64.dmg | 2026-03-16 | 4.8 MB | |
| Ortu_1.1.1_x64-setup.exe | 2026-03-16 | 3.1 MB | |
| Ortu v1.1.1 -- Windows Stability Fix _ macOS Accessibility Improvements source code.tar.gz | 2026-03-16 | 491.7 kB | |
| Ortu v1.1.1 -- Windows Stability Fix _ macOS Accessibility Improvements source code.zip | 2026-03-16 | 538.5 kB | |
| README.md | 2026-03-16 | 2.3 kB | |
| Totals: 5 Items | 8.9 MB | 6 | |
🐛 Bug Fixes & Stability
🪟 Windows Critical Crash Fix
This release resolves a critical startup crash affecting Windows builds (.exe / .nsis).
The app was crashing on launch due to multiple underlying issues, now fully resolved:
- Logger plugin crash — Fixed
os error 183that caused a crash on second launch when the log file already existed. - WebView2 instability — Disabled GPU acceleration at startup and isolated WebView2 user data per-process to prevent profile lock contention.
- Popup window crash — Replaced static secondary popup WebView at startup with lazy initialization to eliminate early startup panics.
- Tray/menu initialization — Made tray creation non-fatal and guarded initialization to prevent native callback crashes.
- DB startup robustness — Replaced panic-prone
unwrap()paths with proper error propagation. Added DB fallback chain: app data →%TEMP%→ in-memory DB. - Hidden window behavior — Main window now correctly shows on launch instead of appearing as a dead process.
- All features restored — Plugins (
opener,positioner,dialog,os) that were temporarily removed during debugging have been fully restored.
🍎 macOS Accessibility Permission Banner
- Added an inline warning banner when Accessibility permission is not granted on macOS.
- Banner links directly to Privacy & Security → Accessibility settings for quick setup.
- Status is automatically re-checked each time the app window is focused.
📋 Copy-Paste Improvements
- Upgraded copy-paste feature with better reliability.
- Fixed a bug with copy-paste behavior in clipboard history.
- Disabled native context menu across the app UI for a cleaner experience.
🎨 UI Polish
- Minor border radius update for improved visual consistency.
📦 Downloads
| Platform | File |
|---|---|
| Windows | Ortu_1.1.1_x64-setup.exe |
| macOS | Ortu_1.1.1_aarch64.dmg / Ortu_1.1.1_x64.dmg |
Note for Windows users: If you see a "Windows protected your PC" SmartScreen warning, click More info → Run anyway. This is expected for unsigned builds. We are working on code signing for future releases.