Releases: DoView1/DoView-release
Releases · DoView1/DoView-release
DoView v1.2.0
DoView v1.2.0
주요 업데이트
탭과 빈 작업공간 안정화
- 빈 탭에 그린 주석이 새 탭으로 새어 들어가던 상태 공유 문제를 수정했습니다.
- 탭 전환과 복원 중 오래된 렌더 결과가 현재 탭 상태를 덮어쓰지 않도록 복원 흐름을 강화했습니다.
- 더티 상태의 빈 작업공간을 닫거나 다른 파일을 열 때 주석 손실 가능성을 줄였습니다.
EPUB, PDF, DOCX 문서 흐름 개선
- EPUB publication 보기, 검색, 텍스트 AI, TTS, 읽기 테마가 같은 텍스트 문서 계열로 일관되게 동작하도록 정리했습니다.
- EPUB 레이아웃과 앵커 복원 상태가 탭 스냅샷에 더 안정적으로 보존되도록 개선했습니다.
- DOCX 렌더 후 이전 읽기 위치가 복원되도록 수정했습니다.
- PDF, DOCX, EPUB 파일 열기와 최근 항목/세션 복원 경로의 타입 처리를 보강했습니다.
보안과 업데이트 준비
- AI 이미지 provider가 반환한 원격 이미지 URL은 HTTPS와 내부망 차단 검증을 통과한 경우에만 가져오도록 제한했습니다.
- PDF data URL이 이미지 전용 AI 경로로 잘못 전달되지 않도록 검증 경계를 분리했습니다.
- legacy API key 저장소가 삭제된 키를 되살릴 수 있던 fallback 경로를 정리했습니다.
- production debug event log는 명시적으로 켠 경우에만 기록되도록 변경했습니다.
- 패키지에
app-update.yml을 포함해 GitHub Releases 기반 업데이트 메타데이터를 읽을 수 있도록 정리했습니다.
파일 열기와 패키지 검증
- Windows 파일 연결, drag/drop, 최근 항목, 혼합 폴더/압축 파일 열기 경로를 보강했습니다.
- Windows packaged smoke workflow와 packaged file-open smoke runner를 추가했습니다.
- renderer build, 전체 Node 테스트, blank-tab annotation smoke, Windows unpacked packaging 검증을 통과했습니다.
포함 자산
DoView-Setup-1.2.0.exeDoView-Setup-1.2.0.exe.blockmapDoView.v1.2.0.ziplatest.yml
DoView v1.2.0
Highlights
More Reliable Tabs and Blank Workspaces
- Fixed state leakage where annotations drawn on a blank tab could appear on a newly created tab.
- Hardened tab restore so stale render results cannot overwrite the currently active tab after fast tab switching.
- Reduced annotation loss risk when closing dirty blank workspaces or opening another file.
Better EPUB, PDF, and DOCX Document Flows
- Made EPUB publication mode behave consistently as a text-document mode for search, text AI, TTS, and reading themes.
- Preserved EPUB layout and anchor-restore state more reliably in tab snapshots.
- Restored DOCX reading position after document render commits.
- Improved PDF, DOCX, and EPUB type handling across open, recent-item, and session-restore paths.
Security and Update Readiness
- Restricted AI provider remote image fetches to validated HTTPS URLs and blocked localhost/internal-network hosts.
- Split PDF data URL validation from image-only AI validation paths.
- Retired legacy API key fallback behavior that could resurrect removed secrets.
- Gated production debug event logging behind an explicit opt-in.
- Included
app-update.ymlin packaged builds so GitHub Releases update metadata can be resolved.
File-Open and Package Verification
- Hardened Windows file association, drag/drop, recent-item, mixed-folder, and archive open flows.
- Added Windows packaged smoke workflow coverage and a packaged file-open smoke runner.
- Verified renderer build, full Node test suite, blank-tab annotation smoke, and Windows unpacked packaging.
Assets
DoView-Setup-1.2.0.exeDoView-Setup-1.2.0.exe.blockmapDoView.v1.2.0.ziplatest.yml
DoView v1.1.9
DoView v1.1.9
주요 업데이트
단축키 설정 개선
- 설정에서 주요 키보드 단축키를 직접 변경하고 기본값으로 되돌릴 수 있게 했습니다.
- 단축키를 변경하면 이전 기본 단축키가 함께 동작하던 문제를 수정했습니다.
- 전체화면 단축키를 F10 등으로 바꿨을 때 빠르게 켜졌다 꺼지는 중복 처리 문제를 수정했습니다.
- 입력창에서는 일반 단축키가 오작동하지 않도록 하고, 검색/전체화면처럼 필요한 단축키만 처리되도록 정리했습니다.
Windows 메뉴 단축키 간섭 제거
- Windows 기본 애플리케이션 메뉴가 F11 같은 네이티브 단축키를 함께 처리하지 않도록 정리했습니다.
- 앱 내부 단축키 해석 경로를 명령 레지스트리 기반으로 정리해, 사용자 설정 단축키가 일관되게 적용되도록 했습니다.
로컬라이징 보강
- 독일어, 스페인어, 프랑스어, 이탈리아어, 일본어, 한국어, 러시아어, 태국어, 중국어, 아랍어 번역을 보강했습니다.
- 단축키 설정, EPUB 보기, 보기 모드, 이미지 변환, 내보내기, TTS, 업데이트 안내 등에서 영어 문구가 남던 문제를 수정했습니다.
- 전체 번들 언어에서 영어 원문 fallback이 다시 들어오지 않도록 i18n 테스트 범위를 확장했습니다.
보기 상태 저장 안정화
- 단축키 설정과 전체화면 상태 저장 경로를 설정 스키마와 세션 복원 흐름에 맞게 정리했습니다.
- 전체화면 전환 상태가 앱 상태와 저장 설정에 더 안정적으로 반영되도록 개선했습니다.
포함 자산
DoView-Setup-1.1.9.exeDoView-Setup-1.1.9.exe.blockmapDoView.v1.1.9.ziplatest.yml
DoView v1.1.9
Highlights
Better Shortcut Settings
- Added editable keyboard shortcuts in Settings, including per-shortcut reset support.
- Fixed changed shortcuts so the previous default shortcut no longer keeps firing.
- Fixed duplicate fullscreen toggles when remapping fullscreen to keys such as F10.
- Cleaned up form-field handling so normal shortcuts do not interfere with typing while search/fullscreen shortcuts still work where expected.
Removed Windows Menu Shortcut Interference
- Disabled the native Windows application menu path that could also handle keys such as F11.
- Routed app shortcuts through a command registry so user shortcut overrides are applied consistently.
Localization Improvements
- Expanded German, Spanish, French, Italian, Japanese, Korean, Russian, Thai, Chinese, and Arabic translations.
- Fixed English leftovers in shortcut settings, EPUB view, view modes, image transform, export, TTS, and update messages.
- Expanded i18n tests so bundled locales cannot silently fall back to English for key visible labels.
More Stable View-State Persistence
- Aligned shortcut settings and fullscreen state with the settings schema and session-restore flow.
- Improved fullscreen state synchronization with app state and saved settings.
Assets
DoView-Setup-1.1.9.exeDoView-Setup-1.1.9.exe.blockmapDoView.v1.1.9.ziplatest.yml
DoView v1.1.8
DoView v1.1.8
주요 업데이트
보기 상태 복원 강화
- 시작 시 보기 상태 복원 옵션을 추가했습니다.
- 이전 세션 복원과 별개로 전체화면, 회전, 이미지 보정 상태를 다시 복원할 수 있게 했습니다.
탐색 흐름 개선
- 하위 폴더와 옆 압축파일로 바로 이어지는 탐색을 추가했습니다.
- 마지막 경계에서 다음 source를 고를 수 있는 흐름을 추가했습니다.
- 사이드바를 다시 여는 UX를 개선했습니다.
라이브러리 개편
- 라이브러리 구조와 탐색 흐름을 정리했습니다.
- 최근/북마크/주석 패널의 미리보기 캐시와 표시 시점을 개선해 CPU 사용량과 깜빡임을 줄였습니다.
대용량 폴더 / 컬렉션 로딩 개선
- 큰 폴더를 열 때 전체 스캔이 끝날 때까지 기다리지 않고, 먼저 보여줄 수 있는 결과를 먼저 표시하도록 개선했습니다.
- 수만 장 규모의 컬렉션에서도 초기 표시와 이후 확장 흐름이 더 안정적으로 동작하도록 조정했습니다.
- 빈 하위 폴더나 지원 이미지가 없는 폴더로 이동할 때의 UX를 개선했습니다.
파일 열기 안정성 전면 개선
- 파일 열기, 드래그앤드롭, 최근 항목, 북마크, 세션 복원, 런치 payload 경로에서 파일 타입 판별과 열기 흐름을 더 일관되게 정리했습니다.
txt,log,pdf,epub,docx, 압축파일, 이미지, 폴더를 여는 경로를 보강했습니다.- 텍스트성 파일 판별 범위를 넓히고, 일부 경로에는 내용 기반 판별도 추가했습니다.
PDF / EPUB / DOCX 안정화
- PDF 관련 안정성을 개선하고, 가능한 경우 뷰어를 우선 유지하는 방향으로 폴백 흐름을 정리했습니다.
- EPUB과 DOCX가 일부 경로에서 간헐적으로 열리지 않던 문제를 보강했습니다.
- 파일 열기 실패 원인을 더 추적하기 쉽게 로그와 오류 처리도 보완했습니다.
업데이트 UX / 적용 개선
- 변경사항 보기가 설정 창 뒤에 가려지지 않도록 표시 계층과 레이아웃을 정리했습니다.
- 업데이트가 있을 때 설정 버튼과 설정 패널에서 더 눈에 띄게 표시되도록 개선했습니다.
- 다운로드 후 재시작 시 설치 마법사가 다시 뜨던 문제를 수정하고, 자동 업데이트 적용 흐름을 정리했습니다.
포함 자산
DoView-Setup-1.1.8.exeDoView-Setup-1.1.8.exe.blockmapDoView.v1.1.8.ziplatest.yml
DoView v1.1.8
Highlights
Better View-State Restore
- Added an option to restore the previous viewing state on startup.
- Fullscreen, rotation, and image-adjustment state can now be restored independently from session restore.
Better Navigation Flow
- Added navigation into subfolders and neighboring archive files.
- Added a flow for choosing the next source at the end boundary.
- Improved the UX for reopening the sidebar.
Library Refresh
- Reworked the library structure and browsing flow.
- Improved preview caching and reveal timing for recent/bookmark/annotation panels to reduce CPU spikes and flicker.
Large Folder / Collection Loading Improvements
- Large folders no longer wait for a full scan before showing usable results.
- Large collections now behave more reliably during the first render and subsequent expansion.
- Improved the UX for empty subfolders and folders without supported images.
File-Open Stability Overhaul
- Unified file detection and open flows across file open, drag-and-drop, recent items, bookmarks, session restore, and launch payloads.
- Hardened open paths for
txt,log,pdf,epub,docx, archives, images, and folders. - Expanded text-like file detection and added content-based recovery in selected paths.
PDF / EPUB / DOCX Stability
- Improved PDF stability with a more viewer-first fallback strategy.
- Fixed intermittent open failures for EPUB and DOCX on some paths.
- Improved failure diagnostics and logging so open errors are easier to track down.
Update UX / Apply Flow
- Fixed the release-notes dialog so it no longer appears behind Settings and made the content easier to read.
- Made available updates more visible from the Settings button and update section.
- Fixed the restart-after-download path so applying an update no longer falls back to the full installer wizard.
Assets
DoView-Setup-1.1.8.exeDoView-Setup-1.1.8.exe.blockmapDoView.v1.1.8.ziplatest.yml
DoView v1.1.7
DoView v1.1.7
참고: 1.1.6 사용자 중 일부는 이전 빌드에 업데이트 메타데이터가 없어, 이번 버전은 한 번 수동 설치가 필요할 수 있습니다.
주요 업데이트
이미지 보기 품질 개선
- 이미지 맞춤과 보기 모드 구성을 정리해 혼선을 줄였습니다.
- 보기 모드 전환 시 현재 읽고 있던 위치를 최대한 유지하도록 개선했습니다.
- 양면 펼침과 표지 단독, 좌→우/우→좌 양면 방식을 추가했습니다.
이미지 저장 / 변환 흐름 개선
- 현재 이미지 저장 / 변환과 현재 열린 이미지 전체 변환을 더 직관적으로 분리했습니다.
- 형식 선택과 저장 흐름을 정리해 확장자 변경 기능을 더 쉽게 찾을 수 있게 했습니다.
업데이트 경험 개선
- 업데이트 설치 후 이번 버전 변경사항을 바로 확인할 수 있는 흐름을 추가했습니다.
- 자동 다운로드 없이, 사용자가 직접 보고 선택하는 방식은 그대로 유지했습니다.
포함 자산
DoView-Setup-1.1.7-x64.exeDoView-Setup-1.1.7-x64.exe.blockmapDoView.v1.1.7.ziplatest.yml
DoView v1.1.7
Note: Some users on 1.1.6 may need to install this version manually once because the previous build did not include update metadata.
Highlights
Image Viewing Polish
- Refined image fit and view mode controls to reduce confusion.
- Improved view-mode switching so it keeps your reading position more reliably.
- Added double-page spreads with cover-single and LTR/RTL spread presets.
Better Save / Convert Flow
- Made current-image save/convert and current-session batch convert easier to discover.
- Cleaned up the format-selection flow so extension conversion is more obvious.
Better Update Experience
- Added a lightweight post-install "what changed" flow after updates complete.
- Kept downloads manual so users stay in control.
Assets
DoView-Setup-1.1.7-x64.exeDoView-Setup-1.1.7-x64.exe.blockmapDoView.v1.1.7.ziplatest.yml
DoView v1.1.6
DoView v1.1.6
주요 업데이트
PDF 열기 복구
- PDF.js JPX/OpenJPEG wasm 경로를 정리해 일부 PDF가 열리지 않던 문제를 수정했습니다.
- Windows 패키지에 필요한 wasm 자산이 함께 포함되도록 정리했습니다.
Windows 현대 이미지 포맷 복구
- AVIF, HEIC, HEIF 열기를 Windows imaging pipeline 기준으로 복구했습니다.
- 단일 파일 실행, 세션 기록, 패키지 앱 launch 흐름까지 함께 점검했습니다.
JXL 열기 복구
- Windows 기본 코덱과 sharp에서 열리지 않는 환경을 대비해 x64용 bundled
djxl.exefallback을 추가했습니다. - 패키지 앱에서도
app.asar.unpacked경로로 decoder를 찾도록 정리했습니다.
포함 자산
DoView-Setup-1.1.6-x64.exeDoView-Setup-1.1.6-x64.exe.blockmapDoView.v1.1.6.ziplatest.yml
DoView v1.1.6
Highlights
PDF Open Recovery
- Fixed PDF open failures related to the PDF.js JPX/OpenJPEG wasm path.
- Ensured the required wasm assets ship with the Windows package.
Windows Modern Image Recovery
- Restored AVIF, HEIC, and HEIF opening through the Windows imaging pipeline.
- Rechecked single-file launch, session history, and packaged-app launch flows.
JXL Open Recovery
- Added a bundled x64
djxl.exefallback for environments where Windows codecs and sharp cannot decode JXL. - Ensured the packaged app resolves the decoder from
app.asar.unpacked.
Assets
DoView-Setup-1.1.6-x64.exeDoView-Setup-1.1.6-x64.exe.blockmapDoView.v1.1.6.ziplatest.yml
DoView v1.1.5
DoView v1.1.5
주요 업데이트
주석 기능 추가 및 텍스트 주석 안정화
- 1.1.0에는 없던 형광펜, 그리기, 메모 주석 기능을 추가했습니다.
- 이미지뿐 아니라 텍스트 문서에서도 주석 도구를 사용할 수 있도록 정리했습니다.
- 텍스트 주석이 한쪽 보기, 양쪽 보기, 확대/축소, 글꼴 크기 변경처럼 레이아웃이 바뀌는 상황에서도 더 안정적으로 유지되도록 개선했습니다.
- 주석 색상, 두께, 최근 색상, 지우개, undo/redo 흐름을 정리했습니다.
라이브러리 패널 추가
- 1.1.0에는 없던 라이브러리 패널을 추가했습니다.
- 히스토리, 북마크, 주석을 한곳에서 탐색할 수 있습니다.
- 주석은 하이라이트, 메모, 그리기 기준으로 나눠서 볼 수 있도록 정리했습니다.
- 라이브러리 패널의 잠금, 크기 조절, 상태 복원 흐름을 다듬었습니다.
이미지 그리드 뷰 추가
- 이미지 보기 모드에 grid view를 추가했습니다.
- page / scroll / grid 보기 모드를 순환하며 사용할 수 있습니다.
- 그리드에서 썸네일을 선택하면 해당 이미지의 페이지 보기로 바로 이동할 수 있습니다.
- 이미지 보기 오버레이와 페이지 번호 표시 방식도 함께 정리했습니다.
시작 복원 및 실행 흐름 개선
- 시작 시 마지막으로 열었던 폴더, 압축 파일, 단일 파일, 텍스트 세션을 복원하는 흐름을 개선했습니다.
- 이 기능은 설정에서 켜고 끌 수 있도록 정리했습니다.
- 앱이 뜬 뒤 이전 세션을 붙이는 초기 복원 체감도도 개선했습니다.
Windows 파일 연결 및 패키징 정리
- Windows 파일 연결 패널과 기본 앱 등록 흐름을 정리했습니다.
- 확장자별 기본 앱 아이콘 자산을 패키지에 포함하도록 정리했습니다.
- 설치형(NSIS), 포터블 zip, auto-update용
latest.yml자산을 함께 제공합니다.
AI 서비스 모델 갱신
- OpenAI, Anthropic, Gemini 모델 목록을 최신 공식 식별자로 갱신했습니다.
- 설정 화면과 기본 선택 모델 카탈로그를 함께 정리했습니다.
- 멀티모달 이미지 모델 목록도 최신 기준으로 업데이트했습니다.
1.1.0 대비 크게 달라진 점
- 주석 기능 추가
- 라이브러리 패널 추가
- 이미지 grid view 추가
- 텍스트 주석 안정화
- 시작 시 이전 세션 복원 옵션 정리
포함 자산
DoView-Setup-1.1.5-x64.exe- 설치형 버전DoView.v1.1.5.zip- 포터블 버전latest.yml- 자동 업데이트 메타데이터
DoView v1.1.5
v1.1.5 is a much broader update than v1.1.0. The biggest differences are the addition of annotations, the library panel, and the new image grid view.
Highlights
New Annotation System and Text Annotation Stabilization
- Added highlight, draw, and note annotations, which did not exist in v1.1.0.
- Unified annotation usage across image viewing and text viewing flows.
- Improved text annotation stability across single-page view, book view, zoom changes, and font-size changes.
- Cleaned up annotation color, stroke width, recent colors, eraser, and undo/redo behavior.
New Library Panel
- Added a new library panel that did not exist in v1.1.0.
- Lets you browse history, bookmarks, and annotations in one place.
- Annotation browsing is organized by highlight, note, and drawing types.
- Improved panel lock, resize, and state-restore behavior.
New Image Grid View
- Added a grid view mode for image browsing.
- Page / scroll / grid viewing modes now cycle cleanly.
- Clicking a thumbnail in grid view opens the corresponding image in page view.
- Also cleaned up image-view overlays and page-number presentation.
Startup Restore and Launch Flow
- Improved restoring the last opened folder, archive, file, or text session on launch.
- The startup restore behavior can now be turned on or off in settings.
- Reduced the perceived startup cost of renderer-side session restoration.
Windows File Associations and Packaging
- Refined the Windows file-association panel and default-app registration flow.
- Bundles per-extension default-app icon assets inside the package.
- Ships installer, portable zip, and
latest.ymlauto-update metadata together.
AI Service Model Refresh
- Updated OpenAI, Anthropic, and Gemini model catalogs to current official identifiers.
- Refreshed both the default selections and the settings-side model catalog.
- Updated the multimodal image model list as well.
Biggest Differences from v1.1.0
- Annotations added
- Library panel added
- Image grid view added
- Text annotations stabilized
- Session-restore option exposed in settings
Assets
DoView-Setup-1.1.5-x64.exe- installer buildDoView.v1.1.5.zip- portable buildlatest.yml- auto-update metadata
DoView v1.1.0
[DoView v1.1.0] - 2026-03-10
주요 업데이트
🇰🇷 변경 사항
복합 폴더 네비게이터
- 하위 이미지 폴더와 압축 파일을 한 번에 열 수 있도록 개선
- 그룹별 이동 네비게이터 추가
- 스크롤 / 페이지 모드 모두에서 그룹 이동 흐름 정리
이미지 / 텍스트 혼합 콘텐츠
- 이미지와 텍스트가 함께 있는 폴더에서 전환 흐름 개선
- 텍스트 모드에서도 그룹 네비게이터 지원
- 드래그 & 드롭 및 텍스트 열기 경로 정리
저장 기능 개선
- 현재 UI에서 바로 이미지 저장 가능
- PNG, JPEG, WEBP 형식 저장 흐름 정리
- 필터/회전 등 현재 화면 상태를 더 일관되게 반영
파일 연결 / 기본 프로그램
- 기본 프로그램 연결 흐름 정리
- 확장자별 파일 아이콘 반영 개선
- 파일 더블클릭 실행 경로 보강
UI / UX 개선
- 설정, 이미지 번역, 이미지 정보 패널 크기 및 동작 개선
- 테마 균형 및 패널 표면 톤 정리
- 실제 동작 기준으로 단축키 안내 정리
배포 / 업데이트
- Windows 설치형(NSIS) 빌드 정리
- 자동 업데이트 경로 정리
- 1.1.0 설치형 / 포터블 배포 추가
다운로드
DoView-Setup-1.1.0-x64.exe– 설치형 버전 (자동 업데이트 지원)DoView.v1.1.0.zip– 설치 없이 실행 가능한 포터블 버전
🇺🇸 Changes
Composite Folder Navigation
- Open nested image folders and archive files together
- Added a group navigator for faster movement between folders
- Improved navigation flow in both scroll mode and page mode
Mixed Image / Text Content
- Better switching flow for folders containing both images and text
- Added group navigation support in text mode
- Improved drag-and-drop and text-open routing
Save Flow Improvements
- Save images directly from the current UI
- Cleaned up PNG, JPEG, and WEBP save paths
- Better reflection of current viewer state such as filters and rotation
File Associations / Default App
- Refined default app association flow
- Improved per-extension file icon handling
- Strengthened file double-click launch flow
UI / UX Improvements
- Improved sizing and behavior of Settings, Image Translation, and Image Info panels
- Refined theme balance and panel surface tones
- Updated shortcut help to match real behavior
Packaging / Updates
- Refined Windows NSIS packaging
- Stabilized the auto-update path
- Added 1.1.0 installer and portable release assets
Download
DoView-Setup-1.1.0-x64.exe– installer build (supports auto update)DoView.v1.1.0.zip– portable build (no installation required)
DoView v1.0.1
[DoView v1.0.1] - 2025-12-11
첫 정식 릴리즈
🇰🇷 이미지 뷰잉
- 18가지 이상 이미지 포맷 지원 (JPG, PNG, GIF, WEBP, AVIF, HEIC, SVG, TIFF 등)
- 스크롤 모드 / 페이지 모드 전환
- 3가지 보기 모드 (원본 크기, 너비 맞춤, 높이 맞춤)
- 25% ~ 300% 줌 컨트롤
- 자동 스크롤 (1x ~ 5x 속도)
압축 파일 지원
- ZIP, CBZ, 7Z, RAR, CBR, TAR, GZ, XZ, BZ2
이미지 보정
- 밝기, 대비, 채도, 선명도 조절
AI 번역
- Gemini, OpenAI, Claude API 지원
- 11개 언어 번역
메타데이터
- EXIF/IPTC 정보 표시
사용자화
- 4가지 테마 (라이트, 다크, 두뷰, AMOLED)
- 11개 언어 지원
- 북마크 및 읽기 위치 저장
기타
- 키보드 단축키
- 드래그 & 드롭
- 우클릭 컨텍스트 메뉴
다운로드
DoView-1.0.1-portable.zip– 설치 없이 실행 가능한 포터블 버전
🇺🇸 Features
Image Viewing
- Supports 18+ image formats (JPG, PNG, GIF, WEBP, AVIF, HEIC, SVG, TIFF, etc.)
- Switch between scroll mode and page mode
- 3 view modes (Original size, Fit width, Fit height)
- Zoom control from 25% to 300%
- Auto scroll (1x to 5x speed)
Archive Support
- ZIP, CBZ, 7Z, RAR, CBR, TAR, GZ, XZ, BZ2
Image Adjustments
- Adjust brightness, contrast, saturation, and sharpness
AI Translation
- Supports Gemini, OpenAI, and Claude APIs
- Translate images into 11 languages
Metadata
- Display EXIF/IPTC information
Customization
- 4 themes (Light, Dark, DoView, AMOLED)
- 11 UI languages supported
- Bookmark and resume last reading position
Other
- Keyboard shortcuts
- Drag & drop
- Right-click context menu
Download
DoView-1.0.1-portable.zip– portable version that runs without installation



