Skip to content

Releases: tmaier/site-to-md

1.0.5

27 Dec 00:35
Compare
Choose a tag to compare

Fixed

  • Fix Release process

1.0.4

27 Dec 00:24
Compare
Choose a tag to compare

Fixed

  • Fix Release process

v1.0.3

27 Dec 00:21
Compare
Choose a tag to compare

Fixed

  • Fix Release process

1.0.2

27 Dec 00:19
Compare
Choose a tag to compare

Fixed

  • Fix Release process

1.0.0

26 Dec 23:50
Compare
Choose a tag to compare

Initial release

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