Skip to content

Releases: hholst80/glow

2026.01.31

31 Jan 23:16

Choose a tag to compare

Changelog

  • 57d7d09 fix: extract display label from subgraph id[label] syntax
  • c28d808 Modify copyright information in LICENSE
  • eba4fd3 chore: remove unused example.png
  • d451d27 chore: add /release skill for creating GitHub releases
  • 35f3401 test: add vendored mermaid-ascii library tests and testdata
  • 830d94c fix: resolve Mermaid node duplication when using labels
  • 50bfb19 refactor: rename module to github.com/hholst80/glow
  • 33cc2e5 refactor: vendor mermaid-ascii library for local modifications
  • 280b8c5 test: extend test suite for fork features (mermaid + outline) (#19)
  • a19684b refactor: introduce Terminal interface for testability via DI (#17)
  • b172523 ci: sync golangci-lint config (#13)
  • f04c009 docs: document fork features and upstream commit reference

2026.01.05

05 Jan 13:22

Choose a tag to compare

Changelog

  • 1d35f75 Delete Dockerfile
  • 72b58d3 ci: remove unreliable external static analysis jobs
  • 49646cd feat: add optional right-aligned markdown outline sidebar in TUI mode (#15)
  • c21e9dc feat: detect overly complex mermaid diagrams and skip ASCII rendering (#12)

2025.12.30

30 Dec 23:11
34a2121

Choose a tag to compare

Changes Since Fork

This is the first release of the independent fork. Changes from upstream:

Features

  • Mermaid diagram support (#10) - Added support for rendering Mermaid diagrams in markdown documents

Infrastructure

  • Independent CI/CD (#11) - Replaced upstream reusable workflows with local job definitions
    • Removed dependabot automation
    • Removed Docker and Snapcraft builds
    • GitHub releases with direct binary downloads only
    • Support for date-based version tags (YYYY.MM.DD format)

Distribution

  • Simplified release process focused on GitHub releases
  • Cross-platform binaries: Linux, macOS, Windows, FreeBSD, NetBSD, OpenBSD
  • ARM64 and x86_64 architectures supported

Full Changelog: 94dc46d...2025.12.30