Commit 6ac9380a authored by Your Name's avatar Your Name

Update CHANGES.md with graph title fix

parent de5cb878
...@@ -46,6 +46,7 @@ ...@@ -46,6 +46,7 @@
- Added "Yesterday" preset option - Added "Yesterday" preset option
- Improved time range handling in both frontend and backend - Improved time range handling in both frontend and backend
- Fixed custom date range logic - Fixed custom date range logic
- Fixed graph title to dynamically show selected time range
- **Files Modified**: `templates/dashboard/analytics.html`, `main.py`, `aisbf/analytics.py` - **Files Modified**: `templates/dashboard/analytics.html`, `main.py`, `aisbf/analytics.py`
## New Features ## New Features
...@@ -69,6 +70,8 @@ Analytics page now supports: ...@@ -69,6 +70,8 @@ Analytics page now supports:
- Last 90 Days - Last 90 Days
- Custom Range (with date/time pickers) - Custom Range (with date/time pickers)
Graph title dynamically updates to show selected range.
## Backwards Compatibility ## Backwards Compatibility
All changes maintain 100% backwards compatibility: All changes maintain 100% backwards compatibility:
...@@ -92,3 +95,4 @@ Updated version to `0.99.33` in: ...@@ -92,3 +95,4 @@ Updated version to `0.99.33` in:
4. Test "Yesterday" time range filter 4. Test "Yesterday" time range filter
5. Verify database migrations work on live MySQL instances 5. Verify database migrations work on live MySQL instances
6. Test all existing providers (kiro-cli, claude, qwen, codex, kilo) 6. Test all existing providers (kiro-cli, claude, qwen, codex, kilo)
7. Verify graph title updates correctly for each time range selection
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment