リリースノートRelease notes
npmの最新版は@dvyu/cliで確認できます。各releaseに対応するtag、commit、変更履歴はGitHub Releasesを正本とします。
Check @dvyu/cli for the latest npm version. GitHub Releases is the source of truth for each release tag, commit, and change record.
サービス更新 — 2026年7月16日Service update — July 16, 2026
プレビュー上で確認箇所を指定できる、暗号化コメント機能を追加しました。
- ページ上の点または範囲にコメントを追加し、複数件をまとめて送信
- コメントへの返信、任意の表示名、コメント一覧と件数表示に対応
- 本文、表示名、返信関係、対象ページ、座標をプレビューと同じ鍵で暗号化
dvyu update後もコメントを維持し、自然失効後は30日間確認可能--no-commentsでコメントUIを無効化可能
Added encrypted comments for placing feedback directly on a preview.
- Add comments to a point or selected region and send multiple drafts together
- Supports replies, optional display names, a comment list, and a count badge
- Encrypts text, display names, reply relationships, target routes, and coordinates with the preview key
- Preserves comments across
dvyu updateand keeps them readable for 30 days after natural expiry - Allows the comment UI to be disabled with
--no-comments
v0.1.1 — 2026年7月15日— July 15, 2026
プレビューのorigin分離と、root-based asset pathへの対応を強化したreleaseです。
- 閲覧URLを
https://<preview-id>.dvyu.link#k=...形式へ変更 - プレビューごとにoriginを分離し、Storybook、Astro、Viteなどの
/assets/...や/_astro/...を解決 - 旧
preview.drovyu.com/p/...URLから新URLへの互換redirectを追加 - CLIがAPIから返された正式な閲覧URLを保存・表示するよう変更
- サブドメイン間の分離、旧URL互換、暗号化uploadの自動testを追加・更新
This release isolates preview origins and improves support for root-based asset paths.
- Changed viewer links to
https://<preview-id>.dvyu.link#k=... - Isolated each preview on its own origin so Storybook, Astro, Vite, and similar builds can resolve
/assets/...and/_astro/... - Added compatibility redirects from legacy
preview.drovyu.com/p/...URLs - Updated the CLI to save and display the canonical viewer URL returned by the API
- Added and updated automated tests for subdomain isolation, legacy URLs, and encrypted uploads
サービス更新 — 2026年7月15日Service update — July 15, 2026
CLIをインストールする前に、トップページから制限付きpreviewを作成できるお試し機能を追加しました。
- 単一HTML、build済みfolder、ZIPをbrowser内で読み込み、fileとmanifestをupload前に暗号化
- 上限10MiB・100files・browserごとに有効なpreview 1件・固定24時間
- 作成前の確認画面、進捗表示、CLIと同じ対応拡張子allowlistを適用
- 試用previewは更新、延長、手動削除、支援者特典に非対応
Added a restricted browser trial on the home page so visitors can create a preview before installing the CLI.
- Reads a single HTML file, built folder, or ZIP in the browser and encrypts files and the manifest before upload
- Limited to 10 MiB, 100 files, one active preview per browser, and a fixed 24-hour lifetime
- Includes confirmation before creation, progress reporting, and the same extension allowlist as the CLI
- Trial previews cannot be updated, extended, manually deleted, or use supporter benefits
v0.1.0 — 2026年7月11日— July 11, 2026
Drovyu Preview CLIの最初の公開releaseです。
- 静的build、単一HTML、Vite、Astro、Storybookからのpreview作成
- AES-256-GCMによる端末上のfile・manifest暗号化
create、update、recreate、list、deleteなどのpreview管理- 48時間の通常previewと、Ko-fi支援者向け保持期間・容量特典
- Source-AvailableなGitHub公開とnpm provenance付きpackage配信
The first public release of Drovyu Preview CLI.
- Preview creation from static builds, a single HTML file, Vite, Astro, and Storybook
- On-device AES-256-GCM encryption for files and the manifest
- Preview management through
create,update,recreate,list, anddelete - Standard 48-hour previews and retention and storage benefits for Ko-fi supporters
- A Source-Available GitHub repository and npm package publishing with provenance
ロードマップRoadmap
以下は現時点の優先順位であり、提供時期や実装を保証するものではありません。安全性、利用状況、技術検証の結果に応じて順序や内容を変更します。
These are current priorities, not commitments to a delivery date or final implementation. Order and scope may change based on safety, usage, and technical validation.
現在優先していることCurrent priorities
- 互換性の拡張: Storybook、Astro、Viteをはじめとするフレームワーク、下層ページ、アセットパス、クライアント側ルーティングへの対応を継続改善
- コメント通知、位置追従、レビュー操作など、コメント機能の使いやすさを継続改善
- upload、build、復号、Service Worker失敗時の診断とerror message改善
- 容量監視、不正利用対策、障害通知など、認証なしで安全に運用するための基盤強化
- Expand compatibility across frameworks such as Storybook, Astro, and Vite, including nested pages, asset paths, and client-side routing
- Continue improving comment notifications, anchor tracking, and review workflows
- Improve diagnostics and error messages for upload, build, decryption, and Service Worker failures
- Strengthen capacity monitoring, abuse controls, and incident notifications for safe account-free operation
計画している改善Planned improvements
- CLIのlocal preview履歴と更新・削除操作の使いやすさ向上
- 公開利用統計、status、incident情報の分かりやすい提供
- 日本語・英語の文言、アクセシビリティ、help導線の継続改善
- Improve local preview history and update and deletion workflows in the CLI
- Present public usage statistics, status, and incident information more clearly
- Continue improving Japanese and English copy, accessibility, and help paths
検討中Under consideration
- 必要性が明確になった場合のoptionalな認証・team共有機能
- 支援者向けの追加管理機能。ただし暗号化と匿名性を損なわない範囲に限定
- Optional authentication and team sharing if a clear need emerges
- Additional supporter management features, limited to designs that preserve encryption and anonymity
フィードバックFeedback
不具合や互換性の問題はGitHub Issuesまたはお問い合わせフォームから報告できます。プレビューURL、復号キー、credential、個人情報は公開Issueへ投稿しないでください。
Report bugs and compatibility issues through GitHub Issues or the contact form. Never post preview URLs, decryption keys, credentials, or personal information in a public issue.
最終更新日: 2026年7月16日Last updated: July 16, 2026