Skip to main content

v4.1.3 Release

· One min read

This release includes several important bugfixes including fixes for:

  • the scrolling being extremely choppy when zoomed in since v4.0.3
  • jbrowse text-index not indexing all tracks by default

Downloads

To install JBrowse 2 for the web, you can download the link above, or you can use the JBrowse CLI to automatically download the latest version. See the JBrowse web quick start for more details.

Changes since v4.1.1 (2026-01-22)

bug

  • Revert css based --var scrolling due to visual glitches at large bp offsets (#5449) @cmdcolin
  • Fix jbrowse-cli text-index not working without --tracks parameter (#5446) @cmdcolin
  • Add E2E test for jbrowse img (#5443) @cmdcolin
  • Fix jbrowse-img for ESM css loader and setupEnv. (#5441) @Yihuki

enhancement

  • Cache configurations by snapshot identity (#5450) @cmdcolin