forked from cytoscape/cytoscape.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrelease_notes_2_8_3.html
34 lines (31 loc) · 1.59 KB
/
release_notes_2_8_3.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link href="css/main.css" type="text/css" rel="stylesheet"
media="screen">
<title>Cytoscape Release Notes</title>
<script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.1/jquery-ui.min.js"></script>
<script type="text/javascript" src="js/global_variables.js"></script>
<script type="text/javascript" src="js/menu_generator.js"></script>
</head>
<body>
<div id="container"><script src="js/header.js"></script>
<div id="documents">
<p>
<h1>Updates in Cytoscape 2.8.3</h1>
</p>
<p>This release contains a few bug fixes as a well as a few minor enhancements.
<h3>VizMapper fixes</h3>
<p>We fixed a few problems with the VizMapper that were disappearing visual properties and otherwise making the VizMapper difficult to use.
<h3>Better support for Macs without a 3-button mouse</h3>
<p>You can now CMD-click to simulate right clicking on Mac laptops, which allows easier panning of networks. We've also enabled the arrow keys (and shift-arrow) to allow panning.
<h3>Reorganized plugin categories</h3>
<p>We've reorganized plugin categories. You should see the new categories in the plugin manager and on the plugin website. This is just a prelude of exciting changes to come!
</div>
<script src="js/footer.js"></script></div>
</body>
</html>