Skip to content

Commit 08bb588

Browse files
author
Seren
committed
Changed to version 0.2.1
1 parent d74df4b commit 08bb588

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
February 23, 2011 - Release 0.2.0
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)
6+
17
February 22, 2011 - Release 0.2.0
28

39
* backend/JBrowseDataSource.py (new class & functions): Added GeneNameTree class and function to retrieve Genes from query/name

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"/>
5+
<property name="version.num" value="0.2.1"/>
66
<property environment="env"/>
77
<property name="in.src.folder" location="src" />
88
<property name="in.test.folder" location="test" />

geneviewer-noredist.jar

745 Bytes
Binary file not shown.

geneviewer.jar

745 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)