v0.3.0
- Added automatic bootstrapping of config.toml, shared by both CLI and server. The file lives in the platform-specific config directory (Linux
~/.config/deepseek-ocr/, macOS~/Library/Application Support/deepseek-ocr/, Windows%APPDATA%\deepseek-ocr\) and starts with documented defaults for model selection, inference settings, and server bindings. - Standardised default model asset locations under the accompanying cache directories (
~/.cache,~/Library/Caches,%LOCALAPPDATA%) so configuration and weights remain in predictable, platform-native spots. - Adopted tracing for structured logging across CLI and server, replacing ad‑hoc println! output with timestamped, leveled messages for easier debugging and consistent UX.
Full Changelog: v0.2.0...v0.3.0