Commit Graph

334 Commits

Author SHA1 Message Date
samanhappy
c4008f617d fix: add catch-all route to serve frontend index.html in AppServer in… (#24) v0.3.8 2025-04-18 22:44:12 +08:00
samanhappy
6a5039a90e fix: consolidate build jobs and improve Docker image tagging logic (#23) v0.3.7 2025-04-18 20:50:00 +08:00
samanhappy
39222bdcd8 fix: update build workflow to improve cache configuration and image n… (#22) v0.3.6 2025-04-18 20:01:13 +08:00
samanhappy
436318b24c fix: refactor build workflow to separate base and full variants with … (#21) v0.3.5 2025-04-18 19:50:22 +08:00
samanhappy
3e5a64d533 fix: improve Docker tags configuration for edge and semver variants i… (#20) v0.3.4 2025-04-18 19:31:01 +08:00
samanhappy
6988618c41 fix: update Docker tags for latest and latest-full variants in build … (#19) v0.3.3 2025-04-18 19:18:34 +08:00
samanhappy
964ab4a5d7 docs: add group part (#18) v0.3.2 2025-04-18 17:25:02 +08:00
samanhappy
b59243e410 fix: add scope to cache-to configuration in build workflow (#17) 2025-04-18 16:30:42 +08:00
samanhappy
85c461bbfa fix: enhance clipboard copy functionality with fallback for unsupport… (#15) 2025-04-18 15:01:24 +08:00
samanhappy
f477e1f942 fix: add catch-all route to serve frontend index.html (#14)
Co-authored-by: samanhappy@qq.com <my6051199>
2025-04-18 15:00:52 +08:00
samanhappy
7feb5b2bcb fix: remove scheduled trigger from build workflow (#16) 2025-04-18 15:00:26 +08:00
samanhappy
66d592da1c fix: handle error when sending tool list changed notification (#13) v0.3.1 2025-04-17 19:21:28 +08:00
samanhappy
adef02d3b9 feat: add group management functionality (#12) v0.3.0 2025-04-17 18:55:04 +08:00
samanhappy
6a065ca2f2 fix: add release notes generation to GitHub release workflow (#11)
Co-authored-by: samanhappy@qq.com <my6051199>
2025-04-17 18:52:35 +08:00
samanhappy
d94a58ebca Refactor server management UI (#9) v0.2.0 2025-04-15 19:02:38 +08:00
samanhappy
6af13f85d4 fix: update build workflow to support scheduled and manual triggers (#10) 2025-04-15 15:34:44 +08:00
samanhappy
f026e621a5 Merge pull request #7 from samanhappy/dependabot/npm_and_yarn/vite-5.4.18
chore(deps-dev): bump vite from 5.4.17 to 5.4.18
2025-04-15 13:08:07 +08:00
samanhappy
1f17780000 Merge pull request #8 from samanhappy/toggle
feat: add server toggle functionality
2025-04-15 13:07:42 +08:00
samanhappy
f94acb8bef fix: sort server information by enabled status in getServersInfo 2025-04-15 09:41:20 +08:00
samanhappy
51289b8ca8 fix: improve server card styling and remove unnecessary comment 2025-04-15 09:34:47 +08:00
samanhappy
2c4f9d1c24 fix: update localization strings for clarity and consistency in English and Chinese 2025-04-15 09:27:58 +08:00
samanhappy@qq.com
2e1f73ef64 feat: add server toggle functionality 2025-04-14 22:25:07 +08:00
samanhappy
40d8792294 fix: update Dockerfile to conditionally install Playwright dependencies for Chrome based on architecture v0.1.1 2025-04-14 20:01:24 +08:00
samanhappy
7f887a7031 fix: update Dockerfile to install Playwright dependencies for Chrome instead of Chromium 2025-04-14 19:56:19 +08:00
samanhappy
5a2be4d4fe fix: update Dockerfile to set Playwright browser path and remove unnecessary environment variable 2025-04-14 19:34:07 +08:00
samanhappy
f6c5cde9ce fix: update Dockerfile to set Playwright browser path and environment variables 2025-04-14 19:25:26 +08:00
samanhappy
1e6d10a0c3 fix: update Dockerfile to install Playwright dependencies for Chromium instead of Firefox 2025-04-14 18:56:12 +08:00
samanhappy
1ea8c3c866 fix: update Dockerfile to conditionally install Playwright dependencies based on INSTALL_EXT argument 2025-04-14 17:09:21 +08:00
samanhappy
6b56a9a554 fix: update Playwright installation to use Chrome instead of Chromium 2025-04-14 16:53:32 +08:00
samanhappy
a1d2c679d6 fix: install Chromium for Playwright in Dockerfile 2025-04-13 22:12:20 +08:00
samanhappy
fe10273fc3 fix: update Playwright installation to include default browser 2025-04-13 22:03:47 +08:00
samanhappy
649a454ba8 fix: install Chrome for Playwright in Dockerfile 2025-04-13 21:54:48 +08:00
samanhappy
bc8be7578f fix: set up PNPM environment variables and directory for global installations 2025-04-13 21:35:29 +08:00
samanhappy
c5a8cfd88f fix: change Python base image from alpine to slim-bookworm 2025-04-13 21:31:26 +08:00
samanhappy
8905757c69 fix: update Python base image to 3.13-alpine and streamline package installation 2025-04-13 21:29:36 +08:00
dependabot[bot]
c896fef8ee chore(deps-dev): bump vite from 5.4.17 to 5.4.18
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.17 to 5.4.18.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.18/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.18/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.18
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-13 08:30:18 +00:00
samanhappy
09b8a478b9 fix: add platforms specification for Docker build in workflow 2025-04-13 16:21:36 +08:00
samanhappy
2b88e956c0 fix: add authentication token to server requests in AddServerForm and EditServerForm v0.1.0 2025-04-13 11:28:13 +08:00
samanhappy
703757165d fix: add permissions for contents in GitHub release workflow 2025-04-12 23:32:28 +08:00
samanhappy
0981dc9fd6 refactor: update release workflow to simplify steps and use latest action version 2025-04-12 23:27:20 +08:00
samanhappy
ef80a1b9d7 fix: ensure GITHUB_TOKEN is set in the release workflow environment 2025-04-12 23:20:36 +08:00
samanhappy
22358deceb fix: add permissions for contents in GitHub release workflow 2025-04-12 23:13:24 +08:00
samanhappy
d296d1245f fix: update npm registry URL to use official npm registry 2025-04-12 22:59:08 +08:00
samanhappy
c55cb79720 update readme for new features 2025-04-12 22:47:28 +08:00
samanhappy
5532c19305 feat(auth): implement user authentication and password change functionality 2025-04-12 21:55:26 +08:00
samanhappy
929780c415 Add Community and Contributions part 2025-04-12 14:05:48 +08:00
samanhappy
2d4fa5cf82 feat: add GitHub Actions workflows for Docker image build and release process 2025-04-12 13:41:39 +08:00
samanhappy
188f9ab8e6 feat: enhance error handling and messages 2025-04-12 12:00:52 +08:00
samanhappy
5df6dd99b7 enhance JSON schema conversion to Zod schema 2025-04-12 09:44:33 +08:00
samanhappy@qq.com
11c80f7469 feat: integrate i18next for internationalization support; add English and Chinese translations 2025-04-10 22:40:11 +08:00