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
- Lay out every view for phone screens by @theatrus in #387
- Cache each RC-Astro step under its own identity by @theatrus in #388
- Release v0.9.1 by @theatrus in #389
Full Changelog: v0.9.0...v0.9.1