mirror of
https://github.com/m1ngsama/TUT.git
synced 2026-02-08 00:54:05 +00:00
- 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 |
||
|---|---|---|
| .. | ||
| test_bookmark.cpp | ||
| test_history.cpp | ||
| test_html_parse.cpp | ||
| test_http_async.cpp | ||
| test_layout.cpp | ||
| test_renderer.cpp | ||
| test_terminal.cpp | ||