From 91f90ae8e825d2d9cbe859e3952e725c8e14e775 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 1 Apr 2025 22:40:02 +0000 Subject: [PATCH 1/2] Release v1.0.4 --- assets/release_notes/release_notes_en_1.0.4.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 assets/release_notes/release_notes_en_1.0.4.md diff --git a/assets/release_notes/release_notes_en_1.0.4.md b/assets/release_notes/release_notes_en_1.0.4.md new file mode 100644 index 0000000..8fc1375 --- /dev/null +++ b/assets/release_notes/release_notes_en_1.0.4.md @@ -0,0 +1,3 @@ +- Fixed histogram being affected by spot metering. +- Improved text fields focus handling. +- Added German translation. diff --git a/pubspec.yaml b/pubspec.yaml index c2afdb4..cb845b8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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" From d6cd537ffd18069f934620f1acfd15ae96fce5a2 Mon Sep 17 00:00:00 2001 From: Vadim <44135514+vodemn@users.noreply.github.com> Date: Wed, 2 Apr 2025 11:58:21 +0200 Subject: [PATCH 2/2] Force code sign for iOS workflow (#230) --- .github/workflows/build_ipa.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_ipa.yml b/.github/workflows/build_ipa.yml index 610b98f..7161eb0 100644 --- a/.github/workflows/build_ipa.yml +++ b/.github/workflows/build_ipa.yml @@ -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 \