-
Notifications
You must be signed in to change notification settings - Fork 199
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
5 changed files
with
37 additions
and
4 deletions.
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{{$NEXT}} | ||
# Release 1.16.6 2019-07-12 01:20:19 UTC | ||
|
||
## Minor improvements | ||
|
||
|
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,33 @@ | ||
--- | ||
layout: post | ||
title: JBrowse 1.16.6 maintenance release | ||
date: 2019-07-11 | ||
tags: ["News","Software releases"] | ||
--- | ||
|
||
Hi all | ||
This is a small release that adds a fix for side-scrolling on Macs, where the touchpad would trigger the browsers back action. | ||
|
||
* [JBrowse-1.16.6.zip](https://github.com/GMOD/jbrowse/releases/download/1.16.6-release/JBrowse-1.16.6.zip) - minified release | ||
* [JBrowse-1.16.6-dev.zip](https://github.com/GMOD/jbrowse/archive/1.16.6-release.zip) - use this if you modify jbrowse source code or use plugins | ||
* [JBrowse-1.16.6-desktop-win32-x64.zip](https://github.com/GMOD/jbrowse/releases/download/1.16.6-release/JBrowse-1.16.6-desktop-win32-x64.zip) | ||
* [JBrowse-1.16.6-desktop-linux-x64.zip](https://github.com/GMOD/jbrowse/releases/download/1.16.6-release/JBrowse-1.16.6-desktop-linux-x64.zip) | ||
* [JBrowse-1.16.6-desktop-darwin-x64.zip](https://github.com/GMOD/jbrowse/releases/download/1.16.6-release/JBrowse-1.16.6-desktop-darwin-x64.zip) | ||
|
||
|
||
|
||
|
||
## Minor improvements | ||
|
||
* Add name regularization for drosophila style chromsome naming so that | ||
2L maps to chr2L and vice versa (<a href="https://github.com/scottcain">@scottcain</a>) | ||
|
||
* Add ability to index names in a BEDTabix file, enabled by default. | ||
Thanks to <a href="https://github.com/billzt">@billzt</a> for the idea and implementation (<a href="https://github.com/gmod/jbrowse/pull/1393">issue #1393</a>) | ||
|
||
## Bug fixes | ||
|
||
* Fix the side scrolling on Mac misbehaving and triggering the browser's | ||
back action (a bug that existed only in 1.16.5). Thanks to <a href="https://github.com/nathandunn">@nathandunn</a> | ||
for debugging (<a href="https://github.com/gmod/jbrowse/issues/1397">issue #1397</a>) | ||
|
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