Skip to content

Releases: untra/polyglot

💎 Release 1.12.0

31 Jan 23:43

Choose a tag to compare

Polyglot v1.12.0 Summary

This release focused on redirect handling improvements and community contributions:

  1. Anchor tag preservation - Redirect URLs now properly preserve anchor tags (PR #275)
  2. Sublanguage redirect support - redirect_from frontmatter now correctly scopes across sublanguages, preventing duplicate redirects for non-default
    language pages (PR #293)
  3. 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)
  4. New languages - Added Italian and Turkish language support to the documentation site (PR #280)
  5. Rich text improvements - Updated sidebar definitions (PR #277) and Japanese rich text strings (PR #288)

💎 Release 1.11.0

20 Sep 15:09

Choose a tag to compare

  • 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

07 Jul 13:54

Choose a tag to compare

💎 Release 1.9.0

18 Jan 20:34
a9d6f27

Choose a tag to compare

  • update derive_lang_from_path to derive page language from any part of the filepath #222
  • improvements to sitemap.xml generation #230
  • misc gemfile security dependency updates
  • misc readme and SEO generation updates

💎 Release 1.8.1

19 Aug 01:13
879e492

Choose a tag to compare

  • bugfix for i18n_headers #211
  • bugfix for ensuring permalink is set in doc data #200

💎 Release 1.8.0

18 Mar 14:09

Choose a tag to compare

  • 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

29 Oct 23:36
30fba11

Choose a tag to compare

  • Support for page_id documentation coordination for pages with different permalinks
  • example and support for jekyll-redirect-from custom redirect.yaml
  • Fixes for jekyll commands failing

💎 Release 1.6.0

09 Jun 14:21
ca22f43

Choose a tag to compare

  • Fix failure to relativize frozen strings: #174
  • Dependency and test updates
  • Site support for simplified chinese

💎 Release 1.5.1

01 Oct 15:26
82105aa

Choose a tag to compare

  • Support for relativization of anchor tags #150
  • dependency updates
  • site support for hebrew

💎 Release 1.5.0 (#147)

17 Jul 14:14
2f1aece

Choose a tag to compare

  • Faster staggered machine-aware builds
  • Link back from polyglot site to soure
  • Updated readme and tests
  • Updated CI provider to use circleci