Skip to content

v0.7.1

Compare
Choose a tag to compare
@github-actions github-actions released this 27 May 22:34
· 40 commits to main since this release

Full Changelog | Closed Issues

A bugfix release for the 0.7 branch.

Fixes

  • browser: send key events to web view's focus proxy (f2212eb), closes #703
  • registry: save non-zero docset revision in meta.json (2cefcd4), closes #1532 #1559
  • ui: add tool tip when global shortcuts are not supported (1d92d3c)
  • ui: use async selection in search edit (d5ce8a0), closes #1033 #703

Build System

  • cmake: find libarchive from brew on macos (#1621) (1ff2d6a)

CI/CD

  • github: build with Qt 6.6.3 (cbd3208)
  • github: use appstreamcli to validate Linux metadata file (de213a7)
  • github: validate AppStream metadata (46e18c2)

New Contributors