The recent history box tracks the last
n items visited and displays them most recently visited first. It does not display the currently displayed item (if any) in the list. The history is stored in a cookie so that it survives session expiration.
Potential enhancements:
- optionally store searches (tag and full text)
- allow deleting of individual entries
- make the maximum number of entries configurable