Commit Graph
717 Commits
Author SHA1 Message Date
Supra4E8CandGitHub cf41ca3edb Merge pull request #216 from CtriXin/fix/usage-rfc3339-nanoseconds
fix(usage): normalize high-precision RFC3339 timestamps
v1.7.39
2026-04-17 23:17:07 +08:00
Supra4E8C 18544b79f9 fix(i18n): map zh-HK and zh-MO to zh-TW 2026-04-17 23:16:02 +08:00
Supra4E8CandGitHub fa01f2a395 Merge pull request #206 from lmanchu/feat/add-zh-TW-locale
feat(i18n): add Traditional Chinese (Taiwan) locale (zh-TW)
2026-04-17 23:11:05 +08:00
xin 0c39e8d16f fix(usage): handle Date inputs in timestamp parser 2026-04-15 19:55:50 +08:00
xin 496f9900c6 fix(usage): normalize high-precision RFC3339 timestamps 2026-04-15 19:12:48 +08:00
Supra4E8C 74badcac8b fix(oauth): remove iflow cookie login v1.7.38 2026-04-14 23:25:17 +08:00
Supra4E8C 70a12bba4f fix(oauth): remove qwen oauth card v1.7.37 2026-04-14 23:22:20 +08:00
lmanchuandlmanchu 30f14500c8 feat(i18n): add Traditional Chinese (Taiwan) locale
Add zh-TW as a new supported language, covering all 1500+ translation keys
with Taiwan-standard terminology and phrasing.

Changes:
- src/i18n/locales/zh-TW.json: new file, full Traditional Chinese translation
- src/i18n/index.ts: import and register zh-TW locale
- src/types/common.ts: add 'zh-TW' to Language union type
- src/utils/constants.ts: add zh-TW to LANGUAGE_ORDER and LANGUAGE_LABEL_KEYS
- src/utils/language.ts: add zh-tw/zh-hant browser locale detection
- src/i18n/locales/*.json: add chinese_tw label key to all locales

Co-authored-by: lmanchu <lman.chu@gmail.com>
2026-04-12 14:15:46 +08:00
Supra4E8C 5cbfbe8fea feat(config): add antigravity credits visual toggle v1.7.36 2026-04-12 00:41:53 +08:00
Supra4E8C 62cc7cc92d fix(usage): match non-standard source ids
Include normalizeUsageSourceId(apiKey) in candidate ids so provider stats can match usage rows when source is classified as text (issue #198).
v1.7.35
2026-04-11 23:35:47 +08:00
Supra4E8C 7d58341941 fix(quota): distinguish codex pro plan labels v1.7.34 2026-04-11 16:47:34 +08:00
Supra4E8C 74d9adc5fb feat: add latency tracking and display enhancements across usage components v1.7.33 2026-04-11 13:34:15 +08:00
Supra4E8CandGitHub e33c8906cb Merge pull request #193 from LucasInsight/feat/request-time-display
feat(usage): show request time in usage stats
2026-04-11 13:20:44 +08:00
Supra4E8C f408e56ca7 feat(authFiles): enhance header validation and error handling in editor v1.7.32 2026-04-11 13:15:06 +08:00
Supra4E8CandGitHub cd2f19bb16 Merge pull request #191 from DEAN-Cherry/feat/custom-headers-auth-files
feat(authFiles): support customizing headers for auth files
2026-04-11 13:01:13 +08:00
Supra4E8C c20f705723 fix(ai-providers): include base-url when deleting provider configs v1.7.31 2026-04-09 23:58:09 +08:00
Michael d84cf61915 feat: improve usage latency formatting 2026-04-05 11:14:46 +08:00
Michael 13a0283e00 feat(usage): show request time in usage stats 2026-04-05 01:36:36 +08:00
Bryan Nie b5aaba447b fix(authFiles): address PR review comments for custom headers
- Add missing translation keys for headers hint

- Use dynamic translation key for headers textarea placeholder

- Add validation and error throwing for invalid JSON headers

- Prevent saving if headers JSON is invalid
2026-04-04 21:33:11 +08:00
Bryan Nie 3345fa2b88 feat(authFiles): support customizing headers for auth files
This feature adds a new UI to edit custom headers for auth files, following the backend enhancement (router-for-me/CLIProxyAPI#2457).
2026-04-04 21:03:16 +08:00
Supra4E8C 7747c95afb fix(config): make visual dirty tracking strictmode-safe v1.7.30 2026-04-03 02:42:41 +08:00
Supra4E8C d94321d2d6 chore(config): remove unused import 2026-04-03 01:52:33 +08:00
Supra4E8C 7333e98db0 perf(config): gate visual editor observers by layer 2026-04-03 01:46:23 +08:00
Supra4E8C 66a03364a7 perf(config): lazy-mount source editor 2026-04-03 01:45:20 +08:00
Supra4E8C de0ebf310d perf(config): remove stringify dirty tracking 2026-04-03 01:39:16 +08:00
Supra4E8C b88eb47918 perf(claude): replace signature dirty tracking 2026-04-03 01:33:11 +08:00
Supra4E8C 5527c1e5d4 perf(openai): replace signature dirty tracking 2026-04-03 01:33:05 +08:00
Supra4E8C 73e260c37f perf(ai-providers): lighten dirty checks for edits 2026-04-03 01:32:49 +08:00
Supra4E8C 4d3bd279a0 fix(usage): resolve nullable merge in index 2026-04-03 01:32:35 +08:00
Supra4E8C f8455dcdb8 perf(usage): streamline pre-index collection 2026-04-03 00:54:09 +08:00
Supra4E8C 0eaf3e84e9 perf(ai-providers): fully disable background refresh 2026-04-03 00:52:14 +08:00
Supra4E8C 811b5958e5 perf(page-transition): stabilize layer context 2026-04-03 00:49:33 +08:00
Supra4E8C 5ad32a1892 perf(styles): degrade glass blur on mobile 2026-04-03 00:04:26 +08:00
Supra4E8C ab6ead7027 perf(ai-providers): disable background stats refresh 2026-04-03 00:00:46 +08:00
Supra4E8C 6637bc70a0 perf(ai-providers): index usage details by source 2026-04-02 23:58:48 +08:00
Supra4E8C 5a7b7e0b52 fix(auth-files): optimize status bar cache 2026-04-02 23:52:12 +08:00
Supra4E8C f3b0bde343 fix(usage): guard service health tooltip anchor v1.7.28 2026-04-01 23:51:08 +08:00
Supra4E8C 4b4e37d4fd fix(auth-files): persist auth files UI state in localStorage v1.7.27 2026-03-30 13:19:57 +08:00
Supra4E8CandGitHub 8d256dbebf Merge pull request #180 from paulbettner/fix/notranslate-management-ui
Prevent browser translation from mutating the app shell
v1.7.26
2026-03-30 13:02:53 +08:00
paulbettner 05de780e15 Remove redundant body notranslate markers 2026-03-29 18:44:07 -05:00
paulbettner 66c26191d8 Prevent browser translation from mutating the app shell 2026-03-29 18:05:49 -05:00
Supra4E8C 7aa6744f20 refactor(VisualConfigEditor): simplify floating element positioning and style management v1.7.25 2026-03-28 06:36:43 +08:00
Supra4E8C 7e4e87bda5 feat(DashboardPage): add dynamic greetings and time-based messages 2026-03-28 06:23:18 +08:00
Supra4E8C 4b28d8a496 refactor(auth-files): replace regex search with wildcard matching v1.7.24 2026-03-28 02:40:27 +08:00
Supra4E8C d23daddc0b feat(QuotaSection): update button styles and text for refresh functionality v1.7.23 2026-03-28 02:20:02 +08:00
Supra4E8C 3f2078a45b feat(QuotaCard, QuotaSection): add refresh functionality and styling for quota messages 2026-03-28 02:13:31 +08:00
Supra4E8C 2534578eae fix(quota): use three-color thresholds for quota change indicators 2026-03-28 02:05:31 +08:00
Supra4E8C 135619ff49 feat(AuthFilesPage): add regex search mode with validation and toggle
feat(i18n): update search placeholders and error messages for regex support
feat(uiState): include regex search mode in AuthFiles UI state
feat(regexSafety): implement regex safety check to prevent catastrophic backtracking
v1.7.22
2026-03-28 01:52:55 +08:00
Supra4E8CandGitHub 3868ca172e Merge pull request #166 from Xvvln/feat/expandable-payload-inputs
feat(config): add expandable input for long payload override values
2026-03-28 01:10:30 +08:00
Supra4E8C 6006efb00a feat(ServiceHealthCard): implement tooltip positioning and rendering logic 2026-03-28 01:08:00 +08:00