ZIP
WinGet
XTimelineViewer
daruyanagi · 1.4.5 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
XTimelineViewer-v1.4.5-win-x64.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
daruyanagi.XTimelineViewer
Version
1.4.5
Description
Multi-column X (Twitter) timeline viewer built with WinUI 3 and WebView2
License
MIT
↗
Installer URL
https://github.com/daruyanagi/XTimelineViewer/releases/download/v1.4.5/XTimelineViewer-v1.4.5-win-x64.zip
Min OS Version
10.0.17763.0(Windows 10 1809)
Release Notes
変更点 / Changes
リファクタリング
- 自動更新チェックを winget ベースに簡素化 (#171)
- GitHub API (releases/latest) ベースの更新チェックを廃止し、winget show --versions でバージョンを直接取得する方式に変更
- GitHub タグの公開と winget への登録のタイムラグにより、「更新を検出したがインストールできない」問題を解消
- MSIX (Store) 版は Store の自動更新に任せ、更新チェック UI を非表示に
- winget のない環境では更新チェック機能自体をスキップ
- 不要になった LastUpdateCheck 設定と Store/GitHub ダウンロードボタンを削除
Refactoring
- Simplified auto-update check to winget-based (#171)
- Replaced GitHub API-based update detection with direct winget show --version…