Add `utils.enum_val_2_str()` to use instead of naked `str()` call for enums to ensure consistent rendering of enum to string across Python versions (is not the case for `enum.IntEnum`)
1.12.2
- timeline and video_player gui now support a mix of codable and read-only events - ensure events always in the same order in the GUIs
1.12.1
- fixed regression with drag-drop in the recording table
1.12.0
- added gui.utils.tooltip_combo: a version of imgui.combo with support for tooltips for each of the entries in the combolist
1.11.12
- improved robustness of OpenCV drawing wrappers (could crash) - aruco.PoseEstimator: renamed show_board_axes property to show_plane_axes