Commit Graph

1523 Commits

Author SHA1 Message Date
Tw93
8313d9142b Automatically format when submitting 2025-08-14 15:10:54 +08:00
Tw93
6b2e64fdac 🐛 Update png address 2025-08-14 13:51:02 +08:00
Tw93
5853884cda 🐛 format 2025-08-14 11:54:20 +08:00
Tw93
7b74b7fc15 🐛 update actions work 2025-08-14 11:52:37 +08:00
Tw93
81eae9627a Update pnpm package management usage 2025-08-14 11:41:05 +08:00
Tw93
256cdc77ee 🎨 format code 2025-08-14 11:20:15 +08:00
Tw93
7adeb91ae9 🎨 Simplify workflow maintenance costs 2025-08-14 11:18:28 +08:00
Tw93
f98293be82 🎨 When npm publishes files use dist 2025-08-14 11:17:55 +08:00
Tw93
17c4e705cb Increase comprehensive testing capabilities 2025-08-14 11:17:19 +08:00
Tw93
dd3e00fad5 🔧 Package management optimization 2025-08-14 10:01:35 +08:00
Tw93
eefc02bd10 🐛 update exec 2025-08-13 20:59:38 +08:00
Tw93
ed4c7d0285 🔖 3.2.0 2025-08-13 20:50:36 +08:00
Tw93
24b824b23b Support setting proxy URL 2025-08-13 20:25:52 +08:00
Tw93
c2bc1c2028 🎨 The default case is changed to weekly 2025-08-13 20:03:41 +08:00
Tw93
90b1355aa7 Support windows theme adaptation 2025-08-13 20:02:43 +08:00
Tw93
48be7fce14 🔧 format code 2025-08-13 19:45:22 +08:00
Tw93
09a122dd6b 🐛 Fix name compatibility 2025-08-13 19:40:00 +08:00
Tw93
72652d814f 🔀 merge main 2025-08-13 16:50:40 +08:00
Tw93
047e22c9c1 🔧 Update to the latest stable versions of node and rust 2025-08-13 16:42:58 +08:00
Tw93
003addcc4f 🔧 update Cargo.lock 2025-08-13 15:56:50 +08:00
Tw93
5704fd3987 🐛 Update registration libsoup-3.0-dev 2025-08-13 15:39:52 +08:00
Tw93
c233e5077d docs(contributor): contrib-readme-action has updated readme 2025-08-13 15:34:58 +08:00
Tw93
26d459245f Merge pull request #1015 from vaddisrinivas/main
fix(cli): replace is-url validation to support network hostnames like 'gateway'
2025-08-13 15:34:51 +08:00
Srinivas Vaddi
9218efcfd1 refactor(dependencies): remove is-url and its type definitions 2025-08-13 02:01:12 -04:00
Srinivas Vaddi
c5c325c594 refactor(url): remove is-url dependency and improve URL validation 2025-08-13 01:49:56 -04:00
Tw93
a0452a0789 Supports numeric naming 2025-08-11 20:03:33 +08:00
Tw93
d4ba1bb6aa Merge pull request #1011 from tw93/add-claude-github-actions-1754559783523
Add Claude Code GitHub Workflow
2025-08-07 17:43:41 +08:00
Tw93
2dc30146b1 "Claude Code Review workflow" 2025-08-07 17:43:09 +08:00
Tw93
1680203b62 "Claude PR Assistant workflow" 2025-08-07 17:43:06 +08:00
Tw93
69d606653d 🔧 Add verbose output to cargo fmt in format script
Show which Rust files are being formatted for better visibility.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-05 20:15:18 +08:00
Tw93
6674802737 🐛 Fix Clippy lint warnings and add Rust formatting
- Update format strings to use inline arguments in util.rs
- Add cargo fmt to npm run format script for unified code formatting

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-05 20:13:51 +08:00
Tw93
02348f76ef 🔧 Restore frozen-lockfile for consistent CI builds
Keep pnpm-lock.yaml in version control and use --frozen-lockfile to ensure reproducible builds across all environments.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-05 20:08:17 +08:00
Tw93
9ddf506deb 🐛 Fix pnpm lockfile sync and workflow dependency installation
- Update pnpm-lock.yaml to match package.json (removed eclint dependency)
- Change workflow to use --no-frozen-lockfile to handle lockfile updates in CI

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-05 20:06:38 +08:00
Tw93
9be1662925 🔧 Include pnpm-lock.yaml for dependency management
Remove pnpm-lock.yaml from .gitignore to enable proper dependency caching in GitHub Actions.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-05 20:04:32 +08:00
Tw93
c895f1ed14 🐛 Fix GitHub Actions workflow to use pnpm instead of npm
Update code-quality.yml to properly handle pnpm lockfile by installing pnpm before setup-node cache configuration.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-05 19:59:40 +08:00
Tw93
220a1f320f 🐛 update format cli 2025-08-05 19:56:51 +08:00
Tw93
7c2c68f3a6 🔧 Global formatting and update formatting 2025-08-05 19:53:58 +08:00
Tw93
467123068a Update actions version to the latest version to prevent errors 2025-08-05 19:16:51 +08:00
Tw93
93b82c44c7 Support more convenient inject js css 2025-08-05 15:47:55 +08:00
Tw93
04a8300d2d Merge branch 'main' into dev 2025-08-05 15:40:41 +08:00
Tw93
6f97225edc docs(contributor): contrib-readme-action has updated readme 2025-08-05 15:40:26 +08:00
Tw93
83a32ad076 Merge pull request #927 from kittizz/fix-cli-inject
Fix: TypeError when using --inject with comma-separated file paths
2025-08-05 15:40:15 +08:00
Tw93
2af3805b93 Support two-word naming 2025-08-05 15:37:30 +08:00
Tw93
d8f1db214c Merge branch 'main' into dev 2025-08-05 15:22:20 +08:00
Tw93
5b322f70c5 docs(contributor): contrib-readme-action has updated readme 2025-08-05 15:22:07 +08:00
Tw93
12bf1b159c Merge pull request #876 from g1eny0ung/feat/name-with-spaces
feat: allow names with spaces (Windows & macOS)
2025-08-05 15:21:59 +08:00
Tw93
afc9745932 Merge branch 'main' into fix-cli-inject
Signed-off-by: Tw93 <hitw93@gmail.com>
2025-08-05 15:17:46 +08:00
Tw93
4a91c42e2e add new param hide-on-close 2025-08-05 15:17:02 +08:00
Tw93
d8b8102367 :Merge branch 'main' into dev 2025-08-05 14:37:43 +08:00
Tw93
adec8d3c8f docs(contributor): contrib-readme-action has updated readme 2025-08-05 14:36:53 +08:00