Skip to content

v1.3.0

Latest
Compare
Choose a tag to compare
@mathisloge mathisloge released this 03 Sep 06:33

1.3.0 (2025-09-03)

Bug Fixes

  • add ini files to reuse.toml (36f8592)
  • client: add missing include of entt/meta/pointer.hpp to add the is_pointer_like trait. (1177c9a)
  • client: pass method parameters to protocol (85cb4ce)
  • probeqt: fix spelling of error message when a method could not be found. (c6e397f)
  • probeqt: use QQmlListReference only from qt 6.8 and onward (ff73ce9)
  • protocol: value converter for int has used uint (56ebabb)
  • python: default parameters to {} of method invoke (7b03729)
  • python: regenerate pyi files (a715a19)
  • reformat and licenses (722d558)
  • test: add .value() accessor to actually convert the underlying any value (ecfdf22)
  • test: don't presize default elements in invoke_method conversion (c544432)

Features

  • add method parameters to invoke call of client side (d6d7af5)
  • probeqt: method QObject's return params will be returned as a ObjectReference (76e6d84)
  • probeqt: properly read out enum values (b3582c4)
  • protocol: convert a ObjectReference to a object_val protocol message (00653c2)
  • python: add property.write (4c0af2f)
  • python: add with_type to ObjectQueryBuilder (fffd316)
  • restructure probe and qt probe in such a way, that everything can be consumed as a static lib (6c6cf67)
  • squash this (a087cf2)
  • test: add return type to RemoteObject::invoke_method (8a0643f)

Reverts

  • Use one ccache for all builds (5adb901)