Skip to content

v1.3.0-dev.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@mathisloge mathisloge released this 03 Sep 06:30
· 63 commits to develop since this release

1.3.0-dev.3 (2025-09-03)

Bug Fixes

  • client: add missing include of entt/meta/pointer.hpp to add the is_pointer_like trait. (7aba717)
  • client: pass method parameters to protocol (8a74210)
  • probeqt: fix spelling of error message when a method could not be found. (5affd99)
  • probeqt: use QQmlListReference only from qt 6.8 and onward (430c40a)
  • python: default parameters to {} of method invoke (35262c5)
  • test: add .value() accessor to actually convert the underlying any value (6c6ab48)
  • test: don't presize default elements in invoke_method conversion (80dbc2d)

Features

  • add method parameters to invoke call of client side (e987543)
  • probeqt: method QObject's return params will be returned as a ObjectReference (5182c7d)
  • probeqt: properly read out enum values (7c96af2)
  • protocol: convert a ObjectReference to a object_val protocol message (bff40bd)
  • squash this (a9aefe9)
  • test: add return type to RemoteObject::invoke_method (cd6ff56)

Reverts

  • Use one ccache for all builds (be6e128)