Skip to content

Commit add9d1d

Browse files
committed
docs: update CHANGELOG for version 1.8.7
- Document the addition of automated Open Graph image generation and social preview metadata. - Include details regarding markdown link resolution improvements in the documentation viewer. - Note the standardization of JOIN alignment logic within the SQL formatter. - Update version comparison links to track the v1.8.7 release.
1 parent 5c3ba58 commit add9d1d

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this
66

77
## [Unreleased]
88

9+
## [1.8.7] - 2026-02-12
10+
11+
### Added
12+
13+
- Automated Open Graph image generation with Playwright-based rendering pipeline.
14+
- Social preview metadata and Open Graph/Twitter card image support for the website.
15+
- Markdown link resolution in the documentation viewer, mapping relative README links to internal site routes and opening external links in new tabs.
16+
- CLI reference and API details in the project manual.
17+
18+
### Changed
19+
20+
- Standardized JOIN alignment logic in the formatter, removing special-case handling for `FULL OUTER JOIN` in favor of consistent indentation across all join types.
21+
922
## [1.8.6] - 2026-02-12
1023

1124
### Added
@@ -299,7 +312,8 @@ _No user-visible changes. Internal release for version alignment._
299312
- `.holywellignore` file support.
300313
- Zero runtime dependencies.
301314

302-
[Unreleased]: https://github.com/vinsidious/holywell/compare/v1.8.6...HEAD
315+
[Unreleased]: https://github.com/vinsidious/holywell/compare/v1.8.7...HEAD
316+
[1.8.7]: https://github.com/vinsidious/holywell/compare/v1.8.6...v1.8.7
303317
[1.8.6]: https://github.com/vinsidious/holywell/compare/v1.8.5...v1.8.6
304318
[1.8.5]: https://github.com/vinsidious/holywell/compare/v1.8.4...v1.8.5
305319
[1.8.4]: https://github.com/vinsidious/holywell/compare/v1.8.3...v1.8.4

0 commit comments

Comments
 (0)