Skip to content

Latest commit

 

History

History
58 lines (36 loc) · 1.57 KB

CHANGELOG.md

File metadata and controls

58 lines (36 loc) · 1.57 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Fixed

1.0.5 - 2024-12-27

Fixed

  • Fix Release process

1.0.4 - 2024-12-27

Fixed

  • Fix Release process

1.0.3 - 2024-12-27

Fixed

  • Fix Release process

1.0.2 - 2024-12-27

Fixed

  • Fix Release process

1.0.1 - 2024-12-27

1.0.0 - 2024-12-26

Added

  • Command-line interface (CLI) for converting HTML files to a single markdown document
  • Support for extracting content from <main> tag with <body> fallback
  • Preservation of frontmatter metadata in markdown output
  • Removal of unnecessary HTML elements to optimize markdown for AI tools
  • Enhanced description emphasizing the tool's ease of use for AI tools like Claude AI or ChatGPT
  • Initial test suite for ensuring code quality and reliability
  • Continuous Integration (CI) setup using GitHub Actions
  • Dockerfile to make the CLI tool available as a Docker image (useful for CI)
  • Dependabot configuration for automated dependency updates