Releases: kalagar/Glyphy
Releases · kalagar/Glyphy
Release list
v1.4.1
v1.4.0
v1.3.2
v1.3.1
v1.3.0
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
Glyphy v1.2.0
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: startfor elements with RTLlangordirattributes, covering regional subtags likear-SAandfa-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
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
Full Changelog: https://github.com/kalagar/Glyphy/commits/v1.0.0