Glyph v0.19.0
Install
macOS
brew tap glyph-md/tap && brew trust glyph-md/tap && brew install --cask glyphOr download Glyph_*_universal.dmg below.
Windows
# winget
winget install hamidfzm.Glyph
# Chocolatey
choco install glyph
# Scoop
scoop bucket add glyph-md https://github.com/glyph-md/scoop-bucket
scoop install glyphOr download Glyph_*_x64_en-US.msi below.
Linux
# Snap Store
sudo snap install glyph
# Arch (AUR)
yay -S glyph-md-bin
# Homebrew (Linuxbrew)
brew tap glyph-md/tap && brew install glyph
# Debian/Ubuntu (PPA)
sudo add-apt-repository ppa:hamidfzm/glyph
sudo apt update
sudo apt install glyph
# Debian (apt repo)
curl -fsSL https://glyph-md.github.io/apt-repo/gpg.key | sudo gpg --dearmor -o /usr/share/keyrings/glyph.gpg
echo "deb [signed-by=/usr/share/keyrings/glyph.gpg] https://glyph-md.github.io/apt-repo stable main" | sudo tee /etc/apt/sources.list.d/glyph.list
sudo apt update && sudo apt install glyph
# Fedora/RHEL (dnf)
sudo tee /etc/yum.repos.d/glyph.repo < <(curl -fsSL https://glyph-md.github.io/rpm-repo/glyph.repo)
sudo dnf install glyphOr download the .deb / .rpm / .AppImage below.
What's Changed
🚀 Features
- feat(a11y): respect the OS reduced-motion preference by @hamidfzm in #577
- feat(tab-bar): add buttons that open the command palette and graph by @hamidfzm in #580
- feat(palette): add icons to command palette rows and the graph reset control by @hamidfzm in #574
- feat(workspace): add tag and frontmatter metadata search by @hamidfzm in #584
- feat(editor): convert pasted HTML to Markdown by @hamidfzm in #586
🐛 Bug Fixes
- fix(windows): stop the abort-on-exit panic from tao's event loop by @hamidfzm in #579
- fix(ci): repair the homebrew-formula, dnf, and nsis smoke test channels by @hamidfzm in #589
🧪 Testing & CI
- test(rust): add targeted mutation testing with a clean baseline by @hamidfzm in #575
- ci(smoke-test): add direct-download artifact jobs and clear brew annotations by @hamidfzm in #576
📦 Dependencies
- chore(deps): bump @biomejs/biome from 2.5.5 to 2.5.6 in the dev-dependencies group by @dependabot[bot] in #581
- chore(deps): bump @codemirror/view from 6.43.6 to 6.43.7 in the production-dependencies group across 1 directory by @dependabot[bot] in #583
- chore(ci): bump taiki-e/install-action from 2.85.1 to 2.85.3 by @dependabot[bot] in #582
Full Changelog: v0.18.0...v0.19.0