Releases: MIDA-group/CytoBrowser
Releases · MIDA-group/CytoBrowser
Stable release v1.3.5
v1.3.4
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
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
- Minor fix when starting Cytobrowser from npm/npx
Full Changelog: v1.3.1...v1.3.2
Bugfix release v1.3.1
Minor bugfix release
- Navigator and On-screen buttons working in Region edit mode again
- Also added scripts for
npm run/exec
andnpx
usage
Full Changelog: v1.3.0...v1.3.1
Stable release v1.3.0 - with PixiJS for WebGL rendering
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
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
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
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
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.