Skip to content

FShot 0.0.8

Choose a tag to compare

@codemee codemee released this 13 Aug 02:03
· 9 commits to main since this release
279be5f

繁體中文

FShot 0.0.8 完成專案更名,並準備首次發布到 PyPI。

主要變更:

  • 將 GitHub repository、Python distribution、import package、CLI 與 GUI 品牌由 FastShot 統一改為 FShot。
  • 新的使用方式為 fshotpython -m fshotimport 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, and import fshot; the old fastshot command and import package are no longer provided.
  • Document one-shot execution from PyPI with uvx fshot, plus installation and upgrades with uv 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