Commit Graph

1537 Commits

Author SHA1 Message Date
Tw93
a52a105c1f 🐛 update claude 2025-08-20 15:13:54 +08:00
Tw93
3c1a1ec338 improve GitHub Actions UX with conditional input fields
- Add conditional display for platform-specific parameters:
  - hide_title_bar and multi_arch only show for macOS
  - targets only shows for Linux
- Users now see only relevant options based on selected platform
- Improves workflow user experience by reducing UI clutter

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-20 15:09:42 +08:00
Tw93
078f849c1a 🔖 3.2.1 2025-08-20 15:05:45 +08:00
Tw93
3c6239ff5e 🐛 update cli path 2025-08-20 14:58:10 +08:00
Tw93
efc8bb192e 🐛 update lock 2025-08-20 14:53:49 +08:00
Tw93
07d40281a4 🔖 3.2.0 2025-08-20 14:51:05 +08:00
Tw93
8864e641dc 🔥 rm auto format 2025-08-20 12:50:06 +08:00
Tw93
1bb2522ab7 🎨 Continue using npm 2025-08-20 12:49:40 +08:00
Tw93
864db379c0 🎨 Package compatible with beta 2025-08-17 00:16:34 +08:00
Tw93
29b7504109 Add prettier as devDependency to improve development workflow 2025-08-16 22:46:52 +08:00
Tw93
6f9450d598 beta 2025-08-16 22:37:08 +08:00
Tw93
f76d567895 Support test packaging process 2025-08-14 20:51:42 +08:00
Tw93
b2072b5e80 Support setting navigation bar title 2025-08-14 17:18:52 +08:00
Tw93
7a4f4c6d3d Support setting incognita mode 2025-08-14 17:00:26 +08:00
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