Skip to content

5.1.1

Latest

Choose a tag to compare

@githubuser0xFFFF githubuser0xFFFF released this 20 Aug 20:11
· 3 commits to master since this release

Added

  • Make Auto Hide Side Bar React Correctly To Scroll Events (#854)
  • Add CMake Code To Group Projects To Folders (#861)
  • Allow moving single dock widget by dragging its tab (#863)
  • Make restoreState restore the focused dock widget (#862)

Changed

  • Build: Enable MSVC parallel compilation for top-level builds (#857)
  • Version is now created from CMakeLists.txt version instead of Git tag (#858)
  • removed QMake build system - project is now CMake only
  • updated Linux CI builds - now builds for Ubuntu 20.04, 22.04, 24.04 and 26.04

Fixed

  • fix use-after-free in updateTabs queued call (#860)
  • fix 2 crashes in singleShot timers while undocking tabs (especially in auto hide mode) (#792)