diff --git a/manifests/c/chrox/Readest/0.10.6/chrox.Readest.installer.yaml b/manifests/c/chrox/Readest/0.10.6/chrox.Readest.installer.yaml new file mode 100644 index 0000000000000..47097c0b6c318 --- /dev/null +++ b/manifests/c/chrox/Readest/0.10.6/chrox.Readest.installer.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: chrox.Readest +PackageVersion: 0.10.6 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +Protocols: +- readest +FileExtensions: +- azw +- azw3 +- cbz +- epub +- fb2 +- mobi +- pdf +ProductCode: Readest +ReleaseDate: 2026-04-13 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/readest/readest/releases/download/v0.10.6/Readest_0.10.6_x64-setup.exe + InstallerSha256: FD9C67C2118EE52E7B556A2A46A1E3D8B1AA1D33AD34F93B5831D60F0BF17381 +- Architecture: arm64 + InstallerUrl: https://github.com/readest/readest/releases/download/v0.10.6/Readest_0.10.6_arm64-setup.exe + InstallerSha256: 46F67E0F9476449040A495380CEC798A685B5D0C856804335B8EF72314E5B64C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/chrox/Readest/0.10.6/chrox.Readest.locale.en-US.yaml b/manifests/c/chrox/Readest/0.10.6/chrox.Readest.locale.en-US.yaml new file mode 100644 index 0000000000000..46e43ece1f09d --- /dev/null +++ b/manifests/c/chrox/Readest/0.10.6/chrox.Readest.locale.en-US.yaml @@ -0,0 +1,97 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: chrox.Readest +PackageVersion: 0.10.6 +PackageLocale: en-US +Publisher: bilingify +PublisherUrl: https://readest.com/ +PublisherSupportUrl: https://github.com/readest/readest/issues +PrivacyUrl: https://readest.com/privacy-policy +Author: Huang Xin +PackageName: Readest +PackageUrl: https://readest.com/ +License: AGPL-3.0 +LicenseUrl: https://github.com/readest/readest/blob/HEAD/LICENSE +Copyright: © 2026 Bilingify LLC. All rights reserved. +CopyrightUrl: https://readest.com/terms-of-service +ShortDescription: An open-source ebook reader designed for immersive and deep reading experiences. +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. +Tags: +- ebook +- epub +- mobi +- pdf +- reader +- viewer +ReleaseNotes: |- + Release Highlight + - Library: Much faster browsing for large collections + - Reading: Added an option to keep the book's original paragraph layout + - Reading: Fixed page navigation for Arabic books + - PDF: Fixed TTS reading interruptions at line breaks in PDFs + - PDF: You can now apply your chosen theme colors to PDFs + - Sync: Added HTTP Basic auth support for CWA + - Sync: Improved progress sync with Hardcover.app + - OPDS: You can now edit your registered catalogs, with better handling of download filenames + - Speed Reading: Your reading position now syncs across devices + - Platform: Fixed window buttons on macOS, reduced crashes on iOS + What's Changed + - fix(ui): restore highlight options layout and clean up color name editing by @chrox in https://github.com/readest/readest/pull/3776 + - feat(library): align grid hover highlight corner radius by @WhiteHades in https://github.com/readest/readest/pull/3774 + - Updating Hardcover progress sync logic (Issue #3775) by @AnandakrishnanV in https://github.com/readest/readest/pull/3777 + - fix(dictionary): add Chinese dictionary lookup with pinyin support by @pythontyphon in https://github.com/readest/readest/pull/3784 + - fix(style): clamp oversized hardcoded pixel widths and fix browser test flakiness by @chrox in https://github.com/readest/readest/pull/3785 + - docs: add threat model and incident response plan to SECURITY.md by @chrox in https://github.com/readest/readest/pull/3788 + - Use key attrs to prevent form field issues by @zb140 in https://github.com/readest/readest/pull/3791 + - Support HTTP Basic auth for kosync connections by @zb140 in https://github.com/readest/readest/pull/3792 + - fix(security): prevent SSRF in kosync proxy by @chrox in https://github.com/readest/readest/pull/3793 + - chore(security): update CodeQL workflow to remove languages by @chrox in https://github.com/readest/readest/pull/3794 + - fix(pdf): add an option to apply theme colors to PDF, closes #3778 by @chrox in https://github.com/readest/readest/pull/3799 + - refactor(sidebar): replace react-window and OverlayScrollbars with react-virtuoso and CSS scrollbars by @lexm2 in https://github.com/readest/readest/pull/3798 + - Potential fix for code scanning alert no. 19: DOM text reinterpreted as HTML by @chrox in https://github.com/readest/readest/pull/3802 + - Potential fix for code scanning alert no. 12: Use of externally-controlled format string by @chrox in https://github.com/readest/readest/pull/3803 + - 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 + - Potential fix for code scanning alert no. 11: Incomplete multi-character sanitization by @chrox in https://github.com/readest/readest/pull/3804 + - fix: complete multi-character sanitization for HTML comments in txt.ts by @chrox in https://github.com/readest/readest/pull/3806 + - fix: add explicit permissions to GitHub Actions workflows by @chrox in https://github.com/readest/readest/pull/3807 + - fix(annotator): fixed instant annotation in scrolled mode, closes #3769 by @chrox in https://github.com/readest/readest/pull/3808 + - refactor(reader): priority-based touch interceptor for gesture handling by @chrox in https://github.com/readest/readest/pull/3809 + - feat(rsvp): sync reading position to cloud via book_configs by @lexm2 in https://github.com/readest/readest/pull/3801 + - fix(opds): handle spaces and quotes in Content-Disposition filename p… by @zeedif in https://github.com/readest/readest/pull/3812 + - chore(scripts): add worktree management for isolated PR review and feature work by @chrox in https://github.com/readest/readest/pull/3810 + - fix(layout): fix off-by-one page count on fractional DPR devices by @chrox in https://github.com/readest/readest/pull/3813 + - 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 + - fix(opds): improve robustness of Content-Disposition filename parsing by @zeedif in https://github.com/readest/readest/pull/3816 + - feat(opds): allow editing of registered catalogs by @zeedif in https://github.com/readest/readest/pull/3814 + - fix(rtl): fix page navigation for Arabic books by @lexm2 in https://github.com/readest/readest/pull/3817 + - fix: apply disable click to paginate also for non-iframe clicks by @chrox in https://github.com/readest/readest/pull/3818 + - feat(tts): support edge tts on cloudflare worker by @chrox in https://github.com/readest/readest/pull/3819 + - fix(eink): remove scroll animation in eink mode and optimize eink detection by @chrox in https://github.com/readest/readest/pull/3822 + - fix(layout): fixed bleed layout of images by @chrox in https://github.com/readest/readest/pull/3823 + - fix(library): restore breadcrumb 'All' navigation broken by next-view-transitions by @chrox in https://github.com/readest/readest/pull/3829 + - perf: optimize library operations for large collections by @lexm2 in https://github.com/readest/readest/pull/3827 + - fix(library): fixed the All button in groups breadcrumbs navigation bar, closes #3782 by @chrox in https://github.com/readest/readest/pull/3832 + - feat(library): navigate to previous group with the Back button on Android, closes #2675 by @chrox in https://github.com/readest/readest/pull/3833 + - perf(library): virtualize grid and list of book items when rendering library page by @chrox in https://github.com/readest/readest/pull/3835 + - fix(deps): resolve 13 Dependabot security alerts by @chrox in https://github.com/readest/readest/pull/3840 + - fix(deps): add pnpm override for qs >=6.14.2 by @chrox in https://github.com/readest/readest/pull/3841 + - fix(ios): reduce GPU memory to prevent WebKit crash on library navigation by @chrox in https://github.com/readest/readest/pull/3842 + - 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 + - Update package installation for Linux-x64 by @Drsheppard01 in https://github.com/readest/readest/pull/3845 + - chore(agent): use claude in chrome for web based qa by @chrox in https://github.com/readest/readest/pull/3847 + - fix(ux): optimize scrolling UX for the bookshelf and sidebar content by @chrox in https://github.com/readest/readest/pull/3849 + - feat(annotator): support instant copy operation for selected text, closes #3828 by @chrox in https://github.com/readest/readest/pull/3854 + - refactor(settings): persist the apply-globally toggle per book by @chrox in https://github.com/readest/readest/pull/3856 + - fix(settings): fixed color picker for custom highlight colors, closes #3796 by @chrox in https://github.com/readest/readest/pull/3857 + - feat(settings): add an option to avoid overriding paragraph layout, closes #3824 by @chrox in https://github.com/readest/readest/pull/3858 + - fix(android): use stable safe area insets to avoid unnecessary layout shift, closes #3670 by @chrox in https://github.com/readest/readest/pull/3859 + - release: version 0.10.6 by @chrox in https://github.com/readest/readest/pull/3861 + New Contributors + - @pythontyphon made their first contribution in https://github.com/readest/readest/pull/3784 + - @zb140 made their first contribution in https://github.com/readest/readest/pull/3791 + - @Drsheppard01 made their first contribution in https://github.com/readest/readest/pull/3845 + Full Changelog: https://github.com/readest/readest/compare/v0.10.4...v0.10.6 +ReleaseNotesUrl: https://github.com/readest/readest/releases/tag/v0.10.6 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/chrox/Readest/0.10.6/chrox.Readest.locale.zh-CN.yaml b/manifests/c/chrox/Readest/0.10.6/chrox.Readest.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6b109144c71d1 --- /dev/null +++ b/manifests/c/chrox/Readest/0.10.6/chrox.Readest.locale.zh-CN.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: chrox.Readest +PackageVersion: 0.10.6 +PackageLocale: zh-CN +ShortDescription: 一款注重沉浸式深度阅读体验的开源电子书阅读器。 +Description: Readest 是一款多功能的现代电子书阅读器,专为书迷设计,提供无缝跨平台访问、强大的工具和直观的界面,提升您的阅读体验。 +Tags: +- epub +- mobi +- pdf +- 电子书 +- 阅读器 +ReleaseNotesUrl: https://github.com/readest/readest/releases/tag/v0.10.6 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/chrox/Readest/0.10.6/chrox.Readest.yaml b/manifests/c/chrox/Readest/0.10.6/chrox.Readest.yaml new file mode 100644 index 0000000000000..326ae1ef69551 --- /dev/null +++ b/manifests/c/chrox/Readest/0.10.6/chrox.Readest.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: chrox.Readest +PackageVersion: 0.10.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0