Skip to content

Commit ef8f846

Browse files
committed
chore(release): 1.8.0 — OneDrive/Local Folder providers, page gap, gdrive reconnect
1 parent 0ce08f2 commit ef8f846

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [1.8.0] - 2026-07-05
4+
5+
### Added
6+
7+
- New Local Folder provider: Chromium-only bulk export, or direct access to sync-only files (#250)
8+
- OneDrive added as a cloud sync provider (#250)
9+
- Paged mode pages can now have a gap between them (#234)
10+
- Ctrl/Cmd+Shift+Scroll live-adjusts the page gap (#234)
11+
12+
### Fixed
13+
14+
- Quick Actions button's solid background restored (#249)
15+
- Fixed a bug where reconnecting Google Drive could revert synced progress
16+
- File type matching on Drive and MEGA is now case-insensitive
17+
- Fixed overlapping text lines in auto mode
18+
19+
### Changed
20+
21+
- Expired Google Drive sessions now show a Reconnect button
22+
- Google Drive reconnect works reliably everywhere now, no popup setup needed
23+
- WebDAV now mentions Mokuro-Bunko server compatibility
24+
325
## [1.7.5] - 2026-07-05
426

527
### 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.7.5",
3+
"version": "1.8.0",
44
"private": true,
55
"scripts": {
66
"dev": "vite dev",

0 commit comments

Comments
 (0)