Skip to content

Releases: MIDA-group/CytoBrowser

v1.3.4

18 May 23:52
Compare
Choose a tag to compare

Minor update release

  • npm update added 2 packages, changed 14 packages, and audited 86 packages, including Express.js v4.18.2 -> 4.19.2
    • Security fix: "Versions of Express.js prior to 4.19.2 are affected by an open redirect vulnerability using malformed URLs."

Full Changelog: v1.3.3...v1.3.4

Stable release v1.3.3

28 Dec 18:41
Compare
Choose a tag to compare

Minor update release

  • Setting path to resources based on location of cytobrowser.js, for npx cytobrowser execution

Full Changelog: v1.3.2...v1.3.3

Bugfix release v1.3.2

28 Dec 17:36
Compare
Choose a tag to compare
  • Minor fix when starting Cytobrowser from npm/npx

Full Changelog: v1.3.1...v1.3.2

Bugfix release v1.3.1

28 Dec 17:14
Compare
Choose a tag to compare

Minor bugfix release

  • Navigator and On-screen buttons working in Region edit mode again
  • Also added scripts for npm run/exec and npx usage

Full Changelog: v1.3.0...v1.3.1

Stable release v1.3.0 - with PixiJS for WebGL rendering

27 Dec 23:41
9cc2e58
Compare
Choose a tag to compare

What's Changed

  • Using PixiJS for WebGL rendering; massive speed improvement for > 1k markers (regions are still using SVG)
  • Client and Server version strings when Hoovering over logo (this release is 1.3.0 for both)
  • Collapsable right toolbar, useful for small screens
  • Server better at surviving various issues

And many other things.

Full Changelog: v1.2.0...v1.3.0

Stable release v1.2.0

08 Jan 18:37
9a3a9f0
Compare
Choose a tag to compare

What's Changed

  • Improved region edit behavior
  • Dynamic classConfig specification supported in annotation.json file
  • Removed “Go to” button; whole row is clickable instead
  • Class prediction score (from machine learning) supported
  • Marker size slider in Visualization menu
  • Improved touch based input
  • Don’t show all annotations in list for speed reasons; “show more” button

And many other things.

Full Changelog: v1.1.2...v1.2.0

Stable release v1.1.2

05 Apr 22:55
e8d20df
Compare
Choose a tag to compare

What's Changed

  • Several speed improvements for large scale annotations (>1000 markers)
    • Gridded annotation lookup
    • Asynchronous updates of Annotation list and Overlay
    • Move to jsondiffpatch for VersionRevert, >1000x faster
  • Prevent self-intersecting regions (since such are not supported)
  • New convenience option: '--open-browser' for opening a browser locally
  • Bump minimist from 1.2.5 to 1.2.6

And many other things.

Full Changelog: v1.1.1...v1.1.2

Stable release v1.1.1

12 Mar 13:38
e29d026
Compare
Choose a tag to compare

What's Changed

  • Improved scalebar
  • Improved keyboard handling
  • z-level picker to context menu
  • Batch handling of annotations
  • Version revert (annotation history)
  • Improved autosave
  • Improved Session picker
  • Bookmark annotation option
  • Smarter focus level loading
  • Global comments

And many other things.

Full Changelog: v1.1.0...v1.1.1

Master (stable) release before merging in develop

17 Nov 20:33
Compare
Choose a tag to compare

Changelog

  • Improved navbar layout
  • Rename of "Collaboration" to "Session"
  • Better Keep-alive handling of sessions
  • Visualization adjustments (brightness/contrast) in foldable menu
  • Improved keyboard handling
  • Handle even number of z-levels correctly
  • Avoided Lookbehind Regex to support iOS
  • Improved Autosaves

And many other things.

Bugfix release v1.0.1, URL location encoding

04 Mar 20:40
e12739e
Compare
Choose a tag to compare

Minor bugfix release, URL location encoding working again