Skip to content

Commit 9c06779

Browse files
authored
chore: prepare 4.3 release and bump to 4.4 (#658)
1 parent eb2abe9 commit 9c06779

2 files changed

Lines changed: 12 additions & 11 deletions

File tree

APP_STORE_CHANGELOG.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
Reader Improvements
2-
- DIVINA now offers cover-style page transitions on iPhone, iPad, Mac, and Apple TV, with steadier scroll and paged reading, better viewport alignment, improved RTL behavior, more consistent wide-page handling, and more reliable page loading during fast navigation or app interruptions.
3-
- EPUB adds cover transitions on iPhone, iPad, and Mac, and cover-style turns feel smoother thanks to better adjacent page preloading.
2+
- DIVINA now offers cover-style page transitions on iPhone, iPad, Mac, and Apple TV, with steadier scroll and paged reading, better viewport alignment, improved RTL behavior, more consistent wide-page handling, more reliable preloading, and smoother recovery during fast navigation or app interruptions.
3+
- Webtoon and scroll reading behave more predictably, including fixes for backward chapter jumps and page-position jumps after app background/foreground transitions.
4+
- EPUB adds cover transitions on iPhone, iPad, and Mac, cover-style turns feel smoother thanks to better adjacent page preloading, and single-page content now supports swipe chapter navigation more reliably.
45
- Animated GIF and WebP pages now start immediately, stay smooth while you zoom or scroll, and behave more reliably when you reopen, revisit, or switch pages.
5-
- Added a Show Page Shadow option for cleaner seamless spreads, and made page-turn animation settings easier to find with a clearer Off state.
6+
- Added a Show Page Shadow option for cleaner seamless spreads, and reader interactions are more consistent with improved tap-zone handling.
67

78
Offline and Library Workflows
89
- EPUB downloads are now saved as a single file and extracted locally, making offline reading faster and more reliable.

KMReader.xcodeproj/project.pbxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@
438438
"CODE_SIGN_ENTITLEMENTS[sdk=macosx*]" = "KMReader/KMReader-macOS.entitlements";
439439
CODE_SIGN_IDENTITY = "Apple Development";
440440
CODE_SIGN_STYLE = Automatic;
441-
CURRENT_PROJECT_VERSION = 364;
441+
CURRENT_PROJECT_VERSION = 365;
442442
DEVELOPMENT_TEAM = M777UHWZA4;
443443
ENABLE_APP_SANDBOX = YES;
444444
ENABLE_HARDENED_RUNTIME = YES;
@@ -464,7 +464,7 @@
464464
"@executable_path/Frameworks",
465465
);
466466
MACOSX_DEPLOYMENT_TARGET = 14;
467-
MARKETING_VERSION = 4.3;
467+
MARKETING_VERSION = 4.4;
468468
PRODUCT_BUNDLE_IDENTIFIER = com.everpcpc.Komga;
469469
PRODUCT_NAME = "$(TARGET_NAME)";
470470
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -496,7 +496,7 @@
496496
"CODE_SIGN_ENTITLEMENTS[sdk=macosx*]" = "KMReader/KMReader-macOS.entitlements";
497497
CODE_SIGN_IDENTITY = "Apple Distribution";
498498
CODE_SIGN_STYLE = Manual;
499-
CURRENT_PROJECT_VERSION = 364;
499+
CURRENT_PROJECT_VERSION = 365;
500500
DEVELOPMENT_TEAM = "";
501501
"DEVELOPMENT_TEAM[sdk=appletvos*]" = M777UHWZA4;
502502
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = M777UHWZA4;
@@ -525,7 +525,7 @@
525525
"@executable_path/Frameworks",
526526
);
527527
MACOSX_DEPLOYMENT_TARGET = 14;
528-
MARKETING_VERSION = 4.3;
528+
MARKETING_VERSION = 4.4;
529529
PRODUCT_BUNDLE_IDENTIFIER = com.everpcpc.Komga;
530530
PRODUCT_NAME = "$(TARGET_NAME)";
531531
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -556,7 +556,7 @@
556556
CODE_SIGN_ENTITLEMENTS = KMReaderWidgets/KMReaderWidgets.entitlements;
557557
CODE_SIGN_IDENTITY = "Apple Development";
558558
CODE_SIGN_STYLE = Automatic;
559-
CURRENT_PROJECT_VERSION = 364;
559+
CURRENT_PROJECT_VERSION = 365;
560560
DEVELOPMENT_TEAM = M777UHWZA4;
561561
GENERATE_INFOPLIST_FILE = YES;
562562
INFOPLIST_FILE = KMReaderWidgets/Info.plist;
@@ -568,7 +568,7 @@
568568
"@executable_path/Frameworks",
569569
"@executable_path/../../Frameworks",
570570
);
571-
MARKETING_VERSION = 4.3;
571+
MARKETING_VERSION = 4.4;
572572
PRODUCT_BUNDLE_IDENTIFIER = com.everpcpc.Komga.KMReaderWidgets;
573573
PRODUCT_NAME = "$(TARGET_NAME)";
574574
SKIP_INSTALL = YES;
@@ -590,7 +590,7 @@
590590
CODE_SIGN_IDENTITY = "Apple Distribution";
591591
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
592592
CODE_SIGN_STYLE = Manual;
593-
CURRENT_PROJECT_VERSION = 364;
593+
CURRENT_PROJECT_VERSION = 365;
594594
DEVELOPMENT_TEAM = "";
595595
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = M777UHWZA4;
596596
GENERATE_INFOPLIST_FILE = YES;
@@ -603,7 +603,7 @@
603603
"@executable_path/Frameworks",
604604
"@executable_path/../../Frameworks",
605605
);
606-
MARKETING_VERSION = 4.3;
606+
MARKETING_VERSION = 4.4;
607607
PRODUCT_BUNDLE_IDENTIFIER = com.everpcpc.Komga.KMReaderWidgets;
608608
PRODUCT_NAME = "$(TARGET_NAME)";
609609
PROVISIONING_PROFILE_SPECIFIER = "";

0 commit comments

Comments
 (0)