Skip to content

Commit

Permalink
[update docs] release 1.16.9
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed May 21, 2020
1 parent a01cf85 commit 11d5f63
Show file tree
Hide file tree
Showing 5 changed files with 71 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@gmod/jbrowse",
"main": "browser/main.js",
"version": "1.16.9-alpha.0",
"version": "1.16.9",
"description": "JBrowse - client-side genome browser",
"repository": "https://github.com/GMOD/jbrowse.git",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion release-notes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{$NEXT}}
# Release 1.16.9 2020-05-21 16:50:24 UTC

## Minor improvements

Expand Down
2 changes: 1 addition & 1 deletion src/JBrowse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "JBrowse",
"version": "1.16.9-alpha.0",
"version": "1.16.9",
"copyright":"© 2007-2017 The Evolutionary Software Foundation",
"main": "main",
"dependencies": {
Expand Down
67 changes: 67 additions & 0 deletions website/blog/2020-05-21-jbrowse-1-16-9.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
---
layout: post
title: JBrowse 1.16.9 maintenance release
date: 2020-05-21
tags: ["News","Software releases"]
---

Hi all! I am pleased to announce JBrowse 1.16.9

This contains a couple small bugfixes and features and includes great feedback from the community. Thanks to our users, issue creators, and PR submitters!

* [JBrowse-1.16.9.zip](https://github.com/GMOD/jbrowse/releases/download/1.16.9-release/JBrowse-1.16.9.zip) - minified release
* [JBrowse-1.16.9-dev.zip](https://github.com/GMOD/jbrowse/archive/1.16.9-release.zip) - use this if you modify jbrowse source code or use plugins
* [JBrowse-1.16.9-desktop-win32-x64.zip](https://github.com/GMOD/jbrowse/releases/download/1.16.9-release/JBrowse-1.16.9-desktop-win32-x64.zip)
* [JBrowse-1.16.9-desktop-linux-x64.zip](https://github.com/GMOD/jbrowse/releases/download/1.16.9-release/JBrowse-1.16.9-desktop-linux-x64.zip)
* [JBrowse-1.16.9-desktop-darwin-x64.zip](https://github.com/GMOD/jbrowse/releases/download/1.16.9-release/JBrowse-1.16.9-desktop-darwin-x64.zip)




## Minor improvements

* Added a 'Reset to defaults' menu item, which addresses a long standing
issue. Thanks to a user with a very long github name for their
contribution (<a href="https://github.com/gmod/jbrowse/pull/1496">issue #1496</a>, <a href="https://github.com/gmod/jbrowse/issues/764">issue #764</a>).

* Disable coordinate indicator on tab switch, thanks <a href="https://github.com/lukaw3d">@lukaw3d</a> (<a href="https://github.com/gmod/jbrowse/pull/1497">issue #1497</a>)

* Small optimization bumping <a href="https://github.com/gmod">@gmod</a>/bam from version 1.0.35->1.0.36 (<a href="https://github.com/cmdcolin">@cmdcolin</a>)

* Add ability to include/hide variant filters instead of just hide
(<a href="https://github.com/cmdcolin">@cmdcolin</a>, <a href="https://github.com/gmod/jbrowse/issues/1478">issue #1478</a>)

* Add ability to color by TS tag. The useXS config now applies to `XS` and
`TS`, and the useTS tag only applies to the lower-case `ts` tag used by
minimap2 (<a href="https://github.com/gmod/jbrowse/pull/1493">issue #1493</a>, <a href="https://github.com/cmdcolin">@cmdcolin</a>)

## Bug fixes

* Fixed a race condition in the http-range-fetcher module that caused
"Error: "failed to retrieve file size"" messages when many tracks
were opened at once. Thanks to <a href="https://github.com/russellmyers">@russellmyers</a> for the bug report!
(<a href="https://github.com/gmod/jbrowse/issues/1473">issue #1473</a>)

* Fixed error with exporting highlighted regions with Save track data,
thanks to <a href="https://github.com/lipan6461188">@lipan6461188</a> for reporting (<a href="https://github.com/gmod/jbrowse/issues/1488">issue #1488</a>)

* Fixed ability to have custom mouseovers on features that have no
default mouseover e.g. features with no name or ID. Thanks to
<a href="https://github.com/scottcain">@scottcain</a> for reporting (<a href="https://github.com/gmod/jbrowse/pull/1487">issue #1487</a>)

* Fixed the response for requests to HTTP 403 errors. Thanks to
<a href="https://github.com/ilaydabozan">@ilaydabozan</a> for reporting (<a href="https://github.com/gmod/jbrowse/issues/1490">issue #1490</a>)

* When there is only a single coordinate column in a tabix file, there
is now improved performance since the overlap checking code was
incorrect before in <a href="https://github.com/gmod">@gmod</a>/tabix (<a href="https://github.com/cmdcolin">@cmdcolin</a>)

* Fix usage of bigwig "scoreType":"maxScore" config for bigwig tracks
(<a href="https://github.com/cmdcolin">@cmdcolin</a>, <a href="https://github.com/gmod/jbrowse/issues/1380">issue #1380</a>)

* Fix a crash related to NCList histogram when a featureScale is applied
(<a href="https://github.com/gmod/jbrowse/issues/1327">issue #1327</a>)

* Make it so that VCF tracks don't require CORS headers for Content-Range
(<a href="https://github.com/cmdcolin">@cmdcolin</a>)

2 changes: 1 addition & 1 deletion website/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const createVariableInjectionPlugin = variables => {
};

const v = {
"version": "1.16.8"
"version": "1.16.9"
};
const siteVariables = {
version: v.version,
Expand Down

0 comments on commit 11d5f63

Please sign in to comment.