Releases: xability/maidr
Releases · xability/maidr
v2.1.1
2.1.1 (2024-02-22)
Bug Fixes
- heatmap: support graceful failure in braille mode (#409) (93e12d2), closes #408
v2.1.0
2.1.0 (2024-02-21)
Features
v2.0.1
2.0.1 (2024-02-17)
Bug Fixes
v2.0.0
2.0.0 (2024-02-15)
Bug Fixes
- add tabindex attribute to maidrElemn element (#403) (f51b917)
Features
- Created ability to chat with multiple LLMs at once (#402) (80aa119), closes #388
BREAKING CHANGES
- Changed the way data was stored in the menu, first time
you run you'll need to update LLM settings
v1.5.0
1.5.0 (2024-02-14)
Features
- add user preferences to accompany initial prompt for LLM (#401) (8783b82), closes #396
v1.4.1
1.4.1 (2024-02-08)
Bug Fixes
- support lack of plot legend in verbose text output (#395) (a8e92c5), closes #217
v1.4.0
1.4.0 (2024-02-07)
Bug Fixes
- Gracefull failure now possible when main data (json schema) lacks elements or selector or both, on all chart types (#375) (ea26e5b)
- Replaced elements with selector in documentation and examples to conform to the latest maidr json schema spec (#372) (8a39dd5)
Features
- add delete buttons for LLM auth keys (#394) (deffa5a), closes #378
- change LLM modal controls to toggle open/close for easier review (#393) (63e52b4), closes #379
v1.3.2
1.3.2 (2024-02-02)
Bug Fixes
v1.3.1
1.3.1 (2024-02-01)
Bug Fixes
- change 'other' skill level field under LLM/AI in settings to be more intuitive (#377) (11d4bab)
v1.3.0
1.3.0 (2024-01-25)
Bug Fixes
- Added fill label in heatmap tutorial (#362) (3509be0)
- Made heatmap x, y coordinate regex more robust (#364) (4fe9e38)
Features
- Added Gemini as an option for users, including a menu setting to switch and set auth key (#365) (cd5da87), closes #341