Skip to content

Latest commit

 

History

History
236 lines (121 loc) · 9.96 KB

CHANGELOG.md

File metadata and controls

236 lines (121 loc) · 9.96 KB

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.

4.0.6 (2024-02-24)

Bug Fixes

  • try injecting access token to git global config (a8c7ee1)

4.0.5 (2024-02-24)

Bug Fixes

  • Update semantic_release.yml with logs and more tokens (511af23)

4.0.4 (2024-02-24)

Bug Fixes

  • another workflow trigger (a05a953)

4.0.3 (2024-02-24)

Bug Fixes

  • trigger another workflow run manually (137519a)

4.0.2 (2024-02-24)

Bug Fixes

  • trigger new release manually to test workflow (7333553)

4.0.1 (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)

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 ...

3.0.0 (2022-03-05)

BREAKING CHANGES

  • 3.0 release

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)

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)

2.0.2 (2021-05-25)

Bug Fixes

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

2.0.1 (2021-05-20)

Bug Fixes

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

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.

1.0.9 (2020-11-02)

Bug Fixes

  • Possible error on variable deletion (ae5ef25)

1.0.8 (2020-10-28)

Bug Fixes

  • UI camera now targets display (none) (d9a4d4b)

1.0.7 (2020-09-24)

Bug Fixes

  • attempted fix for irregular bug when variable deleted (57a380a)

1.0.6 (2020-09-22)

Bug Fixes

  • variable deletion errors, design file creation right click menu (f2a6577)

1.0.5 (2020-09-22)

Bug Fixes

1.0.4 (2020-09-22)

Bug Fixes

1.0.3 (2020-09-22)

Bug Fixes

1.0.2 (2020-09-22)

Bug Fixes

  • installation instructions (adce89c)

1.0.0 (2020-09-22)

Features