From 9ed706cb10b6eb49d5787148fa15aa75fcdf5201 Mon Sep 17 00:00:00 2001 From: Tom Bursch Date: Thu, 4 Apr 2024 12:40:31 +0200 Subject: [PATCH] Prepare release 0.5.0 --- backend/app/config.py | 2 +- kitchenowl/pubspec.yaml | 2 +- metadata/en-US/changelogs/94.txt | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 metadata/en-US/changelogs/94.txt diff --git a/backend/app/config.py b/backend/app/config.py index 28937781..97c080cf 100644 --- a/backend/app/config.py +++ b/backend/app/config.py @@ -33,7 +33,7 @@ MIN_FRONTEND_VERSION = 71 -BACKEND_VERSION = 94 +BACKEND_VERSION = 95 APP_DIR = os.path.dirname(os.path.abspath(__file__)) PROJECT_DIR = os.path.dirname(APP_DIR) diff --git a/kitchenowl/pubspec.yaml b/kitchenowl/pubspec.yaml index bb23a4bb..407a8d66 100644 --- a/kitchenowl/pubspec.yaml +++ b/kitchenowl/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.4.22+93 +version: 0.5.0+94 environment: sdk: ">=3.0.0 <4.0.0" diff --git a/metadata/en-US/changelogs/94.txt b/metadata/en-US/changelogs/94.txt new file mode 100644 index 00000000..108ee56d --- /dev/null +++ b/metadata/en-US/changelogs/94.txt @@ -0,0 +1,6 @@ +- More than 250 new item icons +- Updated household settings +- You can now categorize recent items +- Auto completion of recipe names and categories +- New and updated translations +- Many Bug-fixes and improvements