Tunglies
5dd820d12e
feat: add job to clean old release assets before uploading new ones
2025-06-21 20:36:09 +08:00
Tunglies
10f792b8bc
fix: streamline pnpm installation steps in autobuild workflow ( #3816 )
...
* fix: streamline pnpm installation steps in autobuild workflow
* fix: format code for better readability in useCustomTheme and _layout components
2025-06-18 18:57:05 +08:00
Tunglies
c8ae37811c
chore: add pnpm cache configuration to Node setup steps
2025-06-18 01:42:06 +08:00
Tunglies
a8257e8cb2
fix: unexpected behavior while pulling resources ( #3789 )
...
fix: unexpected behavior while pulling resources
在 commit 25cfd162f6 中引入新的 pnpm prepare 执行脚本指令,而 prepare 关键字与包管理器的生命周期脚本冲突。导致在运行 Workflow 的时候被执行两次资源拉取,并且被当做生命周期脚本的时候没有携带预期的 \`${{ matrix.target }}\`。这一行为进一步影响 macOS Intel X86 平台上的构建。
所影响的 issues: #3753 , #3771
2025-06-18 01:11:33 +08:00
Tunglies
15d3c765ac
feat: add debug logging for matrix target and update prepare script invocation
2025-06-17 23:35:23 +08:00
Tunglies
25cfd162f6
refactor: replace 'pnpm check' with 'pnpm prepare' in workflow files and update CONTRIBUTING.md
2025-06-10 23:43:04 +08:00
Tunglies
9d9d078346
feat: enhance workflow configurations for alpha and autobuild processes
2025-06-02 18:51:58 +08:00
Tunglies
2223a99ed1
fix: remove old asset deletion step from autobuild workflow
2025-06-02 15:03:05 +08:00
Tunglies
4926d33849
fix: enable scheduled builds and improve asset deletion logic in autobuild workflow
2025-06-02 14:58:32 +08:00
Tunglies
1d77bc57df
feat: rename job and update release tag for autobuild process
2025-06-02 14:16:43 +08:00
Tunglies
1bcb6646c4
fix: unify default latency test URL and update workflows/backend logic
...
- All delay test logic, Rust MihomoManager, API, cmds, delay.ts, settings, and group editor now use the Cloudflare 204 test URL
- Fixed outdated URLs in docs and comments
- Fix Github Actions workflow: unexpected neeeds run
2025-06-02 14:07:54 +08:00
Tunglies
06130b95d2
chore: remove unused i18n-check workflow and comment out schedule in autobuild
2025-06-02 13:59:42 +08:00
Tunglies
0536a45959
feat: add autobuild version support and unify version update scripts
...
- Support autobuild version with timestamp (e.g. 2.3.0+autobuild.2506021530) via `pnpm release-version autobuild`
- Sync version to package.json, Cargo.toml, tauri.conf.json
- Improve version regex to support build metadata
- Remove old release_version.mjs and release-alpha_version.mjs, use release-version.mjs for all
- Fix script path issues
2025-06-02 13:57:18 +08:00