Slinetrac
f5c2b2a23d
chore: light hook
2025-10-09 10:29:20 +08:00
Slinetrac
0d12103085
chore: add lint-staged and edit pre-commit
2025-10-07 18:02:37 +08:00
Tunglies
9a9c9a2da1
feat: enhance versioning script to include latest Tauri commit hash in autobuild and deploytest tags
2025-10-04 17:03:05 +08:00
Tunglies
1cf8e2384e
fix: Cargo.toml dependencies option ( #4805 )
...
* chore: update cargo lock
* refactor: streamline dependency declarations in Cargo.toml
* refactor: reorder import statements and comment out Cargo.toml version update
* fix: enable Cargo version update in release script and update tauri-plugin-devtools dependency
2025-09-20 15:15:24 +08:00
Tunglies
8060d699f0
fix: enhance prebuild script to support shorthand for force update #4777
2025-09-17 13:36:31 +08:00
Tunglies
f64c01044c
feat: bump version to 2.4.3 and update changelog for macOS intel Mihomo compatibility
2025-09-07 12:06:33 +08:00
Tunglies
f70b8b1213
Revert "fix: auto-detect KDE/Plasma and switch to X11 as backend to fix titlebar button freeze ( #4523 )"
...
This reverts commit d58c0a7df5 .
2025-09-06 11:59:33 +08:00
wonfen
feb3dfbe86
chore: use UTF+8 time to build
2025-09-05 11:21:34 +08:00
wonfen
600b3dfbac
fix: release workflow & refine telegram notify format
2025-08-22 20:47:02 +08:00
Tunglies
475a09bb54
feat: comprehensive oxlint cleanup - remove unused code
...
🧹 Cleanup Summary:
- Fixed 83 oxlint warnings across 50+ files
- Removed unused imports, variables, and functions
- Maintained all functional code and error handling
- Improved bundle size and code maintainability
📝 Key Changes:
- Cleaned unused React hooks (useState, useEffect, useClashInfo)
- Removed unused Material-UI imports (useTheme, styled components)
- Deleted unused interfaces and type definitions
- Fixed spread operator usage and boolean casting
- Simplified catch parameters where appropriate
🎯 Files Modified:
- React components: home.tsx, settings, profiles, etc.
- Custom hooks: use-*.ts files
- Utility functions and type definitions
- Configuration files
✅ Result: 0 oxlint warnings (from 83 warnings)
🔧 All functionality preserved
📦 Reduced bundle size through dead code elimination
2025-08-22 18:48:56 +08:00
Tunglies
2277d7232e
refactor: improve code formatting and readability in autobuild and telegram scripts
2025-08-21 21:23:47 +08:00
❤是纱雾酱哟~
a2544d237e
ci: improve commit checking and update release version script ( #4471 )
...
- Increase `fetch-depth` to 50 for more accurate commit history in CI
- Update `release-version.mjs` to use `bash` explicitly for improved compatibility
- Also avoid errors when invoking the script
Signed-off-by: Dragon1573 <49941141+Dragon1573@users.noreply.github.com >
2025-08-21 21:16:15 +08:00
wonfen
4c719da096
chore(workflow): add release info & telegram notification
2025-08-21 18:33:54 +08:00
Tunglies
1e2b453c24
refactor: streamline clean old assets job by using reusable workflow
...
refactor: update clean old assets job to include steps section
refactor: add checkout step in clean_old_assets job for improved repository access
fix: correct path to clean old assets workflow in autobuild.yml
fix: update path to clean old assets workflow in autobuild.yml
refactor: simplify clean_old_assets job by removing unnecessary steps
refactor: enhance clean_old_assets job dependencies for improved execution flow
Revert "refactor: enhance clean_old_assets job dependencies for improved execution flow"
This reverts commit 1a5108b5ad .
feat: implement get_latest_tauri_commit script and update release versioning logic
2025-08-14 20:42:24 +08:00
Tunglies
6b57607926
fix: update autobuild versioning logic and improve asset checking regex
2025-08-05 23:12:15 +08:00
Tunglies
c3675e48fd
fix: update tauri.conf.json version to use full version information including build metadata
2025-08-05 22:56:34 +08:00
Tunglies
18808004f4
fix: update Cargo.toml version handling to use the provided version directly
2025-08-05 20:02:47 +08:00
Tunglies
3172ab2d1c
chore: update Mihomo version references in prebuild script
2025-07-29 19:55:25 +08:00
Tunglies
df5897c908
Squashed commit of the following:
...
commit 8928e6438277995f7167e400d4d77657a0ab0113
Author: Tunglies <77394545+Tunglies@users.noreply.github.com >
Date: Fri Jul 25 18:25:13 2025 +0800
feat: add release step to development workflow for versioning
commit 14085c4f7c8943669fdacae3bd2b6a07c0c0389a
Author: Tunglies <77394545+Tunglies@users.noreply.github.com >
Date: Fri Jul 25 18:19:36 2025 +0800
feat: add release commands for autobuild and deploytest to package.json and update version script
2025-07-25 18:25:40 +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
eef348b8dc
fix: add conditional compilation for localhost URL in dev mode
2025-06-13 03:11:35 +08:00
Tunglies
e78a02d0ba
fix: add function to retrieve short git commit hash and update timestamp format
2025-06-13 00:17:31 +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
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
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
76cec7aa54
feat: add localization for "Already Using Latest Core Version" in English and Chinese
2025-06-02 16:09:05 +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
63d39c24dc
feat: add theme translation keys for light, dark, and system modes in multiple locales
2025-05-30 23:44:12 +08:00
Tunglies
756d303f6a
Remove unused translations from multiple locale files
2025-05-30 17:20:51 +08:00
Tunglies
16381d1895
chore: patch alpha hash version
2025-04-12 17:54:58 +08:00
Tunglies
a891341e35
fix: alpha version
2025-03-26 03:03:50 +08:00
Tunglies
5be1d604ee
chore: fix release-alpha-version
2025-03-26 01:54:45 +08:00
Tunglies
1baa840160
v2.2.3-alpha begin
2025-03-26 01:51:19 +08:00
Tunglies
31a7750482
chore: rename updater alpha release json names
2025-03-25 01:54:44 +08:00
Tunglies
2e38307f65
chore: updater channel logic
2025-03-25 01:49:51 +08:00
Tunglies
47accdd2b1
Revert "chore: updater channel combined"
...
This reverts commit cb0146573f .
2025-03-25 01:38:52 +08:00
Tunglies
cb0146573f
chore: updater channel combined
2025-03-25 01:32:37 +08:00
Tunglies
b99bc7fcd1
feat: add default update log resolution and improve error handling
2025-03-25 00:23:19 +08:00
Tunglies
44f21444bb
feat: update versioning in package.json, Cargo.toml, and tauri.conf.json to append '-alpha'
2025-03-22 17:19:11 +08:00
Tunglies
55dc416109
feat: add scripts for managing alpha versioning and update workflow
2025-03-22 05:11:32 +08:00
wonfen
697d200ffe
chore: update i18n for unlock test
2025-03-17 07:45:49 +08:00
wonfen
bcaafa67a3
feat: unlock test page
2025-03-16 12:15:35 +08:00
Tunglies
58fa67100f
feat: add support for alpha updates and enhance updater functionality
...
feat: improve release handling by adding creation logic for non-existent releases
2025-03-11 01:27:17 +08:00
Christine.
21a6340095
workflow: remove renaming behavior. ( #2909 )
2025-03-05 11:41:15 +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
wonfen
e7db13af37
test updater
2025-03-01 01:29:23 +08:00
wonfen
59d0629e3f
feat: enhance updater script with comprehensive platform support and logging
2025-02-27 17:19:04 +08:00
Christine.
f72a2a943b
add: i18n text for config check ( #2750 )
2025-02-24 22:23:42 +08:00