Commit Graph

18 Commits

Author SHA1 Message Date
github-actions[bot]
0031143151 chore: bump version to 1.1.6 2025-12-11 13:54:01 +00:00
github-actions[bot]
8d0e7c141d chore: bump version to 1.1.5 2025-12-10 13:43:47 +00:00
github-actions[bot]
83a1c72e53 chore: bump version to 1.1.4 2025-11-08 12:19:51 +00:00
github-actions[bot]
15e0f2011d chore: bump version to 1.1.3 2025-11-08 12:12:16 +00:00
github-actions[bot]
212b8789eb chore: revert version from 1.1.3 to 1.1.2 2025-11-08 23:09:20 +11:00
github-actions[bot]
f42e673aa2 chore: bump version to 1.1.3 2025-11-08 12:07:20 +00:00
github-actions[bot]
eb65d30a37 chore: revert version from 1.1.3 to 1.1.2 2025-11-08 23:06:29 +11:00
github-actions[bot]
c2a3069c03 chore: bump version to 1.1.3 2025-11-08 11:43:44 +00:00
github-actions[bot]
15474845d8 chore: bump version to 1.1.2 2025-10-29 03:47:53 +00:00
github-actions[bot]
8ec7e5e0f8 chore: revert version from 1.1.2 to 1.1.1 2025-10-29 14:32:29 +11:00
github-actions[bot]
dc05af0a2d chore: bump version to 1.1.2 2025-10-29 03:29:20 +00:00
github-actions[bot]
c5d3ee9a6c chore: revert version from 1.1.2 to 1.1.1 2025-10-29 14:22:04 +11:00
github-actions[bot]
ad1e08a453 chore: bump version to 1.1.2 2025-10-27 12:23:45 +00:00
github-actions[bot]
2c1d130522 chore: bump version to 1.1.1 2025-10-27 05:13:34 +00:00
github-actions[bot]
74208e33b3 chore: revert version from 1.1.1 to 1.1.0 2025-10-27 16:12:48 +11:00
github-actions[bot]
63830beda2 chore: bump version to 1.1.1 2025-10-27 03:09:40 +00:00
github-actions[bot]
3aede38fa1 feat: update versioning and remove unused constants 2025-10-26 18:49:02 +11:00
Fengqing Liu
5b736e3bb1 Migrate to Docker-ready web UI and remove legacy desktop GUI
Replace the legacy desktop/Tkinter client and packaging artifacts with a Docker-first, web-hosted approach.

- Add Docker quickstart and run-from-source instructions to the README to simplify deployment.
- Simplify launcher to invoke the new web backend module instead of the old desktop entrypoint.
- Update dependencies for a web UI stack (FastAPI, Uvicorn, python-socketio, Jinja2, etc.) and remove desktop/tray-specific packages.
- Remove legacy GUI, packaging and platform-specific helper code, along with obsolete build/pack scripts and AppImage assets to declutter the repo.
- Tidy project ignore rules to add runtime logs and editor metadata.

Rationale: streamline deployment, favor a browser-accessible interface, and reduce maintenance overhead from multiple platform-specific GUI/packaging implementations.
2025-10-16 21:54:43 +11:00