Compare commits

..

No commits in common. "9c07527a78e6766bd7905b73ab9b934d60c41015" and "c215d5fa77ab5a0c9efecc66c7719e508a56ed9f" have entirely different histories.

3 changed files with 2 additions and 5 deletions

View file

@ -136,7 +136,7 @@ jobs:
- name: Build .ipa
run: |
flutter build ipa \
flutter build ipa ${{ inputs.upload-artifact && '' || '--no-codesign' }} \
--release \
--flavor $FLAVOR \
--target lib/main_$FLAVOR.dart \

View file

@ -1,3 +0,0 @@
- Fixed histogram being affected by spot metering.
- Improved text fields focus handling.
- Added German translation.

View file

@ -1,7 +1,7 @@
name: lightmeter
description: Lightmeter app inspired by Material 3 design system.
publish_to: "none"
version: 1.0.4+59
version: 1.0.3+58
environment:
sdk: ">=3.0.0 <4.0.0"