Skip to content

Releases: DigitalSlideArchive/HistomicsUI

v1.7.2

27 May 19:38
fd949fb

Choose a tag to compare

What's Changed

  • Support configurable hotkeys to select annotation groups by @manthey in #469
  • Use an option flag rather than silent in some bootstrap calls by @manthey in #472
  • When updating the style groups, we would render the draw panel a lot by @manthey in #473
  • Allow editing an annotation with any number of elements by @manthey in #474
  • Update large-image-annotation required version by @manthey in #475

Full Changelog: v1.7.1...v1.7.2

v1.7.1

01 May 12:57
840cc30

Choose a tag to compare

What's Changed

  • Adjust css for large_image frame selector update by @manthey in #447
  • Make sure style groups can't hold invalid keys by @manthey in #456
  • Mark quarantined items with the user id in another manner by @manthey in #461
  • Annotation boolean operations could fail. by @manthey in #464
  • Fix select edit shape and nothing is active by @manthey in #466

Full Changelog: v1.7.0...v1.7.1

v1.7.0

29 Jan 18:23
f1b3147

Choose a tag to compare

What's Changed

Full Changelog: v1.6.0...v1.7.0

v1.6.0

13 Aug 17:31
31e698b

Choose a tag to compare

What's Changed

  • Reduce undesired root logging. by @manthey in #374
  • Allow getting plugin resources by @manthey in #375
  • Report the user that started the job on the job details page. by @manthey in #376
  • Support violin plots in the Metadata Plot panel by @manthey in #379
  • Adjust formatting by @manthey in #380
  • Adjust how violin plots are presented. by @manthey in #381
  • More adjustments to violin plots by @manthey in #382
  • Tweak some css for long axis names on the frame selector by @manthey in #384
  • Add a setting to adjust the login message. by @manthey in #385
  • Don't show the context menu when finishing an annotation. by @manthey in #386
  • Harden drawing annotations. by @manthey in #387
  • Add an admin endpoint for querying files. by @manthey in #389
  • Harden switching annotation modes by @manthey in #390
  • Adjust position and z-index of region control dropdown by @gabrielle6249 in #391
  • Show a loading spinner until the image is ready. by @manthey in #392
  • Use new plottable data endpoints from large_image by @manthey in #394
  • Increase size of loading spinner by @manthey in #396
  • Fix an issue with the distinct plottable list color by @manthey in #397
  • Have the plot automatically respond to toggling annotation visibility by @manthey in #398
  • Harden annotation refreshes with plottable data by @manthey in #399
  • Improve plots by @manthey in #400
  • Update plotly and how selections are handled. by @manthey in #403
  • Don't reload plot data if it hasn't changed by @manthey in #404
  • Update plottable data to match changes in large_image. by @manthey in #405
  • Reduce console warning on plot hover by @manthey in #406
  • Don't show decimal places on integers by @manthey in #407
  • Limit length of text in hover info on plots by @manthey in #408

New Contributors

Full Changelog: v1.5.0...v1.6.0

Version 1.5.0

01 Feb 21:09
2421641

Choose a tag to compare

What's Changed

  • Show updated details on annotation popovers. by @manthey in #329
  • Add annotation element metadata to the popover. by @manthey in #330
  • Fix a bug when changing style groups. by @manthey in #332
  • Fix an issue with the select control update by @manthey in #333
  • Make annotation access levels more consistent with other models by @manthey in #340
  • Support default annotation visibility. by @manthey in #341
  • Allow panels to be configure via .histomicsui_config.yaml. by @manthey in #342
  • Fix saving annotation color by @manthey in #343
  • Configurable dark mode by @manthey in #344
  • Make some settings on the annotation panel configurable. by @manthey in #346
  • Fix a z-index issue in dark mode. by @manthey in #347
  • Support more region shapes by @manthey in #349
  • Fix z-index of drop down region menu. by @manthey in #350
  • Update max-merge css for frame selector by @manthey in #352
  • Fix a typo in a css selector by @manthey in #353
  • Serialize nans as nulls during rest json responses. by @manthey in #356
  • To make it easier to deploy in an Iframe, allow token auth. by @manthey in #358
  • Show resource paths in girder search pages. by @manthey in #367
  • Support short login sessions. by @manthey in #369
  • Add a guard to checking the token. by @manthey in #370
  • Reduce undesired root logging. by @manthey in #373

Full Changelog: v1.4.6...v1.5.0

Version 1.4.6

16 Aug 20:49
b569c46

Choose a tag to compare

What's Changed

  • Update frame selector help. by @manthey in #318
  • Sometimes canceling style changes didn't close the dialog by @manthey in #319
  • A minor css change for the frame selector preset by @manthey in #324
  • Use the large_image max_annotation_input_file_length setting. by @manthey in #327

Full Changelog: v1.4.5...v1.4.6

Version 1.4.5

03 Jul 14:46
bb7c47c

Choose a tag to compare

What's Changed

  • Fix a download scope issue by @manthey in #311
  • Avoid linting files we shouldn't by @manthey in #312
  • Adjust styles of frame selector based on recent changes in large image by @manthey in #313
  • Tweak some css values for the frame selector by @manthey in #316
  • Better update annotations when they change from external causes by @manthey in #317

Full Changelog: v1.4.4...v1.4.5

Version 1.4.4

13 Jun 12:37
02f03fc

Choose a tag to compare

What's Changed

  • Pass itemId to the frame selector by @manthey in #309
  • Update the metadata widget to inherit from large_image by @manthey in #310

Full Changelog: v1.4.3...v1.4.4

Version 1.4.3

05 Jun 12:35
faecf30

Choose a tag to compare

What's Changed

  • Apply configurable sort to next and previous images by @manthey in #288
  • Expose the frame selector as a new panel by @manthey in #294
  • Remove some debug statements. by @manthey in #298
  • Adjust panel title css to avoid overflow by @manthey in #300
  • Don't attempt to fetch user collections if anonymous. by @manthey in #301
  • Handle the mousedown event for better overlay processing. by @manthey in #304
  • Remove a useless log message by @manthey in #305

Full Changelog: v1.4.2...v1.4.3

Version 1.4.2

27 Mar 15:53
4fd11f1

Choose a tag to compare

What's Changed

  • Speed up item list updates. by @manthey in #258
  • Add hooks to add details to annotation popovers. by @manthey in #260
  • Add some missing endpoint scopes. by @manthey in #262
  • Use folder metadata in metadata plots. by @manthey in #264
  • Fix typo in girder-worker command invocation by @zachmullen in #268
  • Update the handler for annotation size. by @manthey in #271
  • Allow click to select a single element. by @manthey in #273
  • Don't reload plotly if already present by @manthey in #274
  • Allow selecting elements by polygon by @manthey in #275
  • Fix a bug where elements wouldn't update immediately. by @manthey in #276
  • Color annotations by metadata. by @manthey in #279
  • Selecting annotations and draw mode are exclusive. by @manthey in #280
  • Add select-by-group controls to the draw widget. by @manthey in #281
  • Deactivate annotations when they are hidden. by @manthey in #282
  • Deselect elements when they are hidden. by @manthey in #283
  • Deselect elements on image transition. by @manthey in #284
  • Don't change the color radio button needlessly. by @manthey in #285
  • Prevent side panels from having horizontal scrollbars. by @manthey in #286

New Contributors

Full Changelog: v1.4.1...v1.4.2