Skip to content

Commit 97ae591

Browse files
author
Seren
committed
Changelog updated and Version changed to 0.2.2
1 parent 134e4d4 commit 97ae591

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

CHANGELOG

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
1+
March 4, 2011 - Release 0.2.2
2+
* PJS (Bugfix) : The length of the gene-name is included in the calculation of free-lanes for rendering genes. This avoids overlapping gene-names.
3+
* PJS (Feature): Length is replaced by view-region. Previous to this version the default view-region was always from 0 to length.
4+
It's now possible to set an arbitrary view-region. Resetting the zoom will set the zoom to the view-region.
5+
* GWT (Feature): Length is replaced by view-region.
6+
* GWT (Feature): It's possible to set a geneInfoUrl. In case it is set and a user clicks on a gene a new browser window with the url will be opened.
7+
The URL is expected to have a "{0}" placeholder which is replaced with the clicked gene-name (i.e. http://www.ncbi.nlm.nih.gov/sites/entrez?cmd=search&db=gene&term={0})
8+
19
February 23, 2011 - Release 0.2.1
2-
* PJS: Bugfix: Functionality to reset zoom (middle mouse click) was moved to from the mousePressed() to the mouseReleased() function
3-
resetting zoom in mousePressed() function can cause problems in Chrome (when the middle mouse is clicked and zoom is reset
4-
processing doesn't properly reset call the mouseMoved() function but the mouseDragged() instead. This happens only if the the
5-
zoomResizeEvent is called and in the zoomResizeEvent the GeneViewer is hidden/detached from the DOM)
10+
* PJS (Bugfix): Functionality to reset zoom (middle mouse click) was moved to from the mousePressed() to the mouseReleased() function
11+
resetting zoom in mousePressed() function can cause problems in Chrome (when the middle mouse is clicked and zoom is reset
12+
processing doesn't properly reset call the mouseMoved() function but the mouseDragged() instead. This happens only if the the
13+
zoomResizeEvent is called and in the zoomResizeEvent the GeneViewer is hidden/detached from the DOM)
614

715
February 22, 2011 - Release 0.2.0
816

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- Build file based on gwtp's build file (http://code.google.com/p/gwt-platform/) -->
33

44
<project name="GeneViewer" default="build" basedir=".">
5-
<property name="version.num" value="0.2.1"/>
5+
<property name="version.num" value="0.2.2"/>
66
<property environment="env"/>
77
<property name="in.src.folder" location="src" />
88
<property name="in.test.folder" location="test" />

0 commit comments

Comments
 (0)