Changelog

Changelog #

v1.1.0 #

2025-07-13

Compass Screen

  • Added display of true north when GPS is enabled (previously only displayed magnetic north)
  • Fixed incorrect reading in northern hemispheres

Notes Screen

  • Added shortcut to capture camera settings (iso, shutter speed, aperture)
  • Added shortcut to delete all notes
  • Added shortcut to share/email notes

B+W Preview Screen

  • Standardised zoom range functionality with Light Meter Screen
  • Added two-tone text to the zoom controls so it remains visible over the camera preview background

Light Meter Screen

  • When metering a scene, calculate exposures for f/32, f/45, and f/64
  • Added ISO options to round out common film ISOs: 125, 160, 250, and 500
  • Added two-tone text to the zoom controls so it remains visible over the camera preview background

Internals #

  • UI tests for screen crashing
  • Refactor and unit tests for the Compass

Dependencies #

  • androidx.lifecycle:lifecycle-runtime-ktx 2.9.0 -> 2.9.1
  • androidx.compose:compose-bom 2025.05.01 -> 2025.06.01
  • androidx.navigation:navigation-compose 2.9.0 -> 2.9.1
  • io.mockk:mockk:1.13.8 1.13.8 -> 1.14.3
  • androidx.navigation:navigation-testing:2.9.0 2.9.0 -> 2.9.1

v1.0.1 #

2025-05-26

  • More UX improvements.
  • In-line help screen for Light Meter.
  • Re-wrote the guide to be more friendly with those newer to film photography.

Internals #

  • Displayed app version references the actual gradle build.

v1.0 #

2025-05-19

Fixes #

  • Added padding to the top of Reciprocity Calculator Screen.
  • Improved UX of Home Screen in landscape mode. Less header and footer, more tiles.
  • Fixed line wrapping of Feedback link on small screens.
  • Added padding to cards on Guide Screen.

Internals #

  • Explicit US formatting for visual zoom scales and times.

Dependencies #

  • androidx.lifecycle:lifecycle-runtime-ktx 2.8.7 -> 2.9.0
  • androidx.compose:compose-bom 2025.04.01 -> 2025.05.00
  • androidx.navigation:navigation-compose 2.8.9 -> 2.9.0
  • androidx.datastore:datastore-preferences 1.1.4 -> 1.1.6
  • org.jetbrains.kotlinx:kotlinx-serialization-json 1.6.3 -> 1.7.3

v0.9-beta #

2025-04-17

  • Initial release