From f145c3c9a57d17df059dab48b78e1ae20eea87dc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 19 Nov 2023 20:48:02 +0100 Subject: [PATCH] =?UTF-8?q?chore(develop):=20=F0=9F=9A=80=20Open=20Food=20?= =?UTF-8?q?Facts=20Mobile=20app=20-=20Release=204.12.0.=20(#4737)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++ version.txt | 2 +- 2 files changed, 65 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5c7542b9e2..cc4b80b5c65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,69 @@ # Changelog +## [4.12.0](https://github.com/openfoodfacts/smooth-app/compare/v4.11.0...v4.12.0) (2023-11-19) + + +### 🚀 Features + +* 4628 - refactoring as preparatory work ([#4641](https://github.com/openfoodfacts/smooth-app/issues/4641)) ([e463ca3](https://github.com/openfoodfacts/smooth-app/commit/e463ca37a877a0e1779ee1df9c4413a73742f753)) +* 4674 - new UI for main image page; fallback image only for product icon ([#4738](https://github.com/openfoodfacts/smooth-app/issues/4738)) ([efb0483](https://github.com/openfoodfacts/smooth-app/commit/efb0483f60eef10100fc02e60058d1b9bf7ac372)) +* 4789 - new "add ingredients" button for nutriscore ([#4808](https://github.com/openfoodfacts/smooth-app/issues/4808)) ([a91a360](https://github.com/openfoodfacts/smooth-app/commit/a91a3600f9f58117ee6c042f78f2a73227ba38a0)) +* Add btn to finish adding new product ([#4706](https://github.com/openfoodfacts/smooth-app/issues/4706)) ([9f713f5](https://github.com/openfoodfacts/smooth-app/commit/9f713f5c20f469f07adfa9e34bebeabd724153c3)) +* Create a screen listing all attributes for a product ([#4714](https://github.com/openfoodfacts/smooth-app/issues/4714)) ([21469af](https://github.com/openfoodfacts/smooth-app/commit/21469afdab18936db76126834870748a109743af)) +* New Crowdin translations to review and merge ([#4733](https://github.com/openfoodfacts/smooth-app/issues/4733)) ([073e9c5](https://github.com/openfoodfacts/smooth-app/commit/073e9c55ec0a30424b4d677262d8905aac67c47f)) +* Step-by-step fast-track ([#4698](https://github.com/openfoodfacts/smooth-app/issues/4698)) ([bbf84d1](https://github.com/openfoodfacts/smooth-app/commit/bbf84d17d999ca7c503aeb4cc939ba1f84d109c5)) + + +### 🐛 Bug Fixes + +* 1815 - around context.mounted ([#4768](https://github.com/openfoodfacts/smooth-app/issues/4768)) ([346c6e3](https://github.com/openfoodfacts/smooth-app/commit/346c6e30c4931afe54eb0fcc6335fd9e270624d8)) +* 4335 - "check" icon for "done" details - instead of "edit" ([#4739](https://github.com/openfoodfacts/smooth-app/issues/4739)) ([8b01257](https://github.com/openfoodfacts/smooth-app/commit/8b01257be8af35e188638ce002befd72b116f298)) +* 4630 - no more sentry cluttering when downloading svg without internet ([#4642](https://github.com/openfoodfacts/smooth-app/issues/4642)) ([8f00dff](https://github.com/openfoodfacts/smooth-app/commit/8f00dff3d94563c9e53f3b337594bc21228f338f)) +* 4637 - verbose exception with user data ([#4741](https://github.com/openfoodfacts/smooth-app/issues/4741)) ([8261f92](https://github.com/openfoodfacts/smooth-app/commit/8261f92e5b6bece30479cfaee1b75871e7467ef8)) +* 4725 - refresh of the ios folder for background tasks ([#4772](https://github.com/openfoodfacts/smooth-app/issues/4772)) ([ba9c347](https://github.com/openfoodfacts/smooth-app/commit/ba9c3478ef76122405dee3b799dfb0e2adafa334)) +* 4766 - when logging in, show adequate error messages ([#4783](https://github.com/openfoodfacts/smooth-app/issues/4783)) ([a6faac0](https://github.com/openfoodfacts/smooth-app/commit/a6faac096c73dd64fadd4bf02011bdffb696aeee)) +* 4807 - putting back a useless hive table, just in case ([#4821](https://github.com/openfoodfacts/smooth-app/issues/4821)) ([0a5b18d](https://github.com/openfoodfacts/smooth-app/commit/0a5b18ddcf223295374f9b888195c2e642534c7e)) +* 4812 - check mounted before setState ([#4814](https://github.com/openfoodfacts/smooth-app/issues/4814)) ([122aceb](https://github.com/openfoodfacts/smooth-app/commit/122aceb64231a08da4f3abe24eb81b21b448ee5c)) +* add l10n type ([f064912](https://github.com/openfoodfacts/smooth-app/commit/f0649122d54cf8b8daad172be8467b666ddd9c3a)) +* labeler ([7ffdf18](https://github.com/openfoodfacts/smooth-app/commit/7ffdf18ee16a38a49d841cce2a0767c3627f1f82)) +* release-please.yml ([296c070](https://github.com/openfoodfacts/smooth-app/commit/296c070fe5bd1eec13655ffdcc4d29bf70fd2e01)) +* typo in app_en.arb ([ecdfda9](https://github.com/openfoodfacts/smooth-app/commit/ecdfda9c51935b8dc6d7120baacfe03b78094b38)) + + +### 🛠 Miscellaneous + +* capitalize method for String ([#4734](https://github.com/openfoodfacts/smooth-app/issues/4734)) ([37ef119](https://github.com/openfoodfacts/smooth-app/commit/37ef1199141cab6df17bb656e3d14af116563f3a)) +* **deps:** bump assorted_layout_widgets in /packages/smooth_app ([#4742](https://github.com/openfoodfacts/smooth-app/issues/4742)) ([1d9b365](https://github.com/openfoodfacts/smooth-app/commit/1d9b36583491d8da64089ab48d8c498e7199f76c)) +* **deps:** bump audioplayers in /packages/smooth_app ([#4685](https://github.com/openfoodfacts/smooth-app/issues/4685)) ([5fe5e90](https://github.com/openfoodfacts/smooth-app/commit/5fe5e908ef7026182169dcd10b8bab09f1f38a5b)) +* **deps:** bump barcode_widget in /packages/smooth_app ([#4744](https://github.com/openfoodfacts/smooth-app/issues/4744)) ([f9c2d1d](https://github.com/openfoodfacts/smooth-app/commit/f9c2d1d220123ba18e711cc03ce9e7d99413f754)) +* **deps:** bump connectivity_plus in /packages/smooth_app ([#4776](https://github.com/openfoodfacts/smooth-app/issues/4776)) ([1bd71a6](https://github.com/openfoodfacts/smooth-app/commit/1bd71a64fe8d7760565a9b63751f6f5e7d0a7f60)) +* **deps:** bump crowdin/github-action from 1.14.0 to 1.14.1 ([#4763](https://github.com/openfoodfacts/smooth-app/issues/4763)) ([ca252b3](https://github.com/openfoodfacts/smooth-app/commit/ca252b3332926753704416ccf064f46b05776e01)) +* **deps:** bump crowdin/github-action from 1.14.1 to 1.15.1 ([#4788](https://github.com/openfoodfacts/smooth-app/issues/4788)) ([3ad22bf](https://github.com/openfoodfacts/smooth-app/commit/3ad22bff846f524191dc1003984f2078f4d385ba)) +* **deps:** bump crowdin/github-action from 1.15.1 to 1.15.2 ([#4809](https://github.com/openfoodfacts/smooth-app/issues/4809)) ([c85f0bd](https://github.com/openfoodfacts/smooth-app/commit/c85f0bd6ceed8a2e5b1987459ac77a6f9ca85bb2)) +* **deps:** bump cupertino_icons in /packages/smooth_app ([#4774](https://github.com/openfoodfacts/smooth-app/issues/4774)) ([b91ba63](https://github.com/openfoodfacts/smooth-app/commit/b91ba63932579371cb7afd498571a44dec228c55)) +* **deps:** bump device_info_plus in /packages/smooth_app ([#4736](https://github.com/openfoodfacts/smooth-app/issues/4736)) ([84a761c](https://github.com/openfoodfacts/smooth-app/commit/84a761c123c41718cd10e69be71aff5519476d7c)) +* **deps:** bump fastlane in /packages/smooth_app/android ([#4798](https://github.com/openfoodfacts/smooth-app/issues/4798)) ([6c2dafe](https://github.com/openfoodfacts/smooth-app/commit/6c2dafee2c40048f40985f99d9cf95c760a42583)) +* **deps:** bump fastlane in /packages/smooth_app/ios ([#4797](https://github.com/openfoodfacts/smooth-app/issues/4797)) ([cd81469](https://github.com/openfoodfacts/smooth-app/commit/cd81469a5a451f6d717fdcbc7822baa97d876dc4)) +* **deps:** bump fastlane-plugin-flutter_version ([#4760](https://github.com/openfoodfacts/smooth-app/issues/4760)) ([540dd69](https://github.com/openfoodfacts/smooth-app/commit/540dd69b96323b4157049941f6e51e34ed95d79e)) +* **deps:** bump fastlane-plugin-flutter_version ([#4761](https://github.com/openfoodfacts/smooth-app/issues/4761)) ([c1d3233](https://github.com/openfoodfacts/smooth-app/commit/c1d32330cfb43154f4380c643f4898d1b8d2909b)) +* **deps:** bump flutter_email_sender in /packages/smooth_app ([#4750](https://github.com/openfoodfacts/smooth-app/issues/4750)) ([cecf0c6](https://github.com/openfoodfacts/smooth-app/commit/cecf0c6e135639f11e534697bb78a2383c78af27)) +* **deps:** bump flutter_native_splash in /packages/smooth_app ([#4715](https://github.com/openfoodfacts/smooth-app/issues/4715)) ([d51bb4e](https://github.com/openfoodfacts/smooth-app/commit/d51bb4eb2ff7d7724f4ccc929b28eeee9dcff16b)) +* **deps:** bump flutter_svg from 2.0.8 to 2.0.9 in /packages/scanner/shared ([#4759](https://github.com/openfoodfacts/smooth-app/issues/4759)) ([c9fe4d3](https://github.com/openfoodfacts/smooth-app/commit/c9fe4d392749a5024db10f62744da540476f38c5)) +* **deps:** bump openfoodfacts in /packages/smooth_app ([#4784](https://github.com/openfoodfacts/smooth-app/issues/4784)) ([1024559](https://github.com/openfoodfacts/smooth-app/commit/1024559aaa339de6b0cb75c0c08724d2d24cee0b)) +* **deps:** bump path_provider_platform_interface, collection and intl ([#4605](https://github.com/openfoodfacts/smooth-app/issues/4605)) ([ac7b74b](https://github.com/openfoodfacts/smooth-app/commit/ac7b74b83bc0841cd4ed93d26a6072e585346dbc)) +* **deps:** bump provider from 6.0.5 to 6.1.0 in /packages/scanner/shared ([#4773](https://github.com/openfoodfacts/smooth-app/issues/4773)) ([ae64157](https://github.com/openfoodfacts/smooth-app/commit/ae641570dde453e485598bb3e550f29e19933701)) +* **deps:** bump provider from 6.1.0 to 6.1.1 in /packages/scanner/shared ([#4777](https://github.com/openfoodfacts/smooth-app/issues/4777)) ([9ee3c93](https://github.com/openfoodfacts/smooth-app/commit/9ee3c93e060268fc51b2a927f930ff5d4fd7966f)) +* Formatting issue + dependencies upgraded ([#4802](https://github.com/openfoodfacts/smooth-app/issues/4802)) ([fc5daa6](https://github.com/openfoodfacts/smooth-app/commit/fc5daa6bfd603e4ae904e7af1f4a0858c1f3e0e7)) +* Goodbye little Data Importer 👋 ([#4781](https://github.com/openfoodfacts/smooth-app/issues/4781)) ([9d03d4b](https://github.com/openfoodfacts/smooth-app/commit/9d03d4b7f879393cb27473e9c9a314c49b2860f6)) +* Import icons from the POC ([#4747](https://github.com/openfoodfacts/smooth-app/issues/4747)) ([dceeee7](https://github.com/openfoodfacts/smooth-app/commit/dceeee7cb2f53b1968dd1242f2feb9c5fb9c7a23)) +* New Crowdin translations to review and merge ([#4740](https://github.com/openfoodfacts/smooth-app/issues/4740)) ([06ec998](https://github.com/openfoodfacts/smooth-app/commit/06ec9984ca78a5c2cc8ec908ead7d2d06b7ecfe8)) +* old TODOs ([#4758](https://github.com/openfoodfacts/smooth-app/issues/4758)) ([4ab2150](https://github.com/openfoodfacts/smooth-app/commit/4ab2150a60ef97dd603359c9b189c38877178d04)) +* package upgrades ([#4817](https://github.com/openfoodfacts/smooth-app/issues/4817)) ([6e0034b](https://github.com/openfoodfacts/smooth-app/commit/6e0034b7474a59177a5b48073d83a09d19774fe9)) +* Remove the link to "Next mobile app" ([#4792](https://github.com/openfoodfacts/smooth-app/issues/4792)) ([6ebb822](https://github.com/openfoodfacts/smooth-app/commit/6ebb822056eeae12bbbee58ac051de807157a29e)) +* upgrade flutter_svg to 2.0.8 ([#4735](https://github.com/openfoodfacts/smooth-app/issues/4735)) ([17774c8](https://github.com/openfoodfacts/smooth-app/commit/17774c8aaf0dce22fb244663e4965da26d2ad959)) +* upgrade to flutter_map 4.0.0 ([#4752](https://github.com/openfoodfacts/smooth-app/issues/4752)) ([b3f73c0](https://github.com/openfoodfacts/smooth-app/commit/b3f73c061b741fd36457c6e8cccf2c79a04811ab)) +* upgraded flutter_map to 6.0.1 ([#4757](https://github.com/openfoodfacts/smooth-app/issues/4757)) ([0ddd5c6](https://github.com/openfoodfacts/smooth-app/commit/0ddd5c653803f716da5103ab7a57f77a2109b708)) + ## [4.11.0](https://github.com/openfoodfacts/smooth-app/compare/v4.10.0...v4.11.0) (2023-10-26) diff --git a/version.txt b/version.txt index a162ea75a96..815588ef140 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -4.11.0 +4.12.0