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 \ 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"