Skip to content

Releases: Cytomine-ULiege/Cytomine-Web-UI

2.1.0

30 Aug 14:48
2.1.0
7daf59a
Compare
Choose a tag to compare

What's Changed

✅ Added

🔁 Changed

🔧 Fixed

  • fix: divergence between main and main-bigpicture by @bathienle in #61
  • fix(i18n): missing translations by @bathienle in #94
  • fix(prop): avoid mutating prop directly by @bathienle in #111
  • fix(annotation): project navigation when clicking on similar annotations by @bathienle in #112

🧪 Test

New Contributors

Full Changelog: 2.0.0...2.1.0

2.0.0

22 Aug 15:18
2.0.0
35f4667
Compare
Choose a tag to compare

What's Changed

✅ Added

  • Add GitHub action to build and push a docker image by @bathienle in #45
  • Add automatic lint check for JS and Vue files by @bathienle in #46
  • Create release with app files using GitHub action by @bathienle in #49

🔁 Changed

🔧 Fixed

🗑️ Removed

Full Changelog: v1.4.0...2.0.0

2.0.0-rc.1

18 Aug 14:28
2.0.0-rc.1
a4b1bff
Compare
Choose a tag to compare
2.0.0-rc.1 Pre-release
Pre-release

What's Changed

✅ Added

  • Add GitHub action to build and push a docker image by @bathienle in #45
  • Add automatic lint check for JS and Vue files by @bathienle in #46
  • Create release with app files using GitHub action by @bathienle in #49

🔁 Changed

🔧 Fixed

Full Changelog: v1.4.0...2.0.0-rc.1

v1.4.0

13 Jun 12:44
5513f11
Compare
Choose a tag to compare

What's Changed

This release uses the PIMS component instead of Cytomine-IMS for the image management system.
To run this version, you have to use the pims branch from the Cytomine-bootstrap

✅ Added

🔁 Changed

🔧 Fixed

🗑️ Removed

New Contributors

Full Changelog: v1.3.0...v1.4.0

v1.3.0

27 Jan 14:14
Compare
Choose a tag to compare

This release introduces user interface for image groups and annotation links.

New features

  • New rescale annotation tool
  • Image Groups: New tab "Image Group" in project that can be activated from Custom UI. Complete UI to visualize, create, manage, edit and delete image groups.
  • Annotation Links: Visualize annotation links from the Annotation Details panel. Annotations can be grouped by links in the Annotations tab.
  • Link tool: Efficiently create links between selected annotations in different views (provided that images in these views belong to same image group).
  • Unlink tool: Remove links associated to an annotation
  • Paste with link: Efficient advanced tool to copy/paste an existing annotation in other images of the same image group at a given position and create links between all these annotations.
  • New shortcuts to toggle panels panels in all views of a viewer at once (Ctrl + shortcut to toggle panel in current view)
  • New shortcuts to toggle selected layers visibility (Q, Ctrl+Q in all views)
  • New shortcut Shift + ? to show shortcut list
  • Add a search bar in shortcut list.
  • Add Next/Previous image in image group buttons and associated shortcuts
  • Add Next/Previous annotation link buttons and associated shortcuts
  • Default annotation stroke color can be overridden in webUI config
  • Image Selector can be filtered by image group
  • Highlight already opened images in image selector
  • Do not force to display Annotation Details when other annotation is selected and the Annotation Details panel was already hidden.

Bug fixes

  • When a rectangle annotation is modified, the modify tool keeps a rectangle shape instead of transforming the rectangle into a generic polygon.
  • Fix launch job form with optional parameters
  • Force rendering of images in a table when page changes
  • Update cached annotation crop when its geometry changes.
  • More fluid annotation selection on different slices of the same image
  • Fix incorrect behavior when there are too much categories to display in Annotations tab.

Other changes

  • Use backend search for Image Selector in viewer
  • Speed up image viewer loading by parallelizing API calls
  • Refactor programmatic annotation selection to handle complex scenarios.

v1.2.1

03 Sep 14:42
Compare
Choose a tag to compare

This release is a patch for v1.2.0 and add the missing commit:

  • Add complete Cytomine component version description in About modal.

v1.2.0

03 Sep 07:51
Compare
Choose a tag to compare

This release introduces new step controls buttons for multidimensional images and spatial projection modals.

New features

  • Add image creation date in image details
  • Improve display in job parameter listing
  • Add step selection in image controls
  • Simplify image controls buttons
  • Add fluorescence spectra (spatial projection) modal

Bug fixes

  • Fix user list in Annotation tab for reviewed annotations.

Other changes

  • Add devServer config to ease development.

v1.1.1

25 May 14:39
Compare
Choose a tag to compare

This release is a patch for v1.1.0 and brings some bug fixes.

New features

  • Add progress bar for histogram computation, to reduce user frustration

Bug fixes

  • In job parameters, 0 as default value is no more seen as null.
  • When a job parameter is optional and unfilled, no more try to save a value.

v1.1.0

19 May 14:21
Compare
Choose a tag to compare

This release introduces names for channels, annotation profile (spectra) and various color management improvements.

New features

  • Add profile projection for polygons
  • Add progress bar for profile status computation
  • Display channel name in image controls if these names exist

Bug fixes

  • Gamma and inverse are taken into account for histogram system response graph.
  • Only show profile when compatible and/or a profile is available
  • Add missing cursor on project member icon.
  • Fix color panel display when there are more than one image in a viewer.

v1.0.0-rc.2

12 Feb 16:36
Compare
Choose a tag to compare

Hot Fix minmax stretching for color images due to badly parsed character.

See v1.0.0-rc.1 for version details.