Skip to content

Releases: PAzter1101/patchnotes

v1.6.0

23 Mar 11:40

Choose a tag to compare

1.6.0 (2026-03-23)

Features

  • admin: add auto-publish toggle and improve post workflow (ec7f1b9)

Docker Images

  • GitHub Container Registry: ghcr.io/pazter1101/patchnotes:1.6.0
  • Docker Hub: pazter1101/patchnotes:1.6.0

Usage

docker run --rm \
  -e LLM_API_KEY=your-api-key \
  -v ./config.yml:/config.yml \
  -v ./prompts:/prompts \
  -v ./output:/output \
  ghcr.io/pazter1101/patchnotes:1.6.0

v1.5.1

23 Mar 10:44

Choose a tag to compare

1.5.1 (2026-03-23)

Bug Fixes

Docker Images

  • GitHub Container Registry: ghcr.io/pazter1101/patchnotes:1.5.1
  • Docker Hub: pazter1101/patchnotes:1.5.1

Usage

docker run --rm \
  -e LLM_API_KEY=your-api-key \
  -v ./config.yml:/config.yml \
  -v ./prompts:/prompts \
  -v ./output:/output \
  ghcr.io/pazter1101/patchnotes:1.5.1

v1.5.0

23 Mar 10:21

Choose a tag to compare

1.5.0 (2026-03-23)

Features

  • admin: reorganize navigation and add prompts/repos management (a6b4ede)

Docker Images

  • GitHub Container Registry: ghcr.io/pazter1101/patchnotes:1.5.0
  • Docker Hub: pazter1101/patchnotes:1.5.0

Usage

docker run --rm \
  -e LLM_API_KEY=your-api-key \
  -v ./config.yml:/config.yml \
  -v ./prompts:/prompts \
  -v ./output:/output \
  ghcr.io/pazter1101/patchnotes:1.5.0

v1.4.0

22 Mar 21:33

Choose a tag to compare

1.4.0 (2026-03-22)

Features

  • admin: add settings page and improve generation workflow (d16b475)
  • helm: add init containers and security context for deployments (a60e744)

Docker Images

  • GitHub Container Registry: ghcr.io/pazter1101/patchnotes:1.4.0
  • Docker Hub: pazter1101/patchnotes:1.4.0

Usage

docker run --rm \
  -e LLM_API_KEY=your-api-key \
  -v ./config.yml:/config.yml \
  -v ./prompts:/prompts \
  -v ./output:/output \
  ghcr.io/pazter1101/patchnotes:1.4.0

v1.3.0

22 Mar 20:37

Choose a tag to compare

1.3.0 (2026-03-22)

Features

  • add admin panel, mkdocs blog, and helm chart (277d3a5)

Docker Images

  • GitHub Container Registry: ghcr.io/pazter1101/patchnotes:1.3.0
  • Docker Hub: pazter1101/patchnotes:1.3.0

Usage

docker run --rm \
  -e LLM_API_KEY=your-api-key \
  -v ./config.yml:/config.yml \
  -v ./prompts:/prompts \
  -v ./output:/output \
  ghcr.io/pazter1101/patchnotes:1.3.0

v1.2.1

22 Mar 20:24
fa2ff37

Choose a tag to compare

What's Changed

  • ci(workflows): normalize registry owner case and simplify pr merge by @PAzter1101 in #10
  • chore: sync release changes from main to develop by @PAzter1101 in #9

Full Changelog: v1.2.0...v1.2.1

v1.2.0

22 Mar 20:15

Choose a tag to compare

1.2.0 (2026-03-22)

Features

  • config,git-diff: add repo-level pattern overrides (5eeb1b4)
  • helm,docker,ci: add helm chart and multi-image docker builds (b4e1615)

Docker Images

  • GitHub Container Registry: ghcr.io/pazter1101/patchnotes:1.2.0
  • Docker Hub: pazter1101/patchnotes:1.2.0

Usage

docker run --rm \
  -e LLM_API_KEY=your-api-key \
  -v ./config.yml:/config.yml \
  -v ./prompts:/prompts \
  -v ./output:/output \
  ghcr.io/pazter1101/patchnotes:1.2.0

v1.1.0

18 Mar 13:04

Choose a tag to compare

1.1.0 (2026-03-18)

Features

  • config,git-diff: add tag-based diff mode and timezone support (36ee099)

Docker Images

  • GitHub Container Registry: ghcr.io/pazter1101/patchnotes:1.1.0
  • Docker Hub: pazter1101/patchnotes:1.1.0

Usage

docker run --rm \
  -e LLM_API_KEY=your-api-key \
  -v ./config.yml:/config.yml \
  -v ./prompts:/prompts \
  -v ./output:/output \
  ghcr.io/pazter1101/patchnotes:1.1.0

v1.0.0

18 Mar 08:57

Choose a tag to compare

1.0.0 (2026-03-18)

Features

  • add synthesis, review, and improved configuration pipeline (ab68f4d)

Docker Images

  • GitHub Container Registry: ghcr.io/pazter1101/patchnotes:1.0.0
  • Docker Hub: pazter1101/patchnotes:1.0.0

Usage

docker run --rm \
  -e LLM_API_KEY=your-api-key \
  -v ./config.yml:/config.yml \
  -v ./prompts:/prompts \
  -v ./output:/output \
  ghcr.io/pazter1101/patchnotes:1.0.0