renovate[bot]
2e82bd8624
chore(deps): update npm dependencies ( #3986 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-07 18:04:32 +08:00
renovate[bot]
7c385d329d
chore(deps): update npm dependencies ( #3944 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-04 18:51:18 +08:00
renovate[bot]
b41bad0ae2
chore(deps): update npm dependencies ( #3918 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-30 20:22:37 +08:00
Tunglies
bea6a2c8f7
chore: update Prettier configuration and dependencies; refactor code formatting for consistency ( #3926 )
2025-06-28 18:37:53 +08:00
renovate[bot]
2b9e38d259
chore(deps): update npm dependencies ( #3910 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-27 23:48:18 +08:00
renovate[bot]
ae187cc21a
chore(deps): update npm dependencies ( #3871 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tunglies <77394545+Tunglies@users.noreply.github.com >
2025-06-26 22:33:58 +08:00
renovate[bot]
cb98b17052
chore(deps): update npm dependencies to v7 ( #3886 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-26 01:09:50 +08:00
wonfen
628de70e89
chore: remove unused imports
2025-06-23 00:09:17 +08:00
renovate[bot]
4b860ba897
chore(deps): update npm dependencies ( #3831 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-22 13:24:25 +08:00
wonfen
cc65ce6812
chore: update to 2.3.2
2025-06-21 10:09:22 +08:00
renovate[bot]
0a0a25913b
chore(deps): update npm dependencies ( #3718 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-18 01:31:39 +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
wonfen
e7d3d7e0ae
chore: update changelog
2025-06-17 22:05:03 +08:00
rebecca554owen
47ec8a348c
Revert "fix: update packageManager to pnpm@10.12.1" ( #3728 )
...
This reverts commit 9bd5950f60 .
2025-06-13 14:21:07 +08:00
renovate[bot]
16eaccb10e
chore(deps): update npm dependencies ( #3714 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-12 21:55:54 +08:00
Tunglies
9bd5950f60
fix: update packageManager to pnpm@10.12.1
2025-06-12 21:27: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
renovate[bot]
fbdcda9a7f
chore(deps): update npm dependencies ( #3660 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-08 20:37:49 +08:00
Tunglies
09969d95de
feat: add rustfmt configuration and CI workflow for code formatting
...
refactor: streamline formatting workflow by removing unused taplo steps and clarifying directory change
refactor: remove unnecessary directory change step in formatting workflow
2025-06-06 22:13:11 +08:00
Tunglies
44b7af0c6e
chore: publish tag alpha support
...
chore: update alpha and release workflows to include version consistency checks
2025-06-06 11:27:13 +08:00
renovate[bot]
d8fa17a3e7
chore(deps): update npm dependencies ( #3654 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-05 19:34:28 +08:00
renovate[bot]
2657234761
chore(deps): update npm dependencies ( #3651 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-05 19:34:27 +08:00
Tunglies
f47b4b961b
fix: update alpha and release workflows to trigger builds via git tags only
...
feat: update release workflow to trigger builds via git tags and add publish version script
2025-06-05 19:34:20 +08:00
Tunglies
9d9d078346
feat: enhance workflow configurations for alpha and autobuild processes
2025-06-02 18:51:58 +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
Tunglies
420b0a254a
feat: add formatting command to package.json and update pre-commit hook for cargo fmt
2025-05-20 22:58:25 +08:00
wonfen
becc51bcd2
feat: replace traffic chart rendering component for performance improvement and React 19 compatibility
2025-05-14 12:16:59 +08:00
wonfen
1993e5dd51
chore: upgrade to react 19
2025-05-14 10:47:33 +08:00
wonfen
dc798fe2dd
chore: update deps & replace deprecated elements
2025-05-05 00:26:04 +08:00
Tunglies
9d9dd73790
chore: remove fast-dev profile and enhance dev profile settings
2025-04-27 15:13:34 +08:00
Tunglies
a0b70f9c34
2.2.4-alpha.2
2025-04-22 08:04:24 +08:00
Tunglies
abe5cf1b84
2.2.4-alpha.1
2025-04-21 00:12:14 +08:00
Tunglies
1df9fff0a7
2.2.4-alpha.0
2025-04-17 16:47:21 +08:00
Tunglies
40de99e65d
fix: wrong pnpm package version of plugin-window-state
2025-04-17 16:47:21 +08:00
wonfen
fad73a281a
feat: manage windows with tauri window-state to address various window issues
2025-04-17 16:47:21 +08:00
Tunglies
16381d1895
chore: patch alpha hash version
2025-04-12 17:54:58 +08:00
Tunglies
9070ef1dbe
v2.2.4-alpha begin
2025-04-10 11:40:38 +08:00
wonfen
5fcea4c684
fix: resolve freeze issue caused by rapid "Proxy Mode" switching on homepage
2025-04-10 11:34:41 +08:00
wonfen
84fbccbfd9
release v2.2.3
2025-04-09 13:37:17 +08:00
Tunglies
6e40dd9862
fix: tray icon and tray rate display expression logic bug
2025-03-26 19:07:09 +08:00
Tunglies
a891341e35
fix: alpha version
2025-03-26 03:03:50 +08:00
Tunglies
1baa840160
v2.2.3-alpha begin
2025-03-26 01:51:19 +08:00
wonfen
12065330e1
Release 2.2.2
2025-03-25 14:11:40 +08:00
Tunglies
55dc416109
feat: add scripts for managing alpha versioning and update workflow
2025-03-22 05:11:32 +08:00
Tunglies
0f13691ae0
v2.2.1
2025-03-20 23:22:34 +08:00
Tunglies
167edcf8ef
chore: update version to 2.2.1-alpha and add alpha update logs
...
refactor: simplify version change detection in alpha workflow
chore: alpha delete old release then release new one
fix: update alpha workflow to handle missing ALPHA_LOGS and improve release notes generation
fix: update job dependencies in alpha workflow to include delete_otld_release
2025-03-20 19:11:48 +08:00
wonfen
04bdd48a2a
release 2.2.0
2025-03-20 14:44:26 +08:00
wonfen
25e5cf2ac2
chore: update deps
2025-03-19 11:07:57 +08:00
wonfen
1f99cee78b
feat: home page
2025-03-14 13:31:34 +08:00
Christine.
9bb2160abe
workflow: remove 32-bit platform ( #2855 )
...
* chore: build portable by self
* chore: remove 32bit platform
* Update CONTRIBUTING.md
* update alpha version
2025-03-03 01:16:33 +08:00