Skip to content

2.0.alpha3

Compare
Choose a tag to compare
@leehart leehart released this 06 Jun 14:27
· 2056 commits to master since this release

Third alpha release of the Panoptes 2.0 series.

Continuing to redesign and reimplement the UI to reach parity with v1.6.2, improving user experience and future development prospects.

This release includes:

Fixes:

  • #390 - The text field for searching lists is now treated as case-insensitive, so "finds" finds "Finds".
  • #396 - The z-index for draggable tab headers has now been fixed, so it always stays on top.
  • #398 - The Query Picker for the per-row indicator channel is now populated with the current query.
  • #399 - The reference sequence now has a "Majority base over window" in its legend.
  • #400 - The Genome Browser no longer says "WTF", so we're getting serious.
  • #403 - Session IDs are now passed through in production mode.
  • #406 - Component updates are not fired if they are not needed; no more double dispatch errors.
  • #411 - Variants are no longer placed on the join between ref bases in the reference sequence.
  • #412 - History handling has now been fixed, so the back button now behaves like a back button.

Features:

  • A list of recently used queries, so users can reuse them.
  • A dataset management interface, so dataset managers can re-import datasets via the web GUI.