# 0.6.5
Persist transfer state in put.io key-value config store

Back StateManager with put.io's per-user /v2/config key-value store instead
of a volatile in-memory HashMap. State is loaded on startup and written
through on each mutation, so category/download-dir mappings survive restarts
and transfers route to the correct directory.
