Skip to content

Latest commit

 

History

History
313 lines (177 loc) · 17.5 KB

CHANGELOG.md

File metadata and controls

313 lines (177 loc) · 17.5 KB

Changelog

2.3.0 (2024-12-18)

Features

  • migrate from reactflow to xyflow (158585a)
  • migrate to arg-services v4 and arguebuf v2 (c4a98f1)

Bug Fixes

  • assistant: set temperature to 0.0 by default (eb21cf0)
  • assistant: update models (f724104)

2.2.14 (2024-12-15)

Bug Fixes

2.2.13 (2024-12-11)

Bug Fixes

  • assistant: use structured outputs (f02ad73)

2.2.12 (2024-11-19)

Bug Fixes

2.2.11 (2024-11-19)

Bug Fixes

  • inspector: improve contrast of version number (87d8bfd)

2.2.10 (2024-11-19)

Bug Fixes

  • update flocken to properly set docker annotations (360eb9a)

2.2.9 (2024-11-18)

Bug Fixes

2.2.8 (2024-11-08)

Bug Fixes

  • improve styling of resources pane text field (f09407c)

2.2.7 (2024-11-06)

Bug Fixes

  • update typings for new eslint config (b50e76d)

2.2.6 (2024-10-25)

Bug Fixes

  • docker: add folder config for caddy (a43180a)

2.2.5 (2024-10-25)

Bug Fixes

  • assistant: improve openai requests (3743b78)
  • assistant: update suggested model names (77ddc86)
  • assistant: use function calling for better compatibility (fcdf72b)
  • improve code quality by applying eslint suggestions (2c45f60)

2.2.4 (2024-09-19)

Bug Fixes

  • add initial version of arguemapper logo (4c12ce7)

2.2.3 (2024-09-17)

Bug Fixes

  • assistant: add seed parameter (3847bfc)

2.2.2 (2024-09-13)

Bug Fixes

  • assistant: make model selection consistent (7d2a508)

2.2.1 (2024-09-12)

Bug Fixes

2.2.0 (2024-09-12)

Features

  • add ability to generate atoms using openai (682c4b4)
  • add ai function to identify the major claim (692a677)
  • add error handling to openai (3977201)
  • add explanations & metadata to openai nodes (a867a0c)
  • add loading component for ai generations (ababd47)
  • improve assistant configuration (cf3e0b4)
  • openai: add button to generate complete graph (729a473)
  • openai: add relation prediction (b83e0b5)
  • openai: allow generation of complete graphs (572616c)
  • openai: allow prompt customization (88ffe58)
  • use structured outputs instead of function calling (df38b21)

Bug Fixes

  • add correct references to generated atoms (f7f82b1)
  • clean up graph when applying predictions (189703e)
  • disallow openai logs in browsers (d3c9895)
  • improve session storage usage (e3e8d58)
  • openai: correctly specify required fields (6ff2e26)
  • openai: improve adu, mc steps (9b6283c)
  • openai: major claim of complete graphs (e7787e4)
  • openai: make prompt field multiline (fc747a1)
  • openai: pass additional resource information to model (21a92f8)
  • openai: remove edges when generating nodes (4c16839)
  • openai: update custom prompt description (b93fe2f)
  • openai: update prompts (45df3ea)
  • openai: update relation prompts (1a617b1)
  • openai: update relation prompts (381479a)
  • optimize openai model selection (02a2589)
  • properly export userdata for nodes (19fa6a4)
  • properly use autocomplete values (06136fc)
  • re-add dangerouslyAllowBrowser to openai (9efac6e)
  • rename openai to assistant, update models (32a1143)
  • use password field for openai api key (ff71e92)

2.1.5 (2024-04-12)

Bug Fixes

  • add node/edge id to inspector (a1dbd85)

2.1.4 (2024-02-22)

Bug Fixes

2.1.3 (2024-02-19)

Bug Fixes

  • filter elements before applying auto-layout (bb525ce)

2.1.2 (2024-02-08)

Bug Fixes

  • improve layout and fitView (33933fd)

2.1.1 (2024-02-08)

Bug Fixes

  • use layered layout by default (c626862)

2.1.0 (2024-02-05)

Features

  • show additional resource fields (918e7cd)

Bug Fixes

  • make sidebars bigger, adjust mobile breakpoint (ff90097)

2.0.0 (2024-02-03)

⚠ BREAKING CHANGES

  • The application has been converted from commonjs to esm.
  • The state handling code has been largely rebuilt. This will reset the cached state in the browser the first time the new version is launched.

Features

  • convert to esm (d51a1a7)
  • enable hotkeys for undo/redo/save (396abb9)
  • enable multi-arch docker builds (d9ea46d)
  • use arguebuf library instead of custom model (11647f0)

Bug Fixes

  • aif export did not start download (7fd0ef5)
  • capitalize scheme names (b36f611)
  • clone elements before modifying them (66a1828)
  • correctly compare past/current state in zundo (74e31c9)
  • delete connected edges when deleting nodes (30da2fd)
  • deps: bump arguebuf to fix copy bug (3e3b0a2)
  • improve performance of snackbar (df05cf4)
  • improve serialization process (3cf9344)
  • improve state handling (ae8a6f7)
  • migrate custom equality function (d465f9e)
  • migrate inspector fields to arguebuf library (83db122)
  • optimize temporal store usage (013e31a)
  • properly serialize analyst (5c3e43f)
  • properly set graph data (1b88bb8)
  • re-enable analyst verification (773a283)
  • re-enable setting argument schemes (1c4e71b)
  • remove analyst before adding during export (c554fd7)
  • remove unneeded loader component (1ce7cac)
  • resolve errors when adding edges (7bcad32)
  • temporarily disable analyst verification (0cf2425)
  • update grpc template (a4d760b)
  • update store version to invalidate caches (78fd010)
  • use correct date formatting (41c215c)
  • use temporal store via hook (55916ef)
  • zundo type error (93fcf6a)

Miscellaneous Chores

1.2.0 (2022-12-22)

Features

  • show correct version in inspector (9a03279)

1.1.12 (2022-12-22)

Bug Fixes

  • show version in inspector (4a93933)

1.1.11 (2022-12-22)

Bug Fixes

  • delete connected edges when deleting nodes (f5fe3cb)
  • update deps (4eed2ab)

1.1.10 (2022-12-19)

Bug Fixes

  • deps: update dependency arg-services to v1 (#14) (5815244)

1.1.9 (2022-12-18)

Bug Fixes

1.1.8 (2022-12-18)

Bug Fixes

1.1.7 (2022-12-18)

Bug Fixes

  • correct docker release condition (29d1cbb)

1.1.6 (2022-12-18)

Bug Fixes

1.1.5 (2022-12-18)

Bug Fixes