User Guide
07.2 · Utilities

Capture History

The History Window (700 × 500) holds every capture Tex has taken, as a grid of thumbnails in reverse chronological order. Open it from the History button in the main toolbar.

Browsing and Loading

  • Thumbnails are laid out newest-first.
  • Click any thumbnail to load that capture into the main editor — annotations, OCR, save, everything.
  • The window is resizable; the grid reflows to the width.

Captures are added to history automatically as they happen — no explicit save step.

Stored Metadata

Each history item keeps:

FieldNotes
IdInternal GUID.
TimestampCapture time.
FilenameOriginal filename if saved to disk.
SizeByte size.
FormatPNG / JPEG / BMP / WebP.
DimensionsWidth × height in pixels.
OCR resultsAny OCR runs attached to this capture (04.04).

Persistence Settings

Tip

SettingHistory.PersistToDisk (default true). When on, history survives app restart. SettingHistory.MaxItems (default 50). Maximum number of captures to keep. SettingHistory.MaxSizeMB (default 200). Maximum total size on disk.

The history file lives at:

%APPDATA%\Tex\capture_history.json

Thumbnails are stored alongside it. Deleting this file is safe — Tex will recreate it on next launch.

Rolling Eviction

Tip

Warning — When MaxItems or MaxSizeMB is reached, Tex drops the oldest captures first to make room for new ones. There is no undo and no prompt. If a capture is important, save it to disk (Ctrl+S) or pin it (07.03) so you don't lose it to eviction.

Sensible tuning:

Usage patternMaxItemsMaxSizeMB
Light — a few captures per day50 (default)200 (default)
Heavy — dozens per session2001000
Memory-tight machine25100