Skip to content

Commit

Permalink
Prepare for v2.13.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Jul 31, 2024
1 parent 50e40f1 commit 66947ad
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
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.

yarn run v1.22.22 $ lerna-changelog --silent --silent --next-version 2.13.0

## 2.13.0 (2024-07-25)
Expand Down
47 changes: 47 additions & 0 deletions website/blog/2024-07-31-v2.13.1-release.md
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.
2 changes: 1 addition & 1 deletion website/docusaurus.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"organizationName": "GMOD",
"projectName": "jbrowse-components",
"customFields": {
"currentVersion": "v2.13.0"
"currentVersion": "v2.13.1"
}
}

0 comments on commit 66947ad

Please sign in to comment.