Skip to content

Commit

Permalink
[update docs] release 1.16.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Jul 12, 2019
1 parent 0b21029 commit c10e55b
Show file tree
Hide file tree
Showing 5 changed files with 37 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.6-alpha.0",
"version": "1.16.6",
"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.6 2019-07-12 01:20:19 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.6-alpha.0",
"version": "1.16.6",
"copyright":"© 2007-2017 The Evolutionary Software Foundation",
"main": "main",
"dependencies": {
Expand Down
33 changes: 33 additions & 0 deletions website/blog/2019-07-11-jbrowse-1-16-6.md
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>)

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.5"
"version": "1.16.6"
};
const siteVariables = {
version: v.version,
Expand Down

0 comments on commit c10e55b

Please sign in to comment.