all repos — mdget @ 509eee2768c7a02a0c6c106e93313d46dc846f67

Unnamed repository; edit this file 'description' to name the repository.

CHANGELOG.md (view raw)

 1# Changelog
 2
 3All notable changes to this project will be documented in this file.
 4
 5The format is based on [Keep a
 6Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to
 7[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 8
 9## [Unreleased]
10
11## [1.0.0] - 2026-04-20
12
13### Added
14
15- All command-line flags (`-o`, `-t`, `-u`) are now considered stable.
16- Added integration tests covering argument parsing, HTTP fetching,
17HTML-to-Markdown conversion, file output, and error conditions.