-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
69 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
--- | ||
title: v2.13.1 Release | ||
date: 2024-07-31 15:12:50 | ||
tags: ['release', 'jbrowse 2'] | ||
--- | ||
|
||
Fixes but that caused the track selector in the linear synteny view to be unable | ||
to open in v2.13.0 | ||
|
||
Also allows users to hide the track "outlines" in the linear genome view as an | ||
aesthetic preference | ||
|
||
without track outlines | ||
![image](https://github.com/user-attachments/assets/cc4618c9-a466-4467-8333-b5009cf7d0c4) | ||
|
||
with track outlines, and menu item to toggle it | ||
![image](https://github.com/user-attachments/assets/31b937fc-fefa-40de-ad38-181e7e9aa1fc) | ||
|
||
## Downloads | ||
|
||
- [v2.13.1](https://github.com/GMOD/jbrowse-components/releases/tag/v2.13.1) | ||
|
||
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](https://jbrowse.org/jb2/docs/quickstart_web) for more | ||
details. | ||
|
||
yarn run v1.22.22 $ lerna-changelog --silent --silent --next-version 2.13.1 | ||
|
||
## 2.13.1 (2024-07-31) | ||
|
||
#### :rocket: Enhancement | ||
|
||
- [#4497](https://github.com/GMOD/jbrowse-components/pull/4497) Add ability to | ||
toggle "Show track outlines" ([@cmdcolin](https://github.com/cmdcolin)) | ||
|
||
#### :bug: Bug Fix | ||
|
||
- [#4501](https://github.com/GMOD/jbrowse-components/pull/4501) Fix opening | ||
track selector in linear synteny view causing crash in v2.13.0 | ||
([@cmdcolin](https://github.com/cmdcolin)) | ||
- [#4495](https://github.com/GMOD/jbrowse-components/pull/4495) Fix log scale | ||
for some types of signal tracks ([@cmdcolin](https://github.com/cmdcolin)) | ||
|
||
#### Committers: 1 | ||
|
||
- Colin Diesh ([@cmdcolin](https://github.com/cmdcolin)) Done in 1.30s. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters