Skip to content

v0.5.4 — MIT license, disclaimer, and user notice

Pre-release
Pre-release

Choose a tag to compare

@SpaceSquare640 SpaceSquare640 released this 03 Aug 05:21
· 13 commits to main since this release

What's new

PixelPulse now has a formal open-source license and two new legal/practical documents, available both on GitHub and inside the app.

  • LICENSE — the project is now formally licensed under the MIT License. Added to the repo root, and declared in pyproject.toml / gui/package.json metadata.
  • DISCLAIMER (DISCLAIMER.md / DISCLAIMER.zh-TW.md) — a short, focused restatement of the key risk points: no warranty, screen-detection automation isn't perfect, and automating a third-party service (a game, a website) that prohibits it is entirely at your own risk.
  • USER_NOTICE (USER_NOTICE.md / USER_NOTICE.zh-TW.md) — practical, non-legal notes worth knowing before you start: test with Dry Run first, what the built-in safety features (cooldown, max triggers, kill switch) do, what commonly breaks detection (resolution/DPI changes, UI updates), and where your data lives.
  • Both new documents are also available as new tabs in the in-app Help panel (? button), right alongside the existing User Manual, Terms of Service, and Privacy Policy — same bilingual EN/繁體中文 toggle.

This closes a real gap: the app already described itself as "open-source" in its Terms of Service, but never actually shipped a license file declaring the terms of that.


新功能

PixelPulse 現在有正式的開源授權條款,以及兩份新文件——GitHub 上跟 App 內都看得到。

  • LICENSE —— 本專案現在正式採用 MIT License。新增在 repo 根目錄,並在 pyproject.toml / gui/package.json 的中繼資料裡宣告。
  • 免責聲明DISCLAIMER.md / DISCLAIMER.zh-TW.md)—— 簡短、聚焦地重申幾個關鍵風險:不附帶保證、螢幕辨識自動化不會百分之百準確、把它用在禁止自動化的第三方服務(遊戲、網站)上風險完全自負。
  • 使用者須知USER_NOTICE.md / USER_NOTICE.zh-TW.md)—— 開始使用前值得知道的實務(非法律)提醒:先用 Dry Run 測試、內建安全機制(冷卻時間、最多觸發次數、緊急停止)的作用、常見會讓辨識失效的狀況(解析度/DPI 變動、介面改版),以及資料存放位置。
  • 兩份新文件同時也是 App 內說明面板(? 按鈕)裡的新分頁,跟既有的教學手冊、使用條款、隱私權政策並列——一樣有英文/繁體中文切換。

這次補上了一個實際存在的落差:App 的使用條款裡早就自稱「開源」,但專案裡從來沒有真正附上宣告授權條款的 LICENSE 檔案。