CHANGELOG

Changelog for package rig_reconfigure

1.6.0 (2025-05-03)

  • fix wrong bounds on one-sided numeric parameter bounds (#46)

  • fix errors when exiting rig via sigint (#45)

  • Add support for parameter ranges and disabling readonly parameters. (#42 <https://github.com/teamspatzenhirn/rig_reconfigure/pull/42>)

  • Fix parameter input widget widths (#41)

  • Contributors: Dominik, Jonas Otto, Marc Alban

1.5.0 (2024-07-20)

  • create config directory if it doesnt exist (#40)

  • Persist window size via .ini file (#36)

  • Replace linear node list with tree representation (#34)

  • Fixes for default parameters (#33)

  • Contributors: Dominik, Jonas Otto

1.4.0 (2023-12-27)

  • Add dependency on ament_index_cpp to fix build on rolling (#29)

  • Place imgui.ini within users home directory (#28)

  • improved input handling of numeric values (#27)

  • Contributors: Chris Lalancette, Dominik

1.3.2 (2023-09-01)

  • add dominik as maintainer

  • Contributors: Jonas Otto

1.3.1 (2023-09-01)

  • remove git version information in info window (#24)

  • Contributors: Jonas Otto

1.3.0 (2023-08-30)

  • Only list nodes providing the parameter service (#23)

  • Cleanup (#22)

  • Info window (#21)

  • Contributors: Dominik

1.2.0 (2023-08-11)

  • Improvements for handling string parameters (sending update only once editing is complete)

  • Add window icon

  • Add desktop file

  • Contributors: Dominik, Jonas Otto

1.1.0 (2023-04-24)

  • Accept more parameter path separators

  • allow scientific notation for float-parameters

  • Manual FPS limiting for VNC sessions

  • add support for string parameters

  • allow clicking on node text for folding/unfolding

  • added buttons for expanding / collapsing all parameter nodes

  • sort node names in alphabetical order

  • periodic node refreshing + warning about died nodes

  • improved sizing of the list box

  • Contributors: Dominik, Jonas Otto, Scott K Logan

1.0.0 (2023-02-25)

  • initial release