Compare commits

...

3 commits

Author SHA1 Message Date
Vadim
f59fa54340
Merge cfb763b95e into d6cd537ffd 2025-04-25 21:04:54 +00:00
Vadim
d6cd537ffd
Force code sign for iOS workflow (#230) 2025-04-02 11:58:21 +02:00
github-actions[bot]
91f90ae8e8 Release v1.0.4 2025-04-01 22:40:02 +00:00
3 changed files with 5 additions and 2 deletions

View file

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

View file

@ -0,0 +1,3 @@
- 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.3+58
version: 1.0.4+59
environment:
sdk: ">=3.0.0 <4.0.0"