Skip to content

Releases: kalagar/Glyphy

v1.4.1

Choose a tag to compare

@kalagar kalagar released this 20 Jun 19:02
bba0dec

1.4.1 (2026-06-20)

Bug Fixes

  • RTL support broken on chatgpt.com — responses in RTL languages render LTR (#36) (65f938f)

v1.4.0

Choose a tag to compare

@kalagar kalagar released this 14 Jun 20:35
22047e9

1.4.0 (2026-06-14)

Features

  • add packaging script for Chrome/Firefox extension artifacts (#33) (94a5c5c)

v1.3.2

Choose a tag to compare

@kalagar kalagar released this 14 Jun 19:58
23d6b4c

1.3.2 (2026-06-14)

Bug Fixes

  • clear free-text font on dropdown change in options; fix PR title guard for copilot branches (#30) (fa97188)

v1.3.1

Choose a tag to compare

@kalagar kalagar released this 14 Jun 18:16
b2c8b2c

1.3.1 (2026-06-14)

Bug Fixes

  • Firefox support — fall back to curated font list when fontSettings unavailable (#23) (4a87923)

v1.3.0

Choose a tag to compare

@kalagar kalagar released this 13 Jun 09:16
1ed1f5a

1.3.0 (2026-06-13)

Features

  • add Alt+Shift+F keyboard shortcut to open popup (#7) (b5ad66c)
  • add per-site RTL toggle and popup support for RTL text (ab9d5f1)
  • export/import font settings as JSON (#6) (8110896)
  • GitHub Action to auto-create Release on master push (#13) (9829017)
  • per-site RTL support toggle in options page for all popular sites (#15) (0dd92be)
  • prepare 1.2.2 release cleanup (ed62668)
  • prepare 1.2.2 release cleanup (fdfb8ac)

Bug Fixes

  • exclude google-material-icons descendants from font override (#18) (b95cf53)
  • RTL text direction for YouTube comments/titles with config-aware injection (#11) (c7acf00)
  • support copilot branch prefixes in PR title guard (#20) (b40c82f)

Glyphy v1.2.0

Choose a tag to compare

@github-actions github-actions released this 07 Jun 12:50

What's Changed

Added

  • Per-site RTL toggle in Options page — every popular-site row (and custom sites) now has an RTL checkbox. Enabling it injects unicode-bidi: plaintext; text-align: start for elements with RTL lang or dir attributes, covering regional subtags like ar-SA and fa-IR. YouTube and YouTube Studio default to on. (PR #15)
  • RTL toggle in popup — the "RTL text support" checkbox lets you flip RTL support for the current site without opening the Options page. Defaults follow the same hostname rules as the Options page.

Full Changelog: v1.0.0...v1.2.0

Glyphy v1.0.0

Choose a tag to compare

@github-actions github-actions released this 07 Jun 11:15
9829017

What's Changed

  • Fix failing "Validate extension" CI job by adding Firefox add-on ID to manifest by @Copilot in #5
  • feat: export/import font settings as JSON by @Copilot in #6
  • feat: add Alt+Shift+F keyboard shortcut to open popup by @kalagar in #7
  • Show active font name as subtitle in popup header by @Copilot in #8
  • fix: RTL text direction for YouTube comments/titles with config-aware injection by @kalagar in #11
  • feat: GitHub Action to auto-create Release on master push by @Copilot in #13

New Contributors

  • @Copilot made their first contribution in #5
  • @kalagar made their first contribution in #7

Full Changelog: https://github.com/kalagar/Glyphy/commits/v1.0.0