Tunglies
d193460649
refactor: replace inline log fetching with dedicated script for better maintainability
2025-11-09 15:46:40 +08:00
Tunglies
8f080389fe
feat: add Changelog.md and update scripts to reference it
...
- Created a new Changelog.md file to document version updates and changes.
- Updated the updatelog.mjs script to parse Changelog.md instead of UPDATELOG.md.
- Modified updater-fixed-webview2.mjs to use the new Changelog.md for update notes.
2025-11-09 01:09:10 +08:00
Sline
c8aa72186e
chore: i18n ( #5276 )
...
* chore: notice i18n
* feat: add script to clean up unused i18n keys
* chore: cleanup i18n keys
* refactor(i18n/proxies): migrate proxies UI to structured locale keys
* chore: i18n for rule module
* chore: i18n for profile module
* chore: i18n for connections module
* chore: i18n for settings module
* chore: i18n for verge settings
* chore: i18n for theme settings
* chore: i18n for theme
* chore(i18n): components.home.*
* chore(i18n): remove unused i18n keys
* chore(i18n): components.profile.*
* chore(i18n): components.connection
* chore(i18n): pages.logs.*
* chore(i18n): pages.*.provider
* chore(i18n): components.settings.externalCors.*
* chore(i18n): components.settings.clash.*
* chore(i18n): components.settings.liteMode.*
* chore(i18n): components.settings.backup.*
* chore(i18n): components.settings.clash.port.*
* chore(i18n): components.settings.misc.*
* chore(i18n): components.settings.update.*
* chore(i18n): components.settings.sysproxy.*
* chore(i18n): components.settings.sysproxy.*
* chore(i18n): pages.profiles.notices/components.providers.notices
* refactor(notice): unify showNotice usage
* refactor(notice): add typed showNotice shortcuts, centralize defaults, and simplify subscriptions
* refactor: unify showNotice usage
* refactor(notice): unify showNotice API
* refactor(notice): unify showNotice usage
* chore(i18n): components.test.*
* chore(i18n): components.settings.dns.*
* chore(i18n): components.home.clashInfo.*
* chore(i18n): components.home.systemInfo.*
* chore(i18n): components.home.ipInfo/traffic.*
* chore(i18n): navigation.*
* refactor(i18n): remove pages.* namespace and migrate route texts under module-level page keys
* chore(i18n): common.*
* chore(i18n): common.*
* fix: change error handling in patch_profiles_config to return false when a switch is in progress
* fix: improve error handling in patch_profiles_config to prevent requests during profile switching
* fix: change error handling in patch_profiles_config to return false when a switch is in progress
fix: ensure CURRENT_SWITCHING_PROFILE is reset after config updates in perform_config_update and patch_profiles_config
* chore(i18n): restructure root-level locale keys into namespaces
* chore(i18n): add missing i18n keys
* docs: i18n guide
* chore: adjust i18n
* refactor(i18n): align UI actions and status labels with common keys
* refactor(i18n): unify two-name locale namespaces
* refactor(i18n/components): unify locale keys and update component references
* chore(i18n): add shared and entities namespaces to all locale files
* refactor(i18n): consolidate shared and entity namespaces across features
* chore(deps): update npm dependencies to ^7.3.5 (#5310 )
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* refactor(i18n): migrate shared editor modes and consolidate entities namespaces
* tmp
* refactor(i18n): flatten locales and move theme/validation strings
* docs: CONTRIBUTING_i18n.md
* refactor(i18n): restructure feedback and profile namespaces for better organization
* refactor(i18n): unify settings locale structure and update references
* refactor(i18n): reorganize locale keys for home, proxies, rules, connections, logs, unlock, and tests
* refactor(i18n/feedback/layout): unify shared toasts & normalize layout namespace
* refactor(i18n): centralize common UI strings in shared
* refactor(i18n): flatten headers and unify locale schema
* refactor(i18n): consolidate duplicate per-feature translations into shared namespace
* refactor(i18n): split locales into per-namespace files
* style: lint
* refactor(i18n): unify unlock UI translations under tests namespace
* feat(i18n): add type-checked translation keys
* style: eslint import order
* feat(i18n): replace ad-hoc loader with rust-i18n backend bundles
* chore(prebuild): remove locale-copy step
* fix(i18n, notice): propagate runtime params and update cleanup script path
* fix(i18n,notice): make locale formatting idempotent and guard early notice translations
* fix(i18n): resolve locale aliases and match OS codes correctly
* fix(unlock): use i18next-compatible double-brace interpolation in failure notice
* fix(i18n): route unlock error notices through translation keys
* fix(i18n): i18n types
* feat(i18n): localize upgrade notice for Clash core viewer
* fix(notice): ensure runtime overrides apply to prefix translations
* chore(i18n): replace literal notices with translation keys
* chore(i18n): types
* chore(i18n): regen typings before formatting to keep keys in sync
* chore(i18n): simply labels
* chore(i18n): adjust translation
* chore: remove eslint-plugin-i18next
* chore(i18n): add/refine Korean translations across frontend scopes and Rust backend (#5341 )
* chore(i18n): translate settings.json (missed in previous pass) (#5343 )
* chore(i18n): add/refine Korean translations across frontend scopes and Rust backend
* chore(i18n): add/refine Korean translations across frontend scopes and Rust backend
* fix(i18n-tauri): quote placeholder-leading value in ko.yml to prevent rust_i18n parse panic
* chore(i18n): translate settings.json (forgot to include previously)
---------
Co-authored-by: rozan <34974262+thelojan@users.noreply.github.com >
2025-11-08 19:40:38 +08:00
Tunglies
6d7efbbf28
fix: reorder import statements and enhance normalizeDetailsTags function
2025-10-30 20:08:57 +08:00
Tunglies
d8b0e9929c
fix: include Mihomo-go122 by default for macOS 10.15+ to resolve Intel architecture compatibility issues
2025-10-29 21:14:02 +08:00
Tunglies
462b11d96a
feat: implement caching for version and file hash to optimize prebuild process
2025-10-18 20:48:53 +08:00
Tunglies
d531432f4a
fix: improve Service connection method and permissions for Windows and Unix
2025-10-11 23:41:24 +08:00
Tunglies
4f1d61a56e
Revert "fix: improve Service connection method and permissions for Windows and Unix"
...
This reverts commit 601e99f0b5 .
Revert "refactor: clash-verge-rev-service-ipc (#4841 )"
This reverts commit 5370bd45ed .
2025-10-11 21:21:23 +08:00
Tunglies
5370bd45ed
refactor: clash-verge-rev-service-ipc ( #4841 )
...
* feat: update service installation scripts and IPC integration
- Updated `Cargo.toml` to use version 2.0.8 of `clash_verge_service_ipc` with "client" feature.
- Renamed service installation and uninstallation scripts in `post-install.sh` and `pre-remove.sh`.
- Removed `service_ipc` module and refactored IPC handling in `service.rs` to use the new `clash_verge_service_ipc` directly.
- Adjusted service version checking and core management to align with the new IPC structure.
- Simplified directory checks in `dirs.rs` and updated logging configurations in `init.rs`.
- Updated Linux configuration file to reflect new script names.
- Enhanced service installer hook to manage state more effectively.
* refactor: simplify ClashConfig instantiation and remove unused service log file function
* feat: update clash_verge_service_ipc to version 2.0.9 and enhance service initialization logging
* chore: update clash_verge_service_ipc to version 2.0.10 and refactor async service manager initialization
* fix: update clash_verge_service_ipc to version 2.0.11 and improve service manager initialization
* fix: increase sleep duration for socket readiness check to improve stability
* fix: update clash_verge_service_ipc to version 2.0.12 and kode-bridge to version 0.3.4; refactor service management and IPC path checks
* fix: update clash_verge_service_ipc to version 2.0.13; refactor service connection and initialization logic
2025-10-11 15:35:26 +08:00
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