Skip to content

Releases: fractal-analytics-platform/fractal-web

v0.7.1

14 Dec 15:22

Choose a tag to compare

From the CHANGELOG file:

  • Auto-refresh of tasks table when a tasks collection completes successfully (#364).
  • Auto-refresh of tasks collection status (#364).
  • Made tasks list more compact by hiding the older versions (#364).
  • Added the following fields on single task creation:
    • args schema file upload (#364).
    • meta file upload (#364).
    • docs info and docs link (#364).
  • Added editing of pinned package versions on tasks collection (#364).
  • Supported editing of cache_dir from user profile page (#365).
  • Added experimental workflow page with job monitoring (#363).

v0.7.0

04 Dec 08:08

Choose a tag to compare

0.7.0

v0.6.3

27 Oct 13:16

Choose a tag to compare

0.6.3

v0.6.2

24 Oct 11:31

Choose a tag to compare

0.6.2

v0.6.1

16 Oct 08:47

Choose a tag to compare

0.6.1

v0.6.0

11 Oct 09:29

Choose a tag to compare

  • Added fractal-web version to the footer (#312).
  • Added new modal for create/update dataset feature (#310).
  • Standardized modal management to fix some bugs (#306).
  • Added proxy endpoints and refactored error propagation (#288).
  • Remove use of deployment-type fractal-server variable (#298).
  • Add GitHub action to create GitHub releases (#305).
  • Add a BSD3 license (#300).

v0.5.6

07 Sep 07:01

Choose a tag to compare

Minor fixes:

  • Improve displaying of Dataset.meta properties (#281).
  • Remove obsolete file src/routes/api/alive/+server.js (#283).

v0.5.5

05 Sep 12:51
ef47c70

Choose a tag to compare

Bug fix for issue #278.

v0.5.4

04 Sep 12:26
43c9047

Choose a tag to compare

This version enables running fractal-web on a machine different from fractal-server (by propagating the cookie via a handleFetch hook).

Relevant PR:

  • Add handleFetch hook, in order to propagate cookie #275

v0.5.3

28 Aug 06:53

Choose a tag to compare

This release (tested with fractal-server 1.3.5a1) introduces a few small features and several bugfixes:

  • Add confirmation dialog for delete-task operation (#272).
  • Enable WorkflowTask Info tab, and render docs_info from markdown (#271).
  • Update import-workflow feature (#269).
  • Revamp home page and user-related layout (#259).
  • Review logout action (#259).
  • Implement editing and deletion of tasks (#207, #268).
  • Implement A-to-B workflow execution (#254).
  • Fix WorkflowTask meta update (#261).
  • Improve enable/disable button state, for project/dataset/workflow/resource creation (#257).