Skip to content

Releases: thatSFguy/pictureSlideCapture

v0.1.37

Choose a tag to compare

@github-actions github-actions released this 10 Aug 00:21
v0.1.37 — fix the persistent-session hang (stdbuf); still opt-in

v0.1.36

Choose a tag to compare

@github-actions github-actions released this 10 Aug 00:11
v0.1.36 — turn the persistent session OFF by default (v0.1.35 broke c…

v0.1.35

Choose a tag to compare

@github-actions github-actions released this 09 Aug 23:38
v0.1.35 — persistent gphoto2 session: pay PTP setup once per run

v0.1.34

Choose a tag to compare

@github-actions github-actions released this 09 Aug 21:32
v0.1.34 — cut sensor-to-shutter latency; fix the camera pill

v0.1.33

Choose a tag to compare

@github-actions github-actions released this 09 Aug 21:20
v0.1.33 — stop losing slides on the sensor trigger; cut sensor-to-shu…

v0.1.32

Choose a tag to compare

@github-actions github-actions released this 07 Aug 02:04
v0.1.32 — fix the brightness-support install

apt was succeeding while the running process still couldn't import the
library. The installer now restarts the service to pick it up (guarded by
the camera lock), but only after a fresh interpreter proves a restart will
actually help — a genuinely broken library reports its real error instead.

Installer output now goes to the journal, so a failed install is visible in
View logs. /api/diag reports free disk. The brightness toggle can always be
switched off, even when the library is missing.

v0.1.31

Choose a tag to compare

@github-actions github-actions released this 07 Aug 01:45
v0.1.31 — automatic brightness correction

Corrects a dark/bright capture in the pixels instead of re-shooting it:
metered frames are pulled onto a target with a bounded gamma curve on a
background worker, keeping the untouched original for compare/undo and
shipping it in the download zip. RAW is never touched.

Needs python3-pil. New SD-card images include it; an existing appliance
can install it from Setup ("Install brightness support") with no SSH.

Not yet exercised on the Pi — first run is a bring-up.

v0.1.30

Choose a tag to compare

@github-actions github-actions released this 02 Aug 18:06
v0.1.30: guard against accidental browser Back leaving the app

v0.1.29

Choose a tag to compare

@github-actions github-actions released this 02 Aug 17:24
v0.1.29: arm64 image, 64-bit-capable Pi minimum, reserve GPIO10 for m…