Skip to content

Commit fdcd0cf

Browse files
Gnathonicclaude
andcommitted
chore: bump version to 1.5.0 and add changelog
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ec054ae commit fdcd0cf

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [1.5.0] - 2026-02-28
4+
5+
### Added
6+
7+
- **WebDAV download retry** - Failed downloads now retry automatically with resume support
8+
- **Easier OCR with mokuro-bunko** - Image-only volumes uploaded to a [mokuro-bunko](https://github.com/Gnathonic/mokuro-bunko) for OCR processing will automatically have their text data added locally on the next refresh.
9+
- **Catalog drop shadow toggle** - Drop shadows on catalog thumbnails can now be disabled, improving the appearance of spine showcase mode
10+
- **Delete cloud-only series** - Remove series from cloud storage directly without needing to download them first
11+
- **Volume keyboard shortcuts** - Hover over a volume on the series page and press E to edit, C to change cover, Delete to remove, or Shift+Delete to delete from cloud
12+
- **Cover page stitching** - Combine two pages side-by-side when cropping a cover, great for spread artwork split across two pages
13+
- **Cover picker improvements** - Rotate images, pages in reading order, and custom covers sync to the cloud automatically
14+
- **Escape closes modals** - Pressing Escape in the volume editor or cover picker closes the modal instead of leaving the series page
15+
16+
### Changed
17+
18+
- **Smarter series grouping** - Local and cloud volumes now always appear together in the catalog even if they were imported separately or have slight differences in naming
19+
20+
### Fixed
21+
22+
- **Dual page cover handling** - Fixed cover page consuming two pages instead of one when dual page mode is set explicitly
23+
- **AnkiConnect page numbers** - Correct page numbers in templates, including dual-page captures
24+
- **AnkiConnect tags on mobile** - Fixed tags appearing in update mode on Android when they should be disabled
25+
- **AnkiConnect card updates** - Updating existing cards now preserves their formatting
26+
327
## [1.4.0] - 2026-02-20
428

529
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mokuro-reader",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"private": true,
55
"scripts": {
66
"dev": "vite dev",

0 commit comments

Comments
 (0)