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
gh pr comment ${{ github.event.number }} --repo ${{ github.repository }} --body "PRs to \`main\` must come from \`develop\`. Please target \`develop\` instead, or merge your changes into \`develop\` first."
Copy file name to clipboardExpand all lines: CHANGELOG.md
+42Lines changed: 42 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,47 @@
1
1
# Changelog
2
2
3
+
## [1.4.0] - 2026-02-20
4
+
5
+
### Added
6
+
7
+
-**Bulk cover cropping** - Crop a cover and apply the same crop region to the next volume in the series, making it easy to set consistent covers across an entire series
8
+
-**Cloud thumbnail previews** - Cloud-only volumes now show cover thumbnails in the catalog before downloading
9
+
-**Faster catalog scrolling** - Thumbnail rendering rewritten for smoother performance, especially on mobile
10
+
-**AnkiConnect field action badges** - Visual indicators showing Append/Unchanged/Replace behavior for each field
11
+
12
+
### Changed
13
+
14
+
-**AnkiConnect field modal layout** - Tiered accordion design for clearer field organization
15
+
-**Cloud sync now preserves cover images** - Uploads and downloads keep your custom covers and metadata intact
16
+
17
+
### Fixed
18
+
19
+
-**Duplicate cloud folders** - Automatically detects and merges duplicate series folders
20
+
-**Google Drive series deletion** - No longer fails intermittently
21
+
-**Mobile import page reloads** - Fixed unexpected full-page reloads during file imports on mobile
22
+
-**Image-only archive imports** - Now prompts for confirmation instead of silently failing
23
+
-**Routing race conditions** - Fixed premature redirect to catalog when the library loads slowly
24
+
-**Loading vs not-found states** - Proper distinction between "loading" and "does not exist" for series/volumes
25
+
-**Zoom notification removed** - No longer interferes with Yomitan dictionary popups
26
+
-**Image dragging in cropper** - Disabled unwanted drag behavior during crop selection
27
+
-**AnkiConnect field modal fixes** - Truncated long previews, proper crop bounds, scroll wheel support, improved styling
28
+
-**Reader spread navigation** - Fixed forward/backward paging with two-page spreads
29
+
30
+
## [1.3.0] - 2026-01-06
31
+
32
+
### Added
33
+
34
+
-**Dynamic AnkiConnect field mapping** - Configure which template populates each Anki field with a visual UI
35
+
-**Template variables for fields** - Use `{selection}`, `{sentence}`, `{image}`, `{series}`, `{volume}` in any field
36
+
-**Mixed field templates** - Combine text and images in the same field (e.g., `{sentence} {image}`)
0 commit comments