Skip to content

Commit b03d1da

Browse files
authored
New version: chrox.Readest version 0.10.6 (#359772)
1 parent 10e65d9 commit b03d1da

File tree

4 files changed

+151
-0
lines changed

4 files changed

+151
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
3+
4+
PackageIdentifier: chrox.Readest
5+
PackageVersion: 0.10.6
6+
InstallerType: nullsoft
7+
Scope: user
8+
UpgradeBehavior: install
9+
Protocols:
10+
- readest
11+
FileExtensions:
12+
- azw
13+
- azw3
14+
- cbz
15+
- epub
16+
- fb2
17+
- mobi
18+
- pdf
19+
ProductCode: Readest
20+
ReleaseDate: 2026-04-13
21+
Installers:
22+
- Architecture: x64
23+
InstallerUrl: https://github.com/readest/readest/releases/download/v0.10.6/Readest_0.10.6_x64-setup.exe
24+
InstallerSha256: FD9C67C2118EE52E7B556A2A46A1E3D8B1AA1D33AD34F93B5831D60F0BF17381
25+
- Architecture: arm64
26+
InstallerUrl: https://github.com/readest/readest/releases/download/v0.10.6/Readest_0.10.6_arm64-setup.exe
27+
InstallerSha256: 46F67E0F9476449040A495380CEC798A685B5D0C856804335B8EF72314E5B64C
28+
ManifestType: installer
29+
ManifestVersion: 1.12.0
Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json
3+
4+
PackageIdentifier: chrox.Readest
5+
PackageVersion: 0.10.6
6+
PackageLocale: en-US
7+
Publisher: bilingify
8+
PublisherUrl: https://readest.com/
9+
PublisherSupportUrl: https://github.com/readest/readest/issues
10+
PrivacyUrl: https://readest.com/privacy-policy
11+
Author: Huang Xin
12+
PackageName: Readest
13+
PackageUrl: https://readest.com/
14+
License: AGPL-3.0
15+
LicenseUrl: https://github.com/readest/readest/blob/HEAD/LICENSE
16+
Copyright: © 2026 Bilingify LLC. All rights reserved.
17+
CopyrightUrl: https://readest.com/terms-of-service
18+
ShortDescription: An open-source ebook reader designed for immersive and deep reading experiences.
19+
Description: Readest is a modern, feature-rich ebook reader designed for avid readers offering seamless cross-platform access, powerful tools, and an intuitive interface to elevate your reading experience.
20+
Tags:
21+
- ebook
22+
- epub
23+
- mobi
24+
- pdf
25+
- reader
26+
- viewer
27+
ReleaseNotes: |-
28+
Release Highlight
29+
- Library: Much faster browsing for large collections
30+
- Reading: Added an option to keep the book's original paragraph layout
31+
- Reading: Fixed page navigation for Arabic books
32+
- PDF: Fixed TTS reading interruptions at line breaks in PDFs
33+
- PDF: You can now apply your chosen theme colors to PDFs
34+
- Sync: Added HTTP Basic auth support for CWA
35+
- Sync: Improved progress sync with Hardcover.app
36+
- OPDS: You can now edit your registered catalogs, with better handling of download filenames
37+
- Speed Reading: Your reading position now syncs across devices
38+
- Platform: Fixed window buttons on macOS, reduced crashes on iOS
39+
What's Changed
40+
- fix(ui): restore highlight options layout and clean up color name editing by @chrox in https://github.com/readest/readest/pull/3776
41+
- feat(library): align grid hover highlight corner radius by @WhiteHades in https://github.com/readest/readest/pull/3774
42+
- Updating Hardcover progress sync logic (Issue #3775) by @AnandakrishnanV in https://github.com/readest/readest/pull/3777
43+
- fix(dictionary): add Chinese dictionary lookup with pinyin support by @pythontyphon in https://github.com/readest/readest/pull/3784
44+
- fix(style): clamp oversized hardcoded pixel widths and fix browser test flakiness by @chrox in https://github.com/readest/readest/pull/3785
45+
- docs: add threat model and incident response plan to SECURITY.md by @chrox in https://github.com/readest/readest/pull/3788
46+
- Use key attrs to prevent form field issues by @zb140 in https://github.com/readest/readest/pull/3791
47+
- Support HTTP Basic auth for kosync connections by @zb140 in https://github.com/readest/readest/pull/3792
48+
- fix(security): prevent SSRF in kosync proxy by @chrox in https://github.com/readest/readest/pull/3793
49+
- chore(security): update CodeQL workflow to remove languages by @chrox in https://github.com/readest/readest/pull/3794
50+
- fix(pdf): add an option to apply theme colors to PDF, closes #3778 by @chrox in https://github.com/readest/readest/pull/3799
51+
- refactor(sidebar): replace react-window and OverlayScrollbars with react-virtuoso and CSS scrollbars by @lexm2 in https://github.com/readest/readest/pull/3798
52+
- Potential fix for code scanning alert no. 19: DOM text reinterpreted as HTML by @chrox in https://github.com/readest/readest/pull/3802
53+
- Potential fix for code scanning alert no. 12: Use of externally-controlled format string by @chrox in https://github.com/readest/readest/pull/3803
54+
- chore(deps): bump actions/checkout from 4 to 6 in the github-actions group by @dependabot[bot] in https://github.com/readest/readest/pull/3805
55+
- Potential fix for code scanning alert no. 11: Incomplete multi-character sanitization by @chrox in https://github.com/readest/readest/pull/3804
56+
- fix: complete multi-character sanitization for HTML comments in txt.ts by @chrox in https://github.com/readest/readest/pull/3806
57+
- fix: add explicit permissions to GitHub Actions workflows by @chrox in https://github.com/readest/readest/pull/3807
58+
- fix(annotator): fixed instant annotation in scrolled mode, closes #3769 by @chrox in https://github.com/readest/readest/pull/3808
59+
- refactor(reader): priority-based touch interceptor for gesture handling by @chrox in https://github.com/readest/readest/pull/3809
60+
- feat(rsvp): sync reading position to cloud via book_configs by @lexm2 in https://github.com/readest/readest/pull/3801
61+
- fix(opds): handle spaces and quotes in Content-Disposition filename p… by @zeedif in https://github.com/readest/readest/pull/3812
62+
- chore(scripts): add worktree management for isolated PR review and feature work by @chrox in https://github.com/readest/readest/pull/3810
63+
- fix(layout): fix off-by-one page count on fractional DPR devices by @chrox in https://github.com/readest/readest/pull/3813
64+
- fix(tts): skip br elements in PDF text layer to prevent TTS interruptions, closes #3771 by @chrox in https://github.com/readest/readest/pull/3811
65+
- fix(opds): improve robustness of Content-Disposition filename parsing by @zeedif in https://github.com/readest/readest/pull/3816
66+
- feat(opds): allow editing of registered catalogs by @zeedif in https://github.com/readest/readest/pull/3814
67+
- fix(rtl): fix page navigation for Arabic books by @lexm2 in https://github.com/readest/readest/pull/3817
68+
- fix: apply disable click to paginate also for non-iframe clicks by @chrox in https://github.com/readest/readest/pull/3818
69+
- feat(tts): support edge tts on cloudflare worker by @chrox in https://github.com/readest/readest/pull/3819
70+
- fix(eink): remove scroll animation in eink mode and optimize eink detection by @chrox in https://github.com/readest/readest/pull/3822
71+
- fix(layout): fixed bleed layout of images by @chrox in https://github.com/readest/readest/pull/3823
72+
- fix(library): restore breadcrumb 'All' navigation broken by next-view-transitions by @chrox in https://github.com/readest/readest/pull/3829
73+
- perf: optimize library operations for large collections by @lexm2 in https://github.com/readest/readest/pull/3827
74+
- fix(library): fixed the All button in groups breadcrumbs navigation bar, closes #3782 by @chrox in https://github.com/readest/readest/pull/3832
75+
- feat(library): navigate to previous group with the Back button on Android, closes #2675 by @chrox in https://github.com/readest/readest/pull/3833
76+
- perf(library): virtualize grid and list of book items when rendering library page by @chrox in https://github.com/readest/readest/pull/3835
77+
- fix(deps): resolve 13 Dependabot security alerts by @chrox in https://github.com/readest/readest/pull/3840
78+
- fix(deps): add pnpm override for qs >=6.14.2 by @chrox in https://github.com/readest/readest/pull/3841
79+
- fix(ios): reduce GPU memory to prevent WebKit crash on library navigation by @chrox in https://github.com/readest/readest/pull/3842
80+
- fix(macOS): don't show window button when traffic lights are on the header, closes #3831 by @chrox in https://github.com/readest/readest/pull/3843
81+
- Update package installation for Linux-x64 by @Drsheppard01 in https://github.com/readest/readest/pull/3845
82+
- chore(agent): use claude in chrome for web based qa by @chrox in https://github.com/readest/readest/pull/3847
83+
- fix(ux): optimize scrolling UX for the bookshelf and sidebar content by @chrox in https://github.com/readest/readest/pull/3849
84+
- feat(annotator): support instant copy operation for selected text, closes #3828 by @chrox in https://github.com/readest/readest/pull/3854
85+
- refactor(settings): persist the apply-globally toggle per book by @chrox in https://github.com/readest/readest/pull/3856
86+
- fix(settings): fixed color picker for custom highlight colors, closes #3796 by @chrox in https://github.com/readest/readest/pull/3857
87+
- feat(settings): add an option to avoid overriding paragraph layout, closes #3824 by @chrox in https://github.com/readest/readest/pull/3858
88+
- fix(android): use stable safe area insets to avoid unnecessary layout shift, closes #3670 by @chrox in https://github.com/readest/readest/pull/3859
89+
- release: version 0.10.6 by @chrox in https://github.com/readest/readest/pull/3861
90+
New Contributors
91+
- @pythontyphon made their first contribution in https://github.com/readest/readest/pull/3784
92+
- @zb140 made their first contribution in https://github.com/readest/readest/pull/3791
93+
- @Drsheppard01 made their first contribution in https://github.com/readest/readest/pull/3845
94+
Full Changelog: https://github.com/readest/readest/compare/v0.10.4...v0.10.6
95+
ReleaseNotesUrl: https://github.com/readest/readest/releases/tag/v0.10.6
96+
ManifestType: defaultLocale
97+
ManifestVersion: 1.12.0
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json
3+
4+
PackageIdentifier: chrox.Readest
5+
PackageVersion: 0.10.6
6+
PackageLocale: zh-CN
7+
ShortDescription: 一款注重沉浸式深度阅读体验的开源电子书阅读器。
8+
Description: Readest 是一款多功能的现代电子书阅读器,专为书迷设计,提供无缝跨平台访问、强大的工具和直观的界面,提升您的阅读体验。
9+
Tags:
10+
- epub
11+
- mobi
12+
- pdf
13+
- 电子书
14+
- 阅读器
15+
ReleaseNotesUrl: https://github.com/readest/readest/releases/tag/v0.10.6
16+
ManifestType: locale
17+
ManifestVersion: 1.12.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
3+
4+
PackageIdentifier: chrox.Readest
5+
PackageVersion: 0.10.6
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)