TUT/tests
m1ngsama 8d56a7b67b feat: Add persistent browsing history
- Implement HistoryManager for JSON persistence (~/.config/tut/history.json)
- Auto-record page visits with URL, title, and timestamp
- Update visit time when revisiting URLs (move to front)
- Limit to 1000 entries maximum
- Add :history command to view browsing history
- History entries are clickable links
- Add test_history test suite
2025-12-27 18:13:40 +08:00
..
test_bookmark.cpp test: Add comprehensive test suite for v2.0 release 2025-12-27 16:30:05 +08:00
test_history.cpp feat: Add persistent browsing history 2025-12-27 18:13:40 +08:00
test_html_parse.cpp test: Add comprehensive test suite for v2.0 release 2025-12-27 16:30:05 +08:00
test_http_async.cpp test: Add comprehensive test suite for v2.0 release 2025-12-27 16:30:05 +08:00
test_layout.cpp feat: Implement TUT 2.0 with new rendering architecture 2025-12-26 14:56:17 +08:00
test_renderer.cpp feat: Implement TUT 2.0 with new rendering architecture 2025-12-26 14:56:17 +08:00
test_terminal.cpp feat: Implement TUT 2.0 with new rendering architecture 2025-12-26 14:56:17 +08:00