Forza Designer 6+ 0.5.0 for FH6 Build 364.933 + 360.259 + 354.221 + FH3 FH4 FH5 + Assetto Corsa Competizione
·
6 commits
to main
since this release
Version 0.5.0 Changelog:
- Fixed the generation-queue infinite loop that happened when the same image was added to the queue more than once: queue status was tracked by file path, so every duplicate resolved to the first matching row and the later duplicates never left "queued" — the auto-advance loop kept re-finding and re-generating them forever. Each queued entry now carries a unique id and generates exactly once, so adding multiple images (including duplicates) no longer loops.
- Fixed the window growing too big / its bottom running off-screen each time a new queued generation started (previously only a fullscreen-toggle would snap it back): the previewed image and the status text were reporting their full natural size as the window's size hint and inflating it on every new preview — their size hints are now pinned so they fill the space they're given instead of stretching the window. On top of that, the tall side panels (the Assetto Corsa settings panel is ~880px) were forcing the whole window's minimum height taller than many screens; the upload and settings panels are now wrapped in scroll areas, dropping the window's minimum from 1567x920 down to 522x351 so it fits any display and scrolls instead of overflowing.
- Added per-image JSON downloads in the queue: every finished queue row now shows its own Download JSON button so you can save each image's generated shapes individually, instead of only being able to save the most-recent one.
- Renamed the top download button to "Download currently previewed JSON" (with a line break so the longer label fits) to make it clear it saves the currently-previewed result, while the per-row buttons handle each finished item.
- Cleaned up the About dialog so it shows only the current version's changes instead of the full version-by-version history.