Releases: hholst80/glow
Releases · hholst80/glow
2026.01.31
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
2025.12.30
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