Skip to content

v0.7.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Sep 17:05

Full Changelog | Resolved Issues

Features

  • browser: apply dark mode without restart with Qt 6.7+ (2df0378)
  • registry,ui: show docset search keywords/prefixes (07a357c)
  • ui: add shortcut (Ctrl+B) to toggle sidebar visibility (a4fc8c1)

Bug Fixes

  • ui: use correct QWebEngineProfile when applying font settings (cae1ea7)
  • browser: use default QWebEngineProfile for Qt 6 (3d40ec7)
  • core: use archive_entry_pathname_utf8 (5081898)
  • browser: use button release for forward/back navigation (76187dc)
  • ui: fix Unix build when X11 is not available (1eb6548)
  • app: do not register protocol handlers on startup (a0fdca7)

Build System

  • cpack/wix: fix protocol handler registration (b9a25f2)
  • cmake: silence unset variable warning on Linux (4260a45)
  • cmake: build against Qt 6 by default (04c525b)
  • cmake: fix build if Qt 6 is not present (dff598c)
  • cmake: use installed cpp-httplib if available (92faa65)

CI/CD

  • github: update vcpkg to 2024.05.24 (418fc3b)
  • github: build with Qt 6.7.2 (9b288c0)
  • github: package source archives on Linux (92fa74f)
  • github: use git-cliff to draft changelog (eedf6d0)

New Contributors