FShot 0.0.8
繁體中文
FShot 0.0.8 完成專案更名,並準備首次發布到 PyPI。
主要變更:
- 將 GitHub repository、Python distribution、import package、CLI 與 GUI 品牌由 FastShot 統一改為 FShot。
- 新的使用方式為
fshot、python -m fshot與import fshot;舊的fastshot命令與 import package 不再提供。 - README 新增從 PyPI 使用
uvx fshot一次性執行,以及使用uv tool install fshot安裝與升級的說明。 - 新增 PyPI 專案首頁、repository 與 issue tracker metadata,並修正 README 文件連結以便在 PyPI 正確顯示。
English
FShot 0.0.8 completes the project rename and prepares the first PyPI publication.
Highlights:
- Rename the GitHub repository, Python distribution, import package, CLI, and GUI branding from FastShot to FShot.
- Use
fshot,python -m fshot, andimport fshot; the oldfastshotcommand and import package are no longer provided. - Document one-shot execution from PyPI with
uvx fshot, plus installation and upgrades withuv tool install fshot. - Add PyPI homepage, repository, and issue-tracker metadata, and use absolute documentation links that render correctly on PyPI.
Validation: 64 tests passed, compilation succeeded, Twine checks passed for both artifacts, and an isolated wheel install reports fshot version 0.0.8 with entry point fshot.app:main.
Full Changelog: v0.0.7...v0.0.8