You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: refresh release docs and bump to 4.2 (#602)
- refresh `README.md`, `APP_STORE_DESCRIPTION.txt`, and
`static/index.html` to reflect current reader, offline, and Live
Activity capabilities
- regenerate `APP_STORE_CHANGELOG.txt` from commits since `v4.0` with
user-facing release notes
- run `make minor` to bump marketing version from `4.1` to `4.2` and
build number from `338` to `339`
Copy file name to clipboardExpand all lines: README.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,10 @@
22
22
23
23
### Native Reading Experience
24
24
25
-
- DIVINA reader on iOS, macOS, and tvOS with LTR, RTL, vertical, Webtoon, spreads, zoom, customizable tap zones, and page curl transitions.
25
+
- DIVINA reader on iOS, macOS, and tvOS with LTR, RTL, vertical, Webtoon, spreads, zoom, customizable tap zones, page curl, and iOS cover-style page transitions.
26
26
- EPUB reader on iOS/macOS with paged, scrolled, and curl layouts, custom font importing (`.ttf`/`.otf`), theme presets, multi-column reading, and nested table of contents.
27
-
- PDF reading on iOS/macOS with a native PDF reader or DIVINA mode, plus search, table of contents, page jump, and offline preparation controls.
27
+
- Animated pages use native inline playback with visible preparation progress and smoother performance for long reading sessions.
28
+
- PDF reading on iOS/macOS with a native PDF reader or DIVINA mode, plus search, table of contents, page jump, and clearer offline preparation feedback.
28
29
- Per-book preferences save reading direction, page layout, and theme settings.
29
30
- Incognito mode and iOS Live Text support, including optional shake-to-toggle.
30
31
@@ -40,10 +41,11 @@
40
41
### Offline and Sync
41
42
42
43
- Download books for full offline reading across DIVINA, EPUB, and PDF workflows.
43
-
- iOS background downloads with Live Activities.
44
+
- Manual offline mode controls and resilient iOS background downloads for page files and extra resources.
45
+
- iOS Live Activities for both active reading sessions and downloads.
44
46
- Per-series download policies: Manual, Unread only, Unread + cleanup, and All books.
45
47
- Offline mode includes dedicated downloaded-library browsing and metadata filters.
46
-
- Progress and offline data sync automatically when reconnecting.
48
+
- Progress and offline data sync automatically when reconnecting, including safer conflict handling.
47
49
- Cache controls cover pages and thumbnails.
48
50
49
51
### Multi-Server and Management
@@ -54,7 +56,7 @@
54
56
55
57
### Platform Highlights
56
58
57
-
- iOS/iPadOS: widgets, quick actions, Spotlight search, Live Activities, background downloads, Live Text, and page curl transitions.
59
+
- iOS/iPadOS: widgets, quick actions, Spotlight search, Dynamic Island Live Activities for reader/downloads, background downloads, Live Text, and page curl/cover transitions.
58
60
- macOS: dedicated reader windows, Spotlight search for downloaded content, keyboard shortcuts, and keyboard help overlay.
59
61
- tvOS: remote-first DIVINA reading with a TV-optimized browsing experience.
Copy file name to clipboardExpand all lines: static/index.html
+27-13Lines changed: 27 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
<title>KMReader · Native Komga Client for iOS, macOS & tvOS</title>
7
7
<meta
8
8
name="description"
9
-
content="KMReader is a native SwiftUI Komga client with DIVINA, EPUB, and PDF readers, offline downloads, widgets, quick actions, multi-server switching, and admin tools."
9
+
content="KMReader is a native SwiftUI Komga client with DIVINA, EPUB, and PDF readers, smoother animated page playback, offline downloads, Live Activities, multi-server switching, and admin tools."
0 commit comments