Skip to content

Commit 0ec642c

Browse files
authored
Merge develop into main: release v1.7.5
Release v1.7.5
2 parents 2531d1f + 6516c7c commit 0ec642c

33 files changed

Lines changed: 4292 additions & 149 deletions

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ jobs:
1010
release:
1111
name: Release
1212
runs-on: ubuntu-latest
13+
# The repo's default workflow token is read-only, so without this the job 403s
14+
# when pushing the tag / creating the release (releases had to be made by hand).
15+
permissions:
16+
contents: write
1317
steps:
1418
- uses: actions/checkout@v4
1519
with:

CHANGELOG.md

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

3+
## [1.7.5] - 2026-07-05
4+
5+
### Added
6+
7+
- Blocks series rename when cloud has undownloaded volumes (#233)
8+
- Confirms before overwriting an existing cloud backup (#233)
9+
- Sanitizes titles for filesystem/cloud safety on save (#233)
10+
- Old cloud series folder auto-deleted after rename
11+
12+
### Fixed
13+
14+
- Text placement significantly improved in auto mode (#243)
15+
- Cloud-backed volume renames no longer revert after sync (#233)
16+
- Series rename now updates every volume's cloud metadata (#233)
17+
- Cloud-downloaded titles no longer mangled by sanitization (#233)
18+
- MEGA library now updates live after cloud renames (#233)
19+
- Duplicate OCR blocks deduplicated across all font modes (#243)
20+
21+
### Changed
22+
23+
- Auto font-size now positions each line by its own quad (#243)
24+
- Series rename now applies per-volume, reporting partial failures (#233)
25+
326
## [1.7.4] - 2026-06-30
427

528
### Added

0 commit comments

Comments
 (0)