Supra4E8C
74d9adc5fb
feat: add latency tracking and display enhancements across usage components
v1.7.33
2026-04-11 13:34:15 +08:00
Supra4E8C and GitHub
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
Supra4E8C and GitHub
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
Supra4E8C and GitHub
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
Supra4E8C and GitHub
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
Supra4E8C
4d864d182e
refactor(authFiles): simplify AuthFilesPage filter and card styles
2026-03-28 00:19:10 +08:00
Supra4E8C
a388f72f5f
feat(authFiles): enhance file upload and deletion handling with batch processing
v1.7.21
2026-03-27 23:22:38 +08:00
Supra4E8C
75f4c7cd1a
chore(storage): clarify local storage is obfuscation
v1.7.20
2026-03-27 22:06:45 +08:00
Supra4E8C
163c1ac29d
fix(openai): treat Authorization header as case-insensitive
2026-03-27 22:03:57 +08:00
Supra4E8C
1bf7b23f75
fix(config): invalidate in-flight fetch on section updates
2026-03-27 22:01:40 +08:00
Supra4E8C
f66deb36dd
fix(models): avoid cross-session stale model cache
2026-03-27 21:49:22 +08:00
Supra4E8C
0273d3c8fd
fix(config): refresh global store after yaml save
2026-03-27 21:47:04 +08:00
Supra4E8C
208a26441d
fix(config): prevent mobile section jump scroll conflicts
2026-03-27 21:15:06 +08:00
Supra4E8C
af36f6fb2d
fix(config): keep mobile action status visible
2026-03-27 19:47:41 +08:00
Supra4E8C
f9ef96a501
fix(ui): make modals safer on small screens
2026-03-27 19:42:54 +08:00
Supra4E8C
12103835ec
fix(config): tighten visual editor small-screen layout
2026-03-27 19:40:22 +08:00