# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## 0.3.13
### Patch Changes
- Auto-release unreleased changes
## 0.3.12
### Patch Changes
- Auto-release unreleased changes
## 0.3.11
### Patch Changes
- Auto-release unreleased changes
## 0.3.10
### Patch Changes
- Auto-release unreleased changes
## 0.3.9
### Patch Changes
- Wait for Google Docs browser-model chunks to quiesce before parsing captures.
## 0.3.8
### Patch Changes
- Auto-release unreleased changes
## 0.3.7
### Patch Changes
- Auto-release unreleased changes
## 0.3.6
### Patch Changes
- Auto-release unreleased changes
## 0.3.5
### Patch Changes
- Auto-release unreleased changes
## 0.3.4
### Patch Changes
- Auto-release unreleased changes
## 0.3.3
### Patch Changes
- Auto-release unreleased changes
## 0.2.1
### Patch Changes
- Auto-release unreleased changes
## [0.1.0] - 2025-01-22
### Added
- Initial Rust implementation of web-capture
- HTTP server with compatible API to JavaScript version
- CLI with `--serve`, `--format`, `--output`, and `--port` options
- HTML fetching and rendering via browser-commander
- HTML to Markdown conversion
- PNG screenshot capture
- Relative to absolute URL conversion
- UTF-8 encoding support
- Docker support