Skip to content

Commit 1ae8fb7

Browse files
committed
release: 2.0.3
1 parent 34e9847 commit 1ae8fb7

5 files changed

Lines changed: 19 additions & 20 deletions

File tree

composeApp/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ val prop =
2323
val date = LocalDate.now().toString()
2424

2525
// Android/linux version name can contain more information
26-
val kitshnVersionName = "2.0.2"
27-
val kitshnVersionCode = 20020
26+
val kitshnVersionName = "2.0.3"
27+
val kitshnVersionCode = 20030
2828

2929
// iOS, dmg and MSI are limited to [Major].[Minor].[Patch] format
30-
val kitshnAlternateVersionName = "2.0.2"
30+
val kitshnAlternateVersionName = "2.0.3"
3131
val kitshnAlternateBuildVersionName = kitshnAlternateVersionName.split(".").run {
3232
this[0] + "." + this[1] + "." + kitshnVersionCode
3333
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This is a small release fixing compatibility with Tandoor v2.4.

fastlane/metadata/changelog.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44

55
### Hey ✌️
66

7-
This is a small release with some minor improvements:
7+
This is a small release fixing compatibility with Tandoor v2.4.
8+
The new features are not supported yet (see #323).
89

9-
1. Now saving _supermarket_ and _grouping_ settings in _shopping_ even after closing app.
10-
2. Added new _ticking ingredients off_ feature in _recipe details_ view and _cooking_ mode (#314).
10+
1. Adapted to _API changes_ in Tandoor **v2.4.0** (#322).
1111

1212
---
1313

1414
## Commits
1515

16-
- feat(commonMain/shopping): now saving grouping and supermarket settings forever
17-
- feat(commonMain/recipes): added ticking off ingredients in RecipeDetails.kt and in cooking mode (resolved #314)
16+
- fix(commonMain/shopping): improved ShoppingListEntriesCache.kt to allow saving larger entry lists
17+
- fix(commonMain/shopping): adapted to api changes in Tandoor v2.4.0 (resolved #322)
18+
- chore(commonMain/api): marked v2.4.0/1 as compatible
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
This is a small release with some minor improvements:
2-
3-
1. Now saving supermarket and grouping settings in shopping even after closing app.
4-
2. Added new ticking ingredients off feature in recipe details view and cooking mode (#314).
1+
This is a small release fixing compatibility with Tandoor v2.4.

iosApp/iosApp.xcodeproj/project.pbxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@
299299
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
300300
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
301301
CODE_SIGN_STYLE = Automatic;
302-
CURRENT_PROJECT_VERSION = 20020;
302+
CURRENT_PROJECT_VERSION = 20030;
303303
DEVELOPMENT_TEAM = 7C29XH34W5;
304304
ENABLE_USER_SCRIPT_SANDBOXING = YES;
305305
GCC_C_LANGUAGE_STANDARD = gnu17;
@@ -314,7 +314,7 @@
314314
"@executable_path/../../Frameworks",
315315
);
316316
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
317-
MARKETING_VERSION = 2.0.2;
317+
MARKETING_VERSION = 2.0.3;
318318
PRODUCT_BUNDLE_IDENTIFIER = de.kitshn.appleios.import;
319319
PRODUCT_NAME = "$(TARGET_NAME)";
320320
SKIP_INSTALL = YES;
@@ -331,7 +331,7 @@
331331
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
332332
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
333333
CODE_SIGN_STYLE = Automatic;
334-
CURRENT_PROJECT_VERSION = 20020;
334+
CURRENT_PROJECT_VERSION = 20030;
335335
DEVELOPMENT_TEAM = 7C29XH34W5;
336336
ENABLE_USER_SCRIPT_SANDBOXING = YES;
337337
GCC_C_LANGUAGE_STANDARD = gnu17;
@@ -346,7 +346,7 @@
346346
"@executable_path/../../Frameworks",
347347
);
348348
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
349-
MARKETING_VERSION = 2.0.2;
349+
MARKETING_VERSION = 2.0.3;
350350
PRODUCT_BUNDLE_IDENTIFIER = de.kitshn.appleios.import;
351351
PRODUCT_NAME = "$(TARGET_NAME)";
352352
SKIP_INSTALL = YES;
@@ -477,7 +477,7 @@
477477
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
478478
CODE_SIGN_ENTITLEMENTS = iosApp/iosApp.entitlements;
479479
CODE_SIGN_STYLE = Automatic;
480-
CURRENT_PROJECT_VERSION = 20020;
480+
CURRENT_PROJECT_VERSION = 20030;
481481
DEVELOPMENT_ASSET_PATHS = "\"iosApp/Preview Content\"";
482482
DEVELOPMENT_TEAM = 7C29XH34W5;
483483
ENABLE_PREVIEWS = YES;
@@ -494,7 +494,7 @@
494494
"$(inherited)",
495495
"@executable_path/Frameworks",
496496
);
497-
MARKETING_VERSION = 2.0.2;
497+
MARKETING_VERSION = 2.0.3;
498498
PRODUCT_BUNDLE_IDENTIFIER = de.kitshn.appleios;
499499
PRODUCT_NAME = kitshn;
500500
SWIFT_EMIT_LOC_STRINGS = YES;
@@ -510,7 +510,7 @@
510510
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
511511
CODE_SIGN_ENTITLEMENTS = iosApp/iosApp.entitlements;
512512
CODE_SIGN_STYLE = Automatic;
513-
CURRENT_PROJECT_VERSION = 20020;
513+
CURRENT_PROJECT_VERSION = 20030;
514514
DEVELOPMENT_ASSET_PATHS = "\"iosApp/Preview Content\"";
515515
DEVELOPMENT_TEAM = 7C29XH34W5;
516516
ENABLE_PREVIEWS = YES;
@@ -527,7 +527,7 @@
527527
"$(inherited)",
528528
"@executable_path/Frameworks",
529529
);
530-
MARKETING_VERSION = 2.0.2;
530+
MARKETING_VERSION = 2.0.3;
531531
PRODUCT_BUNDLE_IDENTIFIER = de.kitshn.appleios;
532532
PRODUCT_NAME = kitshn;
533533
SWIFT_EMIT_LOC_STRINGS = YES;

0 commit comments

Comments
 (0)