Releases: untra/polyglot
Releases · untra/polyglot
💎 Release 1.12.0
Polyglot v1.12.0 Summary
This release focused on redirect handling improvements and community contributions:
- Anchor tag preservation - Redirect URLs now properly preserve anchor tags (PR #275)
- Sublanguage redirect support - redirect_from frontmatter now correctly scopes across sublanguages, preventing duplicate redirects for non-default
language pages (PR #293) - Fallback page detection - New page.rendered_lang liquid variable lets you detect when a page is rendered as a fallback (when page.rendered_lang !=
site.active_lang) (PR #283) - New languages - Added Italian and Turkish language support to the documentation site (PR #280)
- Rich text improvements - Updated sidebar definitions (PR #277) and Japanese rich text strings (PR #288)
💎 Release 1.11.0
- proper escaping of glob patterns from exclude files, preventing conflicts with other jekyll themes
- :polyglot, :post_write hook correctly passes site
- i18n_headers x-default value correctly matches site url
- codecov and ci adjustments
https://polyglot.untra.io/2025/09/20/polyglot.1.11.0/
💎 Release 1.10.0
- numerous improvements to the
i18n_headersplugin - idempotency of site build order
- improved test and build automation
- now requires ruby >= 3.1 to prevent security issues in transitive dependencies.
- https://polyglot.untra.io/2025/07/07/polyglot-1.10.0/
💎 Release 1.9.0
💎 Release 1.8.1
💎 Release 1.8.0
- language specific permalinks
- adds a (:polyglot, :post_write) hook
- adds failure and additional debugging if one subprocess build fails
- site.xml and robots.txt site solution
- readme updates including contributor section and callouts for cool folks
💎 Release 1.7.0
- Support for
page_iddocumentation coordination for pages with different permalinks - example and support for
jekyll-redirect-fromcustomredirect.yaml - Fixes for jekyll commands failing
💎 Release 1.6.0
- Fix failure to relativize frozen strings: #174
- Dependency and test updates
- Site support for simplified chinese
💎 Release 1.5.1
- Support for relativization of anchor tags #150
- dependency updates
- site support for hebrew
💎 Release 1.5.0 (#147)
- Faster staggered machine-aware builds
- Link back from polyglot site to soure
- Updated readme and tests
- Updated CI provider to use circleci