Changelog Timeline

Stay up to date with new patches

March 27 2024
  • fix(crash): missing camera name from rrd metadata
  • feat: minimal working example of assimp export
  • fix(crash): properly toggle isOpen variable when exporter modal is closed
  • fix(crash): properly release window layout builders
  • chore: update constants
March 26 2024
  • feat: floor color as a viewport setting
March 25 2024
  • fix typo again
  • fix typo
  • fix(debug): properly calculate imageX and imageY on scaled and/or panned image
  • fix(crash): Dont access reconstructed recording data while it is being modified
  • feat: zoom-in on skeletal bone selector
March 20 2024
  • wip: assimp exports
  • fix(log): wrap text in log window
  • feat: extend quickstart window
March 19 2024
  • fix: remove ImGuiTreeNodeFlags_OpenOnArrow to allow opening bone tree anywhere user clicked
  • chore: move keybinding to dedicated menu item
  • chore: bring back keybind remapper
  • feat: keybind (left ctrl + S) saves current scene
  • fix: actually close viewport when the button has been clicked
  • feat: Display modal if tab we're about to close has unsaved changes
March 18 2024
  • feat: separate floor drawing from debugdraw
  • chore: update frame server warning message
  • feat: add setting config path to installer
  • fix(ui): hide clip-bar, cutting the track is the way to go instead
  • feat: ensure validity at various stages of app life
March 16 2024
  • fix(ui): do not close application if system requirements are not met fix(dialog): hint that escape closing is allowed feat(dialog): extend dialogs with feature flags
March 14 2024
  • fix(viewporttab): always display keyframes ui if its enabled, add tooltips and small refactor
  • fix(recording): fix wrong number of frames recorded when saving recording
March 13 2024
  • feat: shutdown or warn when file access is failing in critical way
  • feat: config directory can be overriden by configLocation.txt