Skip to content

PSF Guard v0.9.1

Latest

Choose a tag to compare

@github-actions github-actions released this 29 Aug 06:28
· 2 commits to main since this release
4209c34

v0.9.1

PSF Guard 0.9.1 makes every view work on a phone screen and stops RC-Astro
processing from recomputing the whole chain when one step changes.

Fixed

  • Changing one RC-Astro step no longer recomputes the whole chain. Each step
    caches under its own identity, so turning NoiseXTerminator on after a
    BlurXTerminator run — or retuning a later step — reuses every artifact
    before the change.
  • Every view now works on a phone screen. The image detail view stacks the
    image above its info panel instead of squeezing the image to nothing, the
    comparison view keeps its Swap and Unmark buttons reachable, headers and
    overview project cards wrap instead of truncating, and keyboard cheat
    sheets stay out of the way on touch screens.

What's Changed

Full Changelog: v0.9.0...v0.9.1