| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| latest.json | 2026-08-14 | 3.4 kB | |
| RenderPilot_1.9.1_x64-portable.zip | 2026-08-14 | 16.1 MB | |
| RenderPilot_1.9.1_x64-portable.rpu.sig | 2026-08-14 | 428 Bytes | |
| RenderPilot_1.9.1_x64-portable.rpu | 2026-08-14 | 31.6 MB | |
| RenderPilot_1.9.1_x64-portable.exe.sig | 2026-08-14 | 428 Bytes | |
| RenderPilot_1.9.1_x64-portable.exe | 2026-08-14 | 40.4 MB | |
| RenderPilot-setup.exe | 2026-08-14 | 8.0 MB | |
| RenderPilot_1.9.1_x64-setup.exe.sig | 2026-08-14 | 424 Bytes | |
| RenderPilot_1.9.1_x64-setup.exe | 2026-08-14 | 8.0 MB | |
| README.md | 2026-08-14 | 2.2 kB | |
| RenderPilot v1.9.1 source code.tar.gz | 2026-08-14 | 2.5 MB | |
| RenderPilot v1.9.1 source code.zip | 2026-08-14 | 3.6 MB | |
| Totals: 12 Items | 110.3 MB | 0 | |
[1.9.1] - 2026-08-14
Added
- Portable backend diagnostics: Portable builds now keep bounded diagnostic logs under
data/logs/portablefor supervisor startup, updates and recovery, application commands, and background work. Logs are separated by process role and session, rotate automatically, and use fixed error categories instead of storing raw paths or internal error messages. If diagnostics cannot be written, the original operation continues normally.
Changed
- Portable startup, updates, and recovery: Reworked the portable runtime so the shipped application, active generation, and preserved data are authenticated as one session before normal startup continues. Catalog upgrades are created from a verified snapshot and committed before the data is opened for regular use, while interrupted activation, update, or recovery work can be retried without discarding user data.
Fixed
- Portable shutdown: Closing the portable application now finishes cleanly instead of showing an error after exit.
- Game filters on smaller windows: The filter dialog now stays within the available viewport. Filter sections scroll independently while the title and action buttons remain accessible.
Compatibility
- One-time portable package upgrade: Portable copies running 1.9.0 must be fully closed and updated with the complete portable package for this release. Keep the existing data and recovery folders. The 1.9.0 in-app updater cannot perform this transition.
Changed (Refactoring & Maintenance)
- Desktop data tables: Migrated the shared Libraries and Operations table foundation to TanStack Table v9 while preserving sorting, column visibility, virtualized rows, reactive updates, and stable table state.
- Quality tooling and dependencies: Updated Rust and frontend dependencies and regenerated both lockfiles. Rust CI now runs tests with cargo-nextest, with broader regression coverage for dialog lifecycles and data-table behavior.