Skip to content

Releases: BioMotionLab/TUX

release/5.0.0

22 May 16:28
Compare
Choose a tag to compare

5.0.0 (2024-05-22)

Bug Fixes

  • added an updater tool to help users with old settings file update it automatically. (c794894)
  • deleted old installData.json (b3a6eac)
  • filename capitalization (d0979b6)
  • moved logic for default file locations settings to only trigger when needed. (53f32e9)

Documentation

  • added text popup for new version 5.0.0 (90b0222)

BREAKING CHANGES

  • FileLocationSettings are now scriptable objects

Users must update their ExperimentSettings assets to link to FileLocationSettings asset. A default asset is provided in the package.

release/4.0.6

24 Feb 02:48
Compare
Choose a tag to compare

4.0.6 (2024-02-24)

Bug Fixes

  • catch corrupt json (0c8be33)
  • corrected the displayed trial and block numbers in the runner panel (c8848ae)
  • Update semantic_release.yml (b777906)
  • Try injecting access token to git global config (a8c7ee1)

release/4.0.0

13 Jul 02:39
Compare
Choose a tag to compare

4.0.0 (2022-07-13)

Bug Fixes

BREAKING CHANGES

  • 3.0 release
    chore(release): 2.2.0 [skip ci]
    docs: added info about bmlTUX project settings, and added standlone vr page to sidebar
    docs: standalone vr
    chore: Prep for major release
    feat: added continuous data recorder
    feat: Fixed some docs and added section on continuous data
    fix: pregenerated trial tables conflict with debug mode
    docs: clarity edits and updates from older versions
    chore(release): 2.1.0 [skip ci]
    feat: can change color of debug logs in project settings
    feat: Recorder package major addition
    Fixed Custom Design File Location and Validation
    Modified OutputFolder base path to use FileLocationSettings
    Fixed Unaligned Design File Panel
    chore(deps): bump shelljs from 0.8.4 to 0.8.5 in /doc_projects/website
    chore(deps): bump prismjs from 1.23.0 to 1.25.0 in /doc_projects/website
    chore(deps): bump path-parse in /doc_projects/website
    chore(deps): bump url-parse from 1.5.1 to 1.5.3 in /doc_projects/website
    ...

release/3.0.0

05 Mar 23:29
Compare
Choose a tag to compare

3.0.0 (2022-03-05)

BREAKING CHANGES

  • 3.0 release

release/2.2.0

05 Mar 23:25
Compare
Choose a tag to compare

2.2.0 (2022-03-05)

Bug Fixes

  • pregenerated trial tables conflict with debug mode (44efa38)

Features

  • added continuous data recorder (3e13233)
  • can change color of debug logs in project settings (5b4bb0e)
  • Fixed some docs and added section on continuous data (f6c25f5)
  • Recorder package major addition (eb5090b)

release/2.1.0

13 Feb 19:55
Compare
Choose a tag to compare

2.1.0 (2022-02-13)

Bug Fixes

  • adjusting UI namespaces (ee56933)
  • cleaned up tableviewer namespace (3fd9f42)
  • pass on editor namespaces (300d8c3)
  • pass on managers namespace (bb99023)
  • pass on settings namespaces (9adb434)
  • pass on utilities namespaces (ff64527)
  • renamed base bmlTUX namespaces (b31cda2)

Features

  • added menu item for project compatibility settings and API (aa690bb)

release/2.0.2

25 May 22:15
Compare
Choose a tag to compare

2.0.2 (2021-05-25)

Bug Fixes

  • improved settings workflow, and adjusted helper tool to match (a26f874)

release/2.0.1

20 May 22:49
Compare
Choose a tag to compare

2.0.1 (2021-05-20)

Bug Fixes

  • package search now searches all packages, not just unity ones. (de991bb)

release/2.0.0

20 May 22:25
Compare
Choose a tag to compare

2.0.0 (2021-05-20)

Bug Fixes

  • better error when creating block config file with no block variables defined (e5d3516)
  • Improved warning message when no custom scripts defined (dce89ef)
  • Manual Block order bugs (03de3f2)

BREAKING CHANGES

  • Unfortunately, this will break any projects currently using custom orders.

You'll need to delete the old Block order files and redo the custom order files to adopt the new version.

release/1.0.9

02 Nov 17:00
Compare
Choose a tag to compare

1.0.9 (2020-11-02)

Bug Fixes

  • Possible error on variable deletion (ae5ef25)