JAL-2339 better formatted bulleted lists in release notes help browser
[jalview.git] / help / html / releases.html
1 <html>
2 <!--
3  * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$)
4  * Copyright (C) $$Year-Rel$$ The Jalview Authors
5  * 
6  * This file is part of Jalview.
7  * 
8  * Jalview is free software: you can redistribute it and/or
9  * modify it under the terms of the GNU General Public License 
10  * as published by the Free Software Foundation, either version 3
11  * of the License, or (at your option) any later version.
12  *  
13  * Jalview is distributed in the hope that it will be useful, but 
14  * WITHOUT ANY WARRANTY; without even the implied warranty 
15  * of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
16  * PURPOSE.  See the GNU General Public License for more details.
17  * 
18  * You should have received a copy of the GNU General Public License
19  * along with Jalview.  If not, see <http://www.gnu.org/licenses/>.
20  * The Jalview Authors are detailed in the 'AUTHORS' file.
21  -->
22 <head>
23 <title>Release History</title>
24 <!-- 
25 this tip works for the browser and the Java help browser:
26 http://stackoverflow.com/questions/13626531/swing-html-rendering-shows-very-large-bullet-point
27 this tip works for the browser but not in the Java help browser: 
28 http://stackoverflow.com/questions/17158253/indenting-the-2nd-line-of-a-paragraph-with-css
29 -->
30 <style>
31 ul {
32     list-style-type: none;
33     margin-left: 10px
34 }
35 li {
36       margin-left: 1em;
37       text-indent: -1em;
38     }
39 </style>
40 </head>
41 <body>
42   <p>
43     <strong>Release History</strong>
44   </p>
45   <table border="1">
46     <tr>
47       <td width="60" nowrap>
48         <div align="center">
49           <em><strong>Release</strong></em>
50         </div>
51       </td>
52       <td>
53         <div align="center">
54           <em><strong>New Features</strong></em>
55         </div>
56       </td>
57       <td>
58         <div align="center">
59           <em><strong>Issues Resolved</strong></em>
60         </div>
61       </td>
62     </tr>
63     <tr>
64       <td width="60" nowrap>
65         <div align="center">
66           <strong><a name="Jalview.2.10.1">2.10.1</a><br />
67             <em>29/11/2016</em></strong>
68         </div>
69       </td>
70       <td><div align="left">
71           <em>General</em>
72           <ul>
73             <li>&bull;&nbsp;
74               <!-- JAL-98 -->Improved memory usage: sparse arrays used
75               for all consensus calculations
76             </li>
77             <li>&bull;&nbsp;
78               <!-- JAL-2177 -->Jmol updated to version 14.6.4 (released 3rd Oct 2016)
79             </li>
80             <li>&bull;&nbsp;Updated Jalview's Certum code signing certificate
81               for 2016-2017</li>
82           </ul>
83           <em>Application</em>
84           <ul>
85             <li>&bull;&nbsp;
86               <!-- JAL-1723 -->Sequence ID tool tip presents abridged
87               set of database cross-references, sorted alphabetically
88             </li>
89             <li>&bull;&nbsp;
90               <!-- JAL-2282-->New replacement token for creating URLs <em>just</em>
91               from database cross references. Users with custom links
92               will receive a <a href="webServices/urllinks.html#warning">warning
93                 dialog</a> asking them to update their preferences.
94             </li>
95             <li>&bull;&nbsp;
96               <!-- JAL-2287-->Cancel button and escape listener on
97               dialog warning user about disconnecting Jalview from a
98               Chimera session
99             </li>
100             <li>&bull;&nbsp;
101               <!-- JAL-2320-->Jalview's Chimera control window closes if
102               the Chimera it is connected to is shut down
103             </li>
104             <li>&bull;&nbsp;
105               <!-- JAL-1738-->New keystroke (B) and Select highlighted
106               columns menu item to mark columns containing
107               highlighted regions (e.g. from structure selections or results
108               of a Find operation)
109             </li>
110             <li>&bull;&nbsp;
111               <!-- JAL-2284-->Command line option for batch-generation
112               of HTML pages rendering alignment data with the BioJS
113               MSAviewer
114             </li>
115           </ul>
116         </div></td>
117       <td>
118         <div align="left">
119           <em>General</em>
120           <ul>
121             <li>&bull;&nbsp;
122               <!-- JAL-2286 -->Columns with more than one modal residue
123               are not coloured or thresholded according to percent
124               identity (first observed in Jalview 2.8.2)
125             </li>
126             <li>&bull;&nbsp;
127               <!-- JAL-2301 -->Threonine incorrectly reported as not
128               hydrophobic
129             </li>
130             <li>&bull;&nbsp;
131               <!-- JAL-2318 -->Updates to documentation pages (above PID
132               threshold, amino acid properties)
133             </li>
134             <li>&bull;&nbsp;
135               <!-- JAL-2292 -->Lower case residues in sequences are not
136               reported as mapped to residues in a structure file in the
137               View Mapping report
138             </li>
139             <li>&bull;&nbsp;
140               <!--JAL-2324 -->Identical features with non-numeric scores
141               could be added multiple times to a sequence
142             </li>
143             <li>&bull;&nbsp;
144               <!--JAL-2323, JAL-2333,JAL-2335,JAL-2327 -->Disulphide
145               bond features shown as two highlighted residues rather
146               than a range in linked structure views, and treated
147               correctly when selecting and computing trees from features
148             </li>
149             <li>&bull;&nbsp;
150               <!-- JAL-2281-->Custom URL links for database
151               cross-references are matched to database name regardless
152               of case
153             </li>
154
155           </ul>
156           <em>Application</em>
157           <ul>
158             <li>&bull;&nbsp;
159               <!-- JAL-2282-->Custom URL links for specific database
160               names without regular expressions also offer links from
161               Sequence ID
162             </li>
163             <li>&bull;&nbsp;
164               <!-- JAL-2315-->Removing a single configured link in the
165               URL links pane in Connections preferences doesn't actually
166               update Jalview configuration
167             </li>
168             <li>&bull;&nbsp;
169               <!-- JAL-2272-->CTRL-Click on a selected region to open
170               the alignment area popup menu doesn't work on El-Capitan
171             </li>
172             <li>&bull;&nbsp;
173               <!-- JAL-2280 -->Jalview doesn't offer to associate mmCIF
174               files with similarly named sequences if dropped onto the
175               alignment
176             </li>
177             <li>&bull;&nbsp;
178               <!-- JAL-2312 -->Additional mappings are shown for PDB
179               entries where more chains exist in the PDB accession than
180               are reported in the SIFTS file
181             </li>
182             <li>&bull;&nbsp;
183               <!-- JAL-2317-->Certain structures do not get mapped to
184               the structure view when displayed with Chimera
185             </li>
186             <li>&bull;&nbsp;
187               <!-- JAL-2317-->No chains shown in the Chimera view
188               panel's View->Show Chains submenu
189             </li>
190             <li>&bull;&nbsp;
191               <!--JAL-2277 -->Export as HTML with embedded SVG doesn't
192               work for wrapped alignment views
193             </li>
194             <li>&bull;&nbsp;
195               <!--JAL-2197 -->Rename UI components for running JPred
196               predictions from 'JNet' to 'JPred'
197             </li>
198             <li>&bull;&nbsp;
199               <!-- JAL-2337,JAL-2277 -->Export as PNG or SVG is
200               corrupted when annotation panel vertical scroll is not at
201               first annotation row
202             </li>
203             <li>&bull;&nbsp;
204               <!--JAL-2332 -->Attempting to view structure for Hen
205               lysozyme results in a PDB Client error dialog box
206             </li>
207           </ul>
208 <!--           <em>New Known Issues</em>
209           <ul>
210             <li>&bull;&nbsp;</li>
211           </ul> -->
212         </div>
213       </td>
214     </tr>
215       <td width="60" nowrap>
216         <div align="center">
217           <strong><a name="Jalview.2.10.0b1">2.10.0b1</a><br />
218             <em>25/10/2016</em></strong>
219         </div>
220       </td>
221       <td><em>Application</em>
222         <ul>
223           <li>&bull;&nbsp;3D Structure chooser opens with 'Cached structures'
224             view if structures already loaded</li>
225           <li>&bull;&nbsp;Progress bar reports models as they are loaded to
226             structure views</li>
227         </ul></td>
228       <td>
229         <div align="left">
230           <em>General</em>
231           <ul>
232             <li>&bull;&nbsp;Colour by conservation always enabled and no tick
233               shown in menu when BLOSUM or PID shading applied</li>
234             <li>&bull;&nbsp;FER1_ARATH and FER2_ARATH labels were switched in
235               example sequences/projects/trees</li>
236           </ul>
237           <em>Application</em>
238           <ul>
239             <li>&bull;&nbsp;Jalview projects with views of local PDB structure
240               files saved on Windows cannot be opened on OSX</li>
241             <li>&bull;&nbsp;Multiple structure views can be opened and
242               superposed without timeout for structures with multiple
243               models or multiple sequences in alignment</li>
244             <li>&bull;&nbsp;Cannot import or associated local PDB files without
245               a PDB ID HEADER line</li>
246             <li>&bull;&nbsp;RMSD is not output in Jmol console when
247               superposition is performed</li>
248             <li>&bull;&nbsp;Drag and drop of URL from Browser fails for Linux
249               and OSX versions earlier than El Capitan</li>
250             <li>&bull;&nbsp;ENA client ignores invalid content from ENA server</li>
251             <li>&bull;&nbsp;Exceptions are not raised in console when ENA
252               client attempts to fetch non-existent IDs via Fetch DB
253               Refs UI option</li>
254             <li>&bull;&nbsp;Exceptions are not raised in console when a new
255               view is created on the alignment</li>
256             <li>&bull;&nbsp;OSX right-click fixed for group selections:
257               CMD-click to insert/remove gaps in groups and CTRL-click
258               to open group pop-up menu</li>
259           </ul>
260           <em>Build and deployment</em>
261           <ul>
262             <li>&bull;&nbsp;URL link checker now copes with multi-line anchor
263               tags</li>
264           </ul>
265           <em>New Known Issues</em>
266           <ul>
267             <li>&bull;&nbsp;Drag and drop from URL links in browsers do not
268               work on Windows</li>
269           </ul>
270         </div>
271       </td>
272     </tr>
273     <tr>
274       <td width="60" nowrap>
275         <div align="center">
276           <strong><a name="Jalview.2.10.0">2.10.0</a><br /> <em>06/10/2016</em></strong>
277         </div>
278       </td>
279       <td><em>General</em>
280         <ul>
281           <li>&bull;&nbsp;
282           <!-- JAL-2124 -->Updated Spanish translations.
283           </li> 
284           <li>&bull;&nbsp;
285             <!-- JAL-2164,JAL-1919,JAL-2148 -->Jmol now primary parser
286             for importing structure data to Jalview. Enables mmCIF and
287             better PDB parsing.
288           </li>
289           <li>&bull;&nbsp;
290             <!-- JAL-192 --->Alignment ruler shows positions relative to
291             reference sequence
292           </li>
293           <li>&bull;&nbsp;
294             <!-- JAL-2202 -->Position/residue shown in status bar when
295             mousing over sequence associated annotation
296           </li>
297           <li>&bull;&nbsp;
298             <!-- JAL-2171 -->Default RNA SS symbol to 'matching bracket'
299             for manual entry
300           </li>
301           <li>&bull;&nbsp;
302             <!-- JAL-2214 -->RNA Structure consensus indicates wc-only
303             '()', canonical '[]' and invalid '{}' base pair populations
304             for each column
305           </li>
306           <li>&bull;&nbsp;
307             <!-- JAL-2092 -->Feature settings popup menu options for
308             showing or hiding columns containing a feature
309           </li>
310           <li>&bull;&nbsp;
311             <!-- JAL-1557 -->Edit selected group by double clicking on
312             group and sequence associated annotation labels
313           </li>
314           <li>&bull;&nbsp;
315             <!-- JAL-2236 -->Sequence name added to annotation label in
316             select/hide columns by annotation and colour by annotation
317             dialogs
318           </li>
319
320         </ul> <em>Application</em>
321         <ul>
322           <li>&bull;&nbsp;
323             <!-- JAL-2050-->Automatically hide introns when opening a
324             gene/transcript view
325           </li>
326           <li>&bull;&nbsp;
327             <!-- JAL-1563 -->Uniprot Sequence fetcher Free Text Search
328             dialog
329           </li>
330           <li>&bull;&nbsp;
331             <!--  JAL-1957, JAL-1479 JAL-1491 -->UniProt - PDB protein
332             structure mappings with the EMBL-EBI PDBe SIFTS database
333           </li>
334           <li>&bull;&nbsp;
335             <!-- JAL-2079 -->Updated download sites used for Rfam and
336             Pfam sources to xfam.org
337           </li>
338           <li>&bull;&nbsp;
339             <!-- JAL-2084 -->Disabled Rfam(Full) in the sequence fetcher
340           </li>
341           <li>&bull;&nbsp;
342             <!-- JAL-2123 -->Show residue labels in Chimera when mousing
343             over sequences in Jalview
344           </li>
345           <li>&bull;&nbsp;
346             <!-- JAL-2027-->Support for reverse-complement coding
347             regions in ENA and EMBL
348           </li>
349           <li>&bull;&nbsp;
350             <!-- JAL-1855, JAL-2113, JAL-2114-->Upgrade to EMBL XML 1.2
351             for record retrieval via ENA rest API
352           </li>
353           <li>&bull;&nbsp;
354             <!-- JAL-2027 -->Support for ENA CDS records with reverse
355             complement operator
356           </li>
357           <li>&bull;&nbsp;
358             <!--  JAL-1812 -->Update to groovy-2.4.6-indy - for faster
359             groovy script execution
360           </li>
361           <li>&bull;&nbsp;
362             <!--  JAL-1812 -->New 'execute Groovy script' option in an
363             alignment window's Calculate menu
364           </li>
365           <li>&bull;&nbsp;
366             <!--  JAL-1812 -->Allow groovy scripts that call
367             Jalview.getAlignFrames() to run in headless mode
368           </li>
369           <li>&bull;&nbsp;
370             <!--  JAL-2068 -->Support for creating new alignment
371             calculation workers from groovy scripts
372           </li>
373           <li>&bull;&nbsp;
374             <!-- JAL-1369 --->Store/restore reference sequence in
375             Jalview projects
376           </li>
377           <li>&bull;&nbsp;
378             <!-- JAL-1803 -->Chain codes for a sequence's PDB
379             associations are now saved/restored from project
380           </li>
381           <li>&bull;&nbsp;
382             <!-- JAL-1993 -->Database selection dialog always shown
383             before sequence fetcher is opened
384           </li>
385           <li>&bull;&nbsp;
386             <!-- JAL-2183 -->Double click on an entry in Jalview's
387             database chooser opens a sequence fetcher
388           </li>
389           <li>&bull;&nbsp;
390             <!-- JAL-1563 -->Free-text search client for UniProt using
391             the UniProt REST API
392           </li>
393           <li>&bull;&nbsp;
394             <!-- JAL-2168 -->-nonews command line parameter to prevent
395             the news reader opening
396           </li>
397           <li>&bull;&nbsp;
398             <!-- JAL-2028 -->Displayed columns for PDBe and Uniprot
399             querying stored in preferences
400           </li>
401           <li>&bull;&nbsp;
402             <!-- JAL-2091 -->Pagination for displaying PDBe and Uniprot
403             search results
404           </li>
405           <li>&bull;&nbsp;
406             <!-- JAL-1977-->Tooltips shown on database chooser
407           </li>
408           <li>&bull;&nbsp;
409             <!--  JAL-391 -->Reverse complement function in calculate
410             menu for nucleotide sequences
411           </li>
412           <li>&bull;&nbsp;
413             <!-- JAL-2005, JAL-599 -->Alignment sort by feature scores
414             and feature counts preserves alignment ordering (and
415             debugged for complex feature sets).
416           </li>
417           <li>&bull;&nbsp;
418             <!-- JAL-2152-->Chimera 1.11.1 minimum requirement for
419             viewing structures with Jalview 2.10
420           </li>
421           <li>&bull;&nbsp;
422             <!-- JAL-1705, JAL-1975, JAL-2050,JAL-2041,JAL-2105 -->Retrieve
423             genome, transcript CCDS and gene ids via the Ensembl and
424             Ensembl Genomes REST API
425           </li>
426           <li>&bull;&nbsp;
427             <!-- JAL-2049 -->Protein sequence variant annotation
428             computed for 'sequence_variant' annotation on CDS regions
429             (Ensembl)
430           </li>
431           <li>&bull;&nbsp;
432             <!-- JAL-2232 -->ENA CDS 'show cross references' for Uniprot
433             sequences
434           </li>
435           <li>&bull;&nbsp;
436             <!-- JAL-2213,JAL-1856 -->Improved warning messages when DB
437             Ref Fetcher fails to match, or otherwise updates sequence
438             data from external database records.
439           </li>
440           <li>&bull;&nbsp;
441             <!-- JAL-2154 -->Revised Jalview Project format for
442             efficient recovery of sequence coding and alignment
443             annotation relationships.
444           </li>
445         </ul> <!-- <em>Applet</em>
446         <ul>
447           <li>&bull;&nbsp;
448             -- JAL---
449           </li>
450         </ul> --></td>
451       <td>
452         <div align="left">
453           <em>General</em>
454           <ul>
455             <li>&bull;&nbsp;
456               <!-- JAL-2077 -->reinstate CTRL-click for opening pop-up
457               menu on OSX
458             </li>
459             <li>&bull;&nbsp;
460               <!-- JAL-2018-->Export features in Jalview format (again)
461               includes graduated colourschemes
462             </li>
463             <li>&bull;&nbsp;
464               <!-- JAL-2172,JAL-1722, JAL-2001-->More responsive when
465               working with big alignments and lots of hidden columns
466             </li>
467             <li>&bull;&nbsp;
468               <!-- JAL-2053-->Hidden column markers not always rendered
469               at right of alignment window
470             </li>
471             <li>&bull;&nbsp;
472               <!-- JAL-2067 -->Tidied up links in help file table of
473               contents
474             </li>
475             <li>&bull;&nbsp;
476               <!-- JAL-2072  -->Feature based tree calculation not shown
477               for DNA alignments
478             </li>
479             <li>&bull;&nbsp;
480               <!-- JAL-2075  -->Hidden columns ignored during feature
481               based tree calculation
482             </li>
483             <li>&bull;&nbsp;
484               <!-- JAL-2065  -->Alignment view stops updating when show
485               unconserved enabled for group on alignment
486             </li>
487             <li>&bull;&nbsp;
488               <!--  JAL-2086  -->Cannot insert gaps into sequence when
489               set as reference
490             </li>
491             <li>&bull;&nbsp;
492               <!-- JAL-2146 -->Alignment column in status incorrectly
493               shown as &quot;Sequence position&quot; when mousing over
494               annotation
495             </li>
496             <li>&bull;&nbsp;
497               <!--  JAL-2099 -->Incorrect column numbers in ruler when
498               hidden columns present
499             </li>
500             <li>&bull;&nbsp;
501               <!--  JAL-1577 -->Colour by RNA Helices not enabled when
502               user created annotation added to alignment
503             </li>
504             <li>&bull;&nbsp;
505               <!-- JAL-1841 -->RNA Structure consensus only computed for
506               '()' base pair annotation
507             </li>
508             <li>&bull;&nbsp;
509               <!-- JAL-2215, JAL-1841 -->Enabling 'Ignore Gaps' results
510               in zero scores for all base pairs in RNA Structure
511               Consensus
512             </li>
513             <li>&bull;&nbsp;
514               <!-- JAL-2174-->Extend selection with columns containing
515               feature not working
516             </li>
517             <li>&bull;&nbsp;
518               <!-- JAL-2275 -->Pfam format writer puts extra space at
519               beginning of sequence
520             </li>
521             <li>&bull;&nbsp;
522               <!-- JAL-1827 -->Incomplete sequence extracted from pdb
523               entry 3a6s
524             </li>
525             <li>&bull;&nbsp;
526               <!-- JAL-2238 -->Cannot create groups on an alignment from
527               from a tree when t-coffee scores are shown
528             </li>
529             <li>&bull;&nbsp;
530               <!-- JAL-1836,1967 -->Cannot import and view PDB
531               structures with chains containing negative resnums (4q4h)
532             </li>
533             <li>&bull;&nbsp;
534               <!--  JAL-1998 -->ArithmeticExceptions raised when parsing
535               some structures
536             </li>
537             <li>&bull;&nbsp;
538               <!--  JAL-1991, JAl-1952 -->'Empty' alignment blocks added
539               to Clustal, PIR and PileUp output
540             </li>
541             <li>&bull;&nbsp;
542               <!--  JAL-2008 -->Reordering sequence features that are
543               not visible causes alignment window to repaint
544             </li>
545             <li>&bull;&nbsp;
546               <!--  JAL-2006 -->Threshold sliders don't work in
547               graduated colour and colour by annotation row for e-value
548               scores associated with features and annotation rows
549             </li>
550             <li>&bull;&nbsp;
551               <!-- JAL-1797 -->amino acid physicochemical conservation
552               calculation should be case independent
553             </li>
554             <li>&bull;&nbsp;
555               <!-- JAL-2173 -->Remove annotation also updates hidden
556               columns
557             </li>
558             <li>&bull;&nbsp;
559               <!-- JAL-2234 -->FER1_ARATH and FER2_ARATH mislabelled in
560               example file (uniref50.fa, feredoxin.fa, unaligned.fa,
561               exampleFile_2_7.jar, exampleFile.jar, exampleFile_2_3.jar)
562             </li>
563             <li>&bull;&nbsp;
564               <!-- JAL-2065 -->Null pointer exceptions and redraw
565               problems when reference sequence defined and 'show
566               non-conserved' enabled
567             </li>
568             <li>&bull;&nbsp;
569               <!-- JAL-1306 -->Quality and Conservation are now shown on
570               load even when Consensus calculation is disabled
571             </li>
572             <li>&bull;&nbsp;
573               <!-- JAL-1932 -->Remove right on penultimate column of 
574               alignment does nothing
575             </li>
576           </ul>
577           <em>Application</em>
578           <ul>
579             <li>&bull;&nbsp;
580               <!-- JAL-1552-->URLs and links can't be imported by
581               drag'n'drop on OSX when launched via webstart (note - not
582               yet fixed for El Capitan)
583             </li>
584             <li>&bull;&nbsp;
585               <!-- JAL-1911-->Corrupt preferences for SVG, EPS & HTML
586               output when running on non-gb/us i18n platforms
587             </li>
588             <li>&bull;&nbsp;
589               <!-- JAL-1944 -->Error thrown when exporting a view with
590               hidden sequences as flat-file alignment
591             </li>
592             <li>&bull;&nbsp;
593               <!-- JAL-2030-->InstallAnywhere distribution fails when
594               launching Chimera
595             </li>
596             <li>&bull;&nbsp;
597               <!-- JAL-2080-->Jalview very slow to launch via webstart
598               (also hotfix for 2.9.0b2)
599             </li>
600             <li>&bull;&nbsp;
601               <!--  JAL-2085  -->Cannot save project when view has a
602               reference sequence defined
603             </li>
604             <li>&bull;&nbsp;
605               <!--  JAL-1011  -->Columns are suddenly selected in other
606               alignments and views when revealing hidden columns
607             </li>
608             <li>&bull;&nbsp;
609               <!--  JAL-1989  -->Hide columns not mirrored in complement
610               view in a cDNA/Protein splitframe
611             </li>
612             <li>&bull;&nbsp;
613               <!--  JAL-1369 -->Cannot save/restore representative
614               sequence from project when only one sequence is
615               represented
616             </li>
617             <li>&bull;&nbsp;
618               <!-- JAL-2002 -->Disabled 'Best Uniprot Coverage' option
619               in Structure Chooser
620             </li>
621             <li>&bull;&nbsp;
622               <!-- JAL-2215 -->Modifying 'Ignore Gaps' on consensus or
623               structure consensus didn't refresh annotation panel
624             </li>
625             <li>&bull;&nbsp;
626               <!-- JAL-1962 -->View mapping in structure view shows
627               mappings between sequence and all chains in a PDB file
628             </li>
629             <li>&bull;&nbsp;
630               <!-- JAL-2102, JAL-2101, JAL-2102, -->PDB and Uniprot FTS
631               dialogs format columns correctly, don't display array
632               data, sort columns according to type
633             </li>
634             <li>&bull;&nbsp;
635               <!-- JAL-1975 -->Export complete shown after destination
636               file chooser is cancelled during an image export
637             </li>
638             <li>&bull;&nbsp;
639               <!-- JAL-2025 -->Error when querying PDB Service with
640               sequence name containing special characters
641             </li>
642             <li>&bull;&nbsp;
643               <!-- JAL-2024 -->Manual PDB structure querying should be
644               case insensitive
645             </li>
646             <li>&bull;&nbsp;
647               <!-- JAL-2104 -->Large tooltips with broken HTML
648               formatting don't wrap
649             </li>
650             <li>&bull;&nbsp;
651               <!-- JAL-1128 -->Figures exported from wrapped view are
652               truncated so L looks like I in consensus annotation
653             </li>
654             <li>&bull;&nbsp;
655               <!-- JAL-2003 -->Export features should only export the
656               currently displayed features for the current selection or
657               view
658             </li>
659             <li>&bull;&nbsp;
660               <!-- JAL-2036 -->Enable 'Get Cross-References' in menu
661               after fetching cross-references, and restoring from project
662             </li>
663             <li>&bull;&nbsp;
664               <!-- JAL-2032 -->Mouseover of a copy of a sequence is not
665               followed in the structure viewer
666             </li>
667             <li>&bull;&nbsp;
668               <!-- JAL-2163 -->Titles for individual alignments in
669               splitframe not restored from project
670             </li>
671             <li>&bull;&nbsp;
672               <!-- JAL-2145 -->missing autocalculated annotation at
673               trailing end of protein alignment in transcript/product
674               splitview when pad-gaps not enabled by default
675             </li>
676             <li>&bull;&nbsp;
677               <!-- JAL-1797 -->amino acid physicochemical conservation
678               is case dependent
679             </li>
680             <li>&bull;&nbsp;
681               <!-- JAL-1448 -->RSS reader doesn't stay hidden after last
682               article has been read (reopened issue due to
683               internationalisation problems)
684             </li>
685             <li>&bull;&nbsp;
686               <!-- JAL-1960 -->Only offer PDB structures in structure
687               viewer based on sequence name, PDB and UniProt
688               cross-references
689             </li>
690
691             <li>&bull;&nbsp;
692               <!-- JAL-1976 -->No progress bar shown during export of
693               alignment as HTML
694             </li>
695             <li>&bull;&nbsp;
696               <!-- JAL-2213 -->Structures not always superimposed after
697               multiple structures are shown for one or more sequences.
698             </li>
699             <li>&bull;&nbsp;
700               <!-- JAL-1370 -->Reference sequence characters should not
701               be replaced with '.' when 'Show unconserved' format option
702               is enabled.
703             </li>
704             <li>&bull;&nbsp;
705               <!-- JAL-1823 -->Cannot specify chain code when entering
706               specific PDB id for sequence
707             </li>
708             <li>&bull;&nbsp;
709               <!-- JAL-1944 -->File->Export->.. as doesn't work when
710               'Export hidden sequences' is enabled, but 'export hidden
711               columns' is disabled.
712             </li>
713             <li>&bull;&nbsp;
714               <!--JAL-2026-->Best Quality option in structure chooser
715               selects lowest rather than highest resolution structures
716               for each sequence
717             </li>
718             <li>&bull;&nbsp;
719               <!-- JAL-1887 -->Incorrect start and end reported for PDB
720               to sequence mapping in 'View Mappings' report
721             </li>
722             <li>&bull;&nbsp;
723               <!-- JAL-2284 -->Unable to read old Jalview projects that
724               contain non-XML data added after Jalvew wrote project.
725             </li>
726             <li>&bull;&nbsp;<!-- JAL-2118 -->Newly created annotation row reorders
727               after clicking on it to create new annotation for a
728               column.
729             </li>
730             <!--  may exclude, this is an external service stability issue  JAL-1941 
731             -- > RNA 3D structure not added via DSSR service</li> -->
732           </ul>
733           <em>Applet</em>
734           <ul>
735             <li>&bull;&nbsp;
736               <!-- JAL-2151 -->Incorrect columns are selected when
737               hidden columns present before start of sequence
738             </li>
739             <li>&bull;&nbsp;
740               <!-- JAL-1986 -->Missing dependencies on applet pages
741               (JSON jars)
742             </li>
743             <li>&bull;&nbsp;
744               <!-- JAL-1947 -->Overview pixel size changes when
745               sequences are hidden in applet
746             </li>
747             <li>&bull;&nbsp;
748               <!-- JAL-1996 -->Updated instructions for applet
749               deployment on examples pages.
750             </li>
751           </ul>
752         </div>
753       </td>
754     </tr>
755     <tr>
756       <td width="60" nowrap>
757         <div align="center">
758           <strong><a name="Jalview.2.9.0b2">2.9.0b2</a><br />
759             <em>16/10/2015</em></strong>
760         </div>
761       </td>
762       <td><em>General</em>
763         <ul>
764           <li>&bull;&nbsp;Time stamps for signed Jalview application and applet
765             jars</li>
766         </ul></td>
767       <td>
768         <div align="left">
769           <em>Application</em>
770           <ul>
771             <li>&bull;&nbsp;Duplicate group consensus and conservation rows
772               shown when tree is partitioned</li>
773             <li>&bull;&nbsp;Erratic behaviour when tree partitions made with
774               multiple cDNA/Protein split views</li>
775           </ul>
776         </div>
777       </td>
778     </tr>
779     <tr>
780       <td width="60" nowrap>
781         <div align="center">
782           <strong><a name="Jalview.2.9.0b1">2.9.0b1</a><br />
783             <em>8/10/2015</em></strong>
784         </div>
785       </td>
786       <td><em>General</em>
787         <ul>
788           <li>&bull;&nbsp;Updated Spanish translations of localized text for
789             2.9</li>
790         </ul> <em>Application</em>
791         <ul>
792           <!-- <li>&bull;&nbsp;cDNA/Protein splitframe window geometry preserved in Jalview projects</li>-->
793           <li>&bull;&nbsp;Signed OSX InstallAnywhere installer<br></li>
794           <li>&bull;&nbsp;Support for per-sequence based annotations in BioJSON</li>
795         </ul> <em>Applet</em>
796         <ul>
797           <li>&bull;&nbsp;Split frame example added to applet examples page</li>
798         </ul><em>Build and Deployment</em>
799         <ul>
800           <li>&bull;&nbsp;<!--  JAL-1888 -->New ant target for running Jalview's test suite</li>
801         </ul></td>
802       <td>
803         <div align="left">
804           <em>General</em>
805           <ul>
806             <li>&bull;&nbsp;Mapping of cDNA to protein in split frames
807               incorrect when sequence start > 1</li>
808             <li>&bull;&nbsp;Broken images in filter column by annotation dialog
809               documentation</li>
810             <li>&bull;&nbsp;Feature colours not parsed from features file</li>
811             <li>&bull;&nbsp;Exceptions and incomplete link URLs recovered when
812               loading a features file containing HTML tags in feature
813               description</li>
814
815           </ul>
816           <em>Application</em>
817           <ul>
818             <li>&bull;&nbsp;Annotations corrupted after BioJS export and
819               reimport</li>
820             <li>&bull;&nbsp;Incorrect sequence limits after Fetch DB References
821               with 'trim retrieved sequences'</li>
822             <li>&bull;&nbsp;Incorrect warning about deleting all data when
823               deleting selected columns</li>
824             <li>&bull;&nbsp;Patch to build system for shipping properly signed
825               JNLP templates for webstart launch</li>
826             <li>&bull;&nbsp;EMBL-PDBe fetcher/viewer dialogs do not offer
827               unreleased structures for download or viewing</li>
828             <li>&bull;&nbsp;Tab/space/return keystroke operation of EMBL-PDBe
829               fetcher/viewer dialogs works correctly</li>
830             <li>&bull;&nbsp;Disabled 'minimise' button on Jalview windows
831               running on OSX to workaround redraw hang bug</li>
832             <li>&bull;&nbsp;Split cDNA/Protein view position and geometry not
833               recovered from jalview project</li>
834             <li>&bull;&nbsp;Initial enabled/disabled state of annotation menu
835               sorter 'show autocalculated first/last' corresponds to
836               alignment view</li>
837             <li>&bull;&nbsp;Restoring of Clustal, RNA Helices and T-Coffee
838               color schemes from BioJSON</li>
839           </ul>
840           <em>Applet</em>
841           <ul>
842             <li>&bull;&nbsp;Reorder sequences mirrored in cDNA/Protein split
843               frame</li>
844             <li>&bull;&nbsp;Applet with Jmol examples not loading correctly</li>
845           </ul>
846         </div>
847       </td>
848     </tr>
849     <tr>
850       <td><div align="center">
851           <strong><a name="Jalview.2.9">2.9</a><br /> <em>10/9/2015</em></strong>
852         </div></td>
853       <td><em>General</em>
854         <ul>
855           <li>&bull;&nbsp;Linked visualisation and analysis of DNA and Protein
856             alignments:
857             <ul>
858               <li>&bull;&nbsp;Translated cDNA alignments shown as split protein
859                 and DNA alignment views</li>
860               <li>&bull;&nbsp;Codon consensus annotation for linked protein and
861                 cDNA alignment views</li>
862               <li>&bull;&nbsp;Link cDNA or Protein product sequences by loading
863                 them onto Protein or cDNA alignments</li>
864               <li>&bull;&nbsp;Reconstruct linked cDNA alignment from aligned
865                 protein sequences</li>
866             </ul>
867           </li>
868           <li>&bull;&nbsp;Jmol integration updated to Jmol v14.2.14</li>
869           <li>&bull;&nbsp;Import and export of Jalview alignment views as <a
870             href="features/bioJsonFormat.html">BioJSON</a></li>
871           <li>&bull;&nbsp;New alignment annotation file statements for
872             reference sequences and marking hidden columns</li>
873           <li>&bull;&nbsp;Reference sequence based alignment shading to
874             highlight variation</li>
875           <li>&bull;&nbsp;Select or hide columns according to alignment
876             annotation</li>
877           <li>&bull;&nbsp;Find option for locating sequences by description</li>
878           <li>&bull;&nbsp;Conserved physicochemical properties shown in amino
879             acid conservation row</li>
880           <li>&bull;&nbsp;Alignments can be sorted by number of RNA helices</li>
881         </ul> <em>Application</em>
882         <ul>
883           <li>&bull;&nbsp;New cDNA/Protein analysis capabilities
884             <ul>
885               <li>&bull;&nbsp;Get Cross-References should open a Split Frame
886                 view with cDNA/Protein</li>
887               <li>&bull;&nbsp;Detect when nucleotide sequences and protein
888                 sequences are placed in the same alignment</li>
889               <li>&bull;&nbsp;Split cDNA/Protein views are saved in Jalview
890                 projects</li>
891             </ul>
892           </li>
893
894           <li>&bull;&nbsp;Use REST API to talk to Chimera</li>
895           <li>&bull;&nbsp;Selected regions in Chimera are highlighted in linked
896             Jalview windows</li>
897
898           <li>&bull;&nbsp;VARNA RNA viewer updated to v3.93</li>
899           <li>&bull;&nbsp;VARNA views are saved in Jalview Projects</li>
900           <li>&bull;&nbsp;Pseudoknots displayed as Jalview RNA annotation can
901             be shown in VARNA</li>
902
903           <li>&bull;&nbsp;Make groups for selection uses marked columns as well
904             as the active selected region</li>
905
906           <li>&bull;&nbsp;Calculate UPGMA and NJ trees using sequence feature
907             similarity</li>
908           <li>&bull;&nbsp;New Export options
909             <ul>
910               <li>&bull;&nbsp;New Export Settings dialog to control hidden
911                 region export in flat file generation</li>
912
913               <li>&bull;&nbsp;Export alignment views for display with the <a
914                 href="http://msa.biojs.net/">BioJS MSAViewer</a></li>
915
916               <li>&bull;&nbsp;Export scrollable SVG in HTML page</li>
917               <li>&bull;&nbsp;Optional embedding of BioJSON data when exporting
918                 alignment figures to HTML</li>
919           </li>
920           <li>&bull;&nbsp;3D structure retrieval and display
921             <ul>
922               <li>&bull;&nbsp;Free text and structured queries with the PDBe
923                 Search API</li>
924               <li>&bull;&nbsp;PDBe Search API based discovery and selection of
925                 PDB structures for a sequence set</li>
926             </ul>
927           </li>
928
929           <li>&bull;&nbsp;JPred4 employed for protein secondary structure
930             predictions</li>
931           <li>&bull;&nbsp;Hide Insertions menu option to hide unaligned columns
932             for one or a group of sequences</li>
933           <li>&bull;&nbsp;Automatically hide insertions in alignments imported
934             from the JPred4 web server</li>
935           <li>&bull;&nbsp;(Nearly) Native 'Quaqua' dialogs for browsing file
936             system on OSX<br />LGPL libraries courtesy of <a
937             href="http://www.randelshofer.ch/quaqua/">http://www.randelshofer.ch/quaqua/</a>
938           </li>
939           <li>&bull;&nbsp;changed 'View nucleotide structure' submenu to 'View
940             VARNA 2D Structure'</li>
941           <li>&bull;&nbsp;change "View protein structure" menu option to "3D
942             Structure ..."</li>
943
944         </ul> <em>Applet</em>
945         <ul>
946           <li>&bull;&nbsp;New layout for applet example pages</li>
947           <li>&bull;&nbsp;New parameters to enable SplitFrame view
948             (file2,enableSplitFrame, scaleProteinAsCdna)</li>
949           <li>&bull;&nbsp;New example demonstrating linked viewing of cDNA and
950             Protein alignments</li>
951         </ul> <em>Development and deployment</em>
952         <ul>
953           <li>&bull;&nbsp;Java 1.7 minimum requirement for Jalview 2.9</li>
954           <li>&bull;&nbsp;Include installation type and git revision in build
955             properties and console log output</li>
956           <li>&bull;&nbsp;Jalview Github organisation, and new github site for
957             storing BioJsMSA Templates</li>
958           <li>&bull;&nbsp;Jalview's unit tests now managed with TestNG</li>
959         </ul></td>
960       <td>
961         <!-- <em>General</em>
962         <ul>
963         </ul>  --> <!--  issues resolved --> <em>Application</em>
964         <ul>
965           <li>&bull;&nbsp;Escape should close any open find dialogs</li>
966           <li>&bull;&nbsp;Typo in select-by-features status report</li>
967           <li>&bull;&nbsp;Consensus RNA secondary secondary structure
968             predictions are not highlighted in amber</li>
969           <li>&bull;&nbsp;Missing gap character in v2.7 example file means
970             alignment appears unaligned when pad-gaps is not enabled</li>
971           <li>&bull;&nbsp;First switch to RNA Helices colouring doesn't colour
972             associated structure views</li>
973           <li>&bull;&nbsp;ID width preference option is greyed out when auto
974             width checkbox not enabled</li>
975           <li>&bull;&nbsp;Stopped a warning dialog from being shown when
976             creating user defined colours</li>
977           <li>&bull;&nbsp;'View Mapping' in structure viewer shows sequence
978             mappings for just that viewer's sequences</li>
979           <li>&bull;&nbsp;Workaround for superposing PDB files containing
980             multiple models in Chimera</li>
981           <li>&bull;&nbsp;Report sequence position in status bar when hovering
982             over Jmol structure</li>
983           <li>&bull;&nbsp;Cannot output gaps as '.' symbols with Selection ->
984             output to text box</li>
985           <li>&bull;&nbsp;Flat file exports of alignments with hidden columns
986             have incorrect sequence start/end</li>
987           <li>&bull;&nbsp;'Aligning' a second chain to a Chimera structure from
988             Jalview fails</li>
989           <li>&bull;&nbsp;Colour schemes applied to structure viewers don't
990             work for nucleotide</li>
991           <li>&bull;&nbsp;Loading/cut'n'pasting an empty or invalid file leads
992             to a grey/invisible alignment window</li>
993           <li>&bull;&nbsp;Exported Jpred annotation from a sequence region
994             imports to different position</li>
995           <li>&bull;&nbsp;Space at beginning of sequence feature tooltips shown
996             on some platforms</li>
997           <li>&bull;&nbsp;Chimera viewer 'View | Show Chain' menu is not
998             populated</li>
999           <li>&bull;&nbsp;'New View' fails with a Null Pointer Exception in
1000             console if Chimera has been opened</li>
1001           <li>&bull;&nbsp;Mouseover to Chimera not working</li>
1002           <li>&bull;&nbsp;Miscellaneous ENA XML feature qualifiers not
1003             retrieved</li>
1004           <li>&bull;&nbsp;NPE in annotation renderer after 'Extract Scores'</li>
1005           <li>&bull;&nbsp;If two structures in one Chimera window, mouseover of
1006             either sequence shows on first structure</li>
1007           <li>&bull;&nbsp;'Show annotations' options should not make
1008             non-positional annotations visible</li>
1009           <li>&bull;&nbsp;Subsequence secondary structure annotation not shown
1010             in right place after 'view flanking regions'</li>
1011           <li>&bull;&nbsp;File Save As type unset when current file format is
1012             unknown</li>
1013           <li>&bull;&nbsp;Save as '.jar' option removed for saving Jalview
1014             projects</li>
1015           <li>&bull;&nbsp;Colour by Sequence colouring in Chimera more
1016             responsive</li>
1017           <li>&bull;&nbsp;Cannot 'add reference annotation' for a sequence in
1018             several views on same alignment</li>
1019           <li>&bull;&nbsp;Cannot show linked products for EMBL / ENA records</li>
1020           <li>&bull;&nbsp;Jalview's tooltip wraps long texts containing no
1021             spaces</li>
1022         </ul> <em>Applet</em>
1023         <ul>
1024           <li>&bull;&nbsp;Jmol to JalviewLite mouseover/link not working</li>
1025           <li>&bull;&nbsp;JalviewLite can't import sequences with ID
1026             descriptions containing angle brackets</li>
1027         </ul> <em>General</em>
1028         <ul>
1029           <li>&bull;&nbsp;Cannot export and reimport RNA secondary structure
1030             via jalview annotation file</li>
1031           <li>&bull;&nbsp;Random helix colour palette for colour by annotation
1032             with RNA secondary structure</li>
1033           <li>&bull;&nbsp;Mouseover to cDNA from STOP residue in protein
1034             translation doesn't work.</li>
1035           <li>&bull;&nbsp;hints when using the select by annotation dialog box</li>
1036           <li>&bull;&nbsp;Jmol alignment incorrect if PDB file has alternate CA
1037             positions</li>
1038           <li>&bull;&nbsp;FontChooser message dialog appears to hang after
1039             choosing 1pt font</li>
1040           <li>&bull;&nbsp;Peptide secondary structure incorrectly imported from
1041             annotation file when annotation display text includes 'e' or
1042             'h'</li>
1043           <li>&bull;&nbsp;Cannot set colour of new feature type whilst creating
1044             new feature</li>
1045           <li>&bull;&nbsp;cDNA translation alignment should not be sequence
1046             order dependent</li>
1047           <li>&bull;&nbsp;'Show unconserved' doesn't work for lower case
1048             sequences</li>
1049           <li>&bull;&nbsp;Nucleotide ambiguity codes involving R not recognised</li>
1050         </ul> <em>Deployment and Documentation</em>
1051         <ul>
1052           <li>&bull;&nbsp;Applet example pages appear different to the rest of
1053             www.jalview.org</li>
1054         </ul> <em>Application Known issues</em>
1055         <ul>
1056           <li>&bull;&nbsp;Incomplete sequence extracted from PDB entry 3a6s</li>
1057           <li>&bull;&nbsp;Misleading message appears after trying to delete
1058             solid column.</li>
1059           <li>&bull;&nbsp;Jalview icon not shown in dock after InstallAnywhere
1060             version launches</li>
1061           <li>&bull;&nbsp;Fetching EMBL reference for an RNA sequence results
1062             fails with a sequence mismatch</li>
1063           <li>&bull;&nbsp;Corrupted or unreadable alignment display when
1064             scrolling alignment to right</li>
1065           <li>&bull;&nbsp;ArrayIndexOutOfBoundsException thrown when remove
1066             empty columns called on alignment with ragged gapped ends</li>
1067           <li>&bull;&nbsp;auto calculated alignment annotation rows do not get
1068             placed above or below non-autocalculated rows</li>
1069           <li>&bull;&nbsp;Jalview dekstop becomes sluggish at full screen in
1070             ultra-high resolution</li>
1071           <li>&bull;&nbsp;Cannot disable consensus calculation independently of
1072             quality and conservation</li>
1073           <li>&bull;&nbsp;Mouseover highlighting between cDNA and protein can
1074             become sluggish with more than one splitframe shown</li>
1075         </ul> <em>Applet Known Issues</em>
1076         <ul>
1077           <li>&bull;&nbsp;Core PDB parsing code requires Jmol</li>
1078           <li>&bull;&nbsp;Sequence canvas panel goes white when alignment
1079             window is being resized</li>
1080
1081         </ul>
1082       </td>
1083     </tr>
1084     <tr>
1085       <td><div align="center">
1086           <strong><a name="Jalview.2.8.2">2.8.2</a><br /> <em>3/12/2014</em></strong>
1087         </div></td>
1088       <td><em>General</em>
1089         <ul>
1090           <li>&bull;&nbsp;Updated Java code signing certificate donated by
1091             Certum.PL.</li>
1092           <li>&bull;&nbsp;Features and annotation preserved when performing
1093             pairwise alignment</li>
1094           <li>&bull;&nbsp;RNA pseudoknot annotation can be
1095             imported/exported/displayed</li>
1096           <li>&bull;&nbsp;&#39;colour by annotation&#39; can colour by RNA and
1097             protein secondary structure</li>
1098           <li>&bull;&nbsp;Warn user if 'Find' regular expression is invalid (<em>mentioned
1099               post-hoc with 2.9 release</em>)
1100           </li>
1101
1102         </ul> <em>Application</em>
1103         <ul>
1104           <li>&bull;&nbsp;Extract and display secondary structure for sequences
1105             with 3D structures</li>
1106           <li>&bull;&nbsp;Support for parsing RNAML</li>
1107           <li>&bull;&nbsp;Annotations menu for layout
1108             <ul>
1109               <li>&bull;&nbsp;sort sequence annotation rows by alignment</li>
1110               <li>&bull;&nbsp;place sequence annotation above/below alignment
1111                 annotation</li>
1112             </ul>
1113           <li>&bull;&nbsp;Output in Stockholm format</li>
1114           <li>&bull;&nbsp;Internationalisation: improved Spanish (es)
1115             translation</li>
1116           <li>&bull;&nbsp;Structure viewer preferences tab</li>
1117           <li>&bull;&nbsp;Disorder and Secondary Structure annotation tracks
1118             shared between alignments</li>
1119           <li>&bull;&nbsp;UCSF Chimera launch and linked highlighting from
1120             Jalview</li>
1121           <li>&bull;&nbsp;Show/hide all sequence associated annotation rows for
1122             all or current selection</li>
1123           <li>&bull;&nbsp;disorder and secondary structure predictions
1124             available as dataset annotation</li>
1125           <li>&bull;&nbsp;Per-sequence rna helices colouring</li>
1126
1127
1128           <li>&bull;&nbsp;Sequence database accessions imported when fetching
1129             alignments from Rfam</li>
1130           <li>&bull;&nbsp;update VARNA version to 3.91</li>
1131
1132           <li>&bull;&nbsp;New groovy scripts for exporting aligned positions,
1133             conservation values, and calculating sum of pairs scores.</li>
1134           <li>&bull;&nbsp;Command line argument to set default JABAWS server</li>
1135           <li>&bull;&nbsp;include installation type in build properties and
1136             console log output</li>
1137           <li>&bull;&nbsp;Updated Jalview project format to preserve dataset
1138             annotation</li>
1139         </ul></td>
1140       <td>
1141         <!--  issues resolved --> <em>Application</em>
1142         <ul>
1143           <li>&bull;&nbsp;Distinguish alignment and sequence associated RNA
1144             structure in structure-&gt;view-&gt;VARNA</li>
1145           <li>&bull;&nbsp;Raise dialog box if user deletes all sequences in an
1146             alignment</li>
1147           <li>&bull;&nbsp;Pressing F1 results in documentation opening twice</li>
1148           <li>&bull;&nbsp;Sequence feature tooltip is wrapped</li>
1149           <li>&bull;&nbsp;Double click on sequence associated annotation
1150             selects only first column</li>
1151           <li>&bull;&nbsp;Redundancy removal doesn&#39;t result in unlinked
1152             leaves shown in tree</li>
1153           <li>&bull;&nbsp;Undos after several redundancy removals don't undo
1154             properly</li>
1155           <li>&bull;&nbsp;Hide sequence doesn&#39;t hide associated annotation</li>
1156           <li>&bull;&nbsp;User defined colours dialog box too big to fit on
1157             screen and buttons not visible</li>
1158           <li>&bull;&nbsp;author list isn't updated if already written to
1159             Jalview properties</li>
1160           <li>&bull;&nbsp;Popup menu won&#39;t open after retrieving sequence
1161             from database</li>
1162           <li>&bull;&nbsp;File open window for associate PDB doesn&#39;t open</li>
1163           <li>&bull;&nbsp;Left-then-right click on a sequence id opens a
1164             browser search window</li>
1165           <li>&bull;&nbsp;Cannot open sequence feature shading/sort popup menu
1166             in feature settings dialog</li>
1167           <li>&bull;&nbsp;better tooltip placement for some areas of Jalview
1168             desktop</li>
1169           <li>&bull;&nbsp;Allow addition of JABAWS Server which doesn&#39;t
1170             pass validation</li>
1171           <li>&bull;&nbsp;Web services parameters dialog box is too large to
1172             fit on screen</li>
1173           <li>&bull;&nbsp;Muscle nucleotide alignment preset obscured by
1174             tooltip</li>
1175           <li>&bull;&nbsp;JABAWS preset submenus don&#39;t contain newly
1176             defined user preset</li>
1177           <li>&bull;&nbsp;MSA web services warns user if they were launched
1178             with invalid input</li>
1179           <li>&bull;&nbsp;Jalview cannot contact DAS Registy when running on
1180             Java 8</li>
1181           <li>&bull;&nbsp;
1182             <!-- [<a href='http://issues.jalview.org/browse/JAL-1273'>JAL-1273</a>] -->
1183             &#39;Superpose with&#39; submenu not shown when new view
1184             created
1185           </li>
1186
1187         </ul> <!--  <em>Applet</em>
1188                                 <ul>
1189                                 </ul> <em>General</em>
1190                                 <ul> 
1191                                 </ul>--> <em>Deployment and Documentation</em>
1192         <ul>
1193           <li>&bull;&nbsp;2G and 1G options in launchApp have no effect on
1194             memory allocation</li>
1195           <li>&bull;&nbsp;launchApp service doesn't automatically open
1196             www.jalview.org/examples/exampleFile.jar if no file is given</li>
1197           <li>&bull;&nbsp;
1198             <!-- [<a href='http://issues.jalview.org/browse/JAL-1511'>JAL-1511</a>] -->
1199             InstallAnywhere reports cannot find valid JVM when Java
1200             1.7_055 is available
1201           </li>
1202         </ul> <em>Application Known issues</em>
1203         <ul>
1204           <li>&bull;&nbsp;
1205             <!-- [<a href='http://issues.jalview.org/browse/JAL-830'>JAL-830</a>] -->
1206             corrupted or unreadable alignment display when scrolling
1207             alignment to right
1208           </li>
1209           <li>&bull;&nbsp;
1210             <!-- [<a href='http://issues.jalview.org/browse/JAL-1329'>JAL-1329</a>] -->
1211             retrieval fails but progress bar continues for DAS retrieval
1212             with large number of ID
1213           </li>
1214           <li>&bull;&nbsp;
1215             <!-- [<a href='http://issues.jalview.org/browse/JAL-1486'>JAL-1486</a>] -->
1216             flatfile output of visible region has incorrect sequence
1217             start/end
1218           </li>
1219           <li>&bull;&nbsp;
1220             <!-- [<a href='http://issues.jalview.org/browse/JAL-1487'>JAL-1487</a>] -->
1221             rna structure consensus doesn&#39;t update when secondary
1222             structure tracks are rearranged
1223           </li>
1224           <li>&bull;&nbsp;
1225             <!-- [<a href='http://issues.jalview.org/browse/JAL-1591'>JAL-1591</a>] -->
1226             invalid rna structure positional highlighting does not
1227             highlight position of invalid base pairs
1228           </li>
1229           <li>&bull;&nbsp;
1230             <!-- <a href='http://issues.jalview.org/browse/JAL-1539'>JAL-1539</a>] -->
1231             out of memory errors are not raised when saving Jalview
1232             project from alignment window file menu
1233           </li>
1234           <li>&bull;&nbsp;
1235             <!-- [<a href='http://issues.jalview.org/browse/JAL-1576'>JAL-1576</a>] -->
1236             Switching to RNA Helices colouring doesn&#39;t propagate to
1237             structures
1238           </li>
1239           <li>&bull;&nbsp;
1240             <!-- [<a href='http://issues.jalview.org/browse/JAL-1577'>JAL-1577</a>] -->
1241             colour by RNA Helices not enabled when user created
1242             annotation added to alignment
1243           </li>
1244           <li>&bull;&nbsp;
1245             <!-- [<a href='http://issues.jalview.org/browse/JAL-1439'>JAL-1439</a>] -->
1246             Jalview icon not shown on dock in Mountain Lion/Webstart
1247           </li>
1248         </ul> <em>Applet Known Issues</em>
1249         <ul>
1250           <li>&bull;&nbsp;
1251             <!-- [<a href='http://issues.jalview.org/browse/JAL-1394'>JAL-1394</a>] -->
1252             JalviewLite needs JmolApplet and VARNA-3.91 jar dependencies
1253           </li>
1254           <li>&bull;&nbsp;
1255             <!-- [<a href='http://issues.jalview.org/browse/JAL-1510'>JAL-1510</a>] -->
1256             Jalview and Jmol example not compatible with IE9
1257           </li>
1258
1259           <li>&bull;&nbsp;Sort by annotation score doesn&#39;t reverse order
1260             when selected</li>
1261         </ul>
1262       </td>
1263     </tr>
1264     <tr>
1265       <td><div align="center">
1266           <strong><a name="Jalview.2.8.1">2.8.1</a><br /> <em>4/6/2014</em></strong>
1267         </div></td>
1268       <td>
1269         <!--  New features --> <!--  For major releases, split into sections: Application | Applet | General | Deployment and Documentation -->
1270         <em>General</em>
1271         <ul>
1272           <li>&bull;&nbsp;Internationalisation of user interface (usually
1273             called i18n support) and translation for Spanish locale</li>
1274           <li>&bull;&nbsp;Define/Undefine group on current selection with
1275             Ctrl-G/Shift Ctrl-G</li>
1276           <li>&bull;&nbsp;Improved group creation/removal options in
1277             alignment/sequence Popup menu</li>
1278           <li>&bull;&nbsp;Sensible precision for symbol distribution
1279             percentages shown in logo tooltip.</li>
1280           <li>&bull;&nbsp;Annotation panel height set according to amount of
1281             annotation when alignment first opened</li>
1282         </ul> <em>Application</em>
1283         <ul>
1284           <li>&bull;&nbsp;Interactive consensus RNA secondary structure
1285             prediction VIENNA RNAAliFold JABA 2.1 service</li>
1286           <li>&bull;&nbsp;Select columns containing particular features from
1287             Feature Settings dialog</li>
1288           <li>&bull;&nbsp;View all 'representative' PDB structures for selected
1289             sequences</li>
1290           <li>&bull;&nbsp;Update Jalview project format:
1291             <ul>
1292               <li>&bull;&nbsp;New file extension for Jalview projects '.jvp'</li>
1293               <li>&bull;&nbsp;Preserve sequence and annotation dataset (to
1294                 store secondary structure annotation,etc)</li>
1295               <li>&bull;&nbsp;Per group and alignment annotation and RNA helix
1296                 colouring</li>
1297             </ul>
1298           </li>
1299           <li>&bull;&nbsp;New similarity measures for PCA and Tree calculation
1300             (PAM250)</li>
1301           <li>&bull;&nbsp;Experimental support for retrieval and viewing of
1302             flanking regions for an alignment</li>
1303         </ul>
1304       </td>
1305       <td>
1306         <!--  issues resolved --> <em>Application</em>
1307         <ul>
1308           <li>&bull;&nbsp;logo keeps spinning and status remains at queued or
1309             running after job is cancelled</li>
1310           <li>&bull;&nbsp;cannot export features from alignments imported from
1311             Jalview/VAMSAS projects</li>
1312           <li>&bull;&nbsp;Buggy slider for web service parameters that take
1313             float values</li>
1314           <li>&bull;&nbsp;Newly created RNA secondary structure line doesn't
1315             have 'display all symbols' flag set</li>
1316           <li>&bull;&nbsp;T-COFFEE alignment score shading scheme and other
1317             annotation shading not saved in Jalview project</li>
1318           <li>&bull;&nbsp;Local file cannot be loaded in freshly downloaded
1319             Jalview</li>
1320           <li>&bull;&nbsp;Jalview icon not shown on dock in Mountain
1321             Lion/Webstart</li>
1322           <li>&bull;&nbsp;Load file from desktop file browser fails</li>
1323           <li>&bull;&nbsp;Occasional NPE thrown when calculating large trees</li>
1324           <li>&bull;&nbsp;Cannot reorder or slide sequences after dragging an
1325             alignment onto desktop</li>
1326           <li>&bull;&nbsp;Colour by annotation dialog throws NPE after using
1327             'extract scores' function</li>
1328           <li>&bull;&nbsp;Loading/cut'n'pasting an empty file leads to a grey
1329             alignment window</li>
1330           <li>&bull;&nbsp;Disorder thresholds rendered incorrectly after
1331             performing IUPred disorder prediction</li>
1332           <li>&bull;&nbsp;Multiple group annotated consensus rows shown when
1333             changing 'normalise logo' display setting</li>
1334           <li>&bull;&nbsp;Find shows blank dialog after 'finished searching' if
1335             nothing matches query</li>
1336           <li>&bull;&nbsp;Null Pointer Exceptions raised when sorting by
1337             feature with lots of groups<!--  possibly JAL-599 but commit 7c7a5a297e063d3892dd7e629bc317cdde837b81 associated with JAL-971 -->
1338           </li>
1339           <li>&bull;&nbsp;Errors in Jmol console when structures in alignment
1340             don't overlap <!-- JAL-1476 Work in progress - don't send junk to Jmol -->
1341           </li>
1342           <li>&bull;&nbsp;Not all working JABAWS services are shown in
1343             Jalview's menu</li>
1344           <li>&bull;&nbsp;JAVAWS version of Jalview fails to launch with
1345             'invalid literal/length code'</li>
1346           <li>&bull;&nbsp;Annotation/RNA Helix colourschemes cannot be applied
1347             to alignment with groups (actually fixed in 2.8.0b1)</li>
1348           <li>&bull;&nbsp;RNA Helices and T-Coffee Scores available as default
1349             colourscheme</li>
1350
1351         </ul> <em>Applet</em>
1352         <ul>
1353           <li>&bull;&nbsp;Remove group option is shown even when selection is
1354             not a group</li>
1355           <li>&bull;&nbsp;Apply to all groups ticked but colourscheme changes
1356             don't affect groups</li>
1357           <li>&bull;&nbsp;Documented RNA Helices and T-Coffee Scores as valid
1358             colourscheme name</li>
1359           <li>&bull;&nbsp;Annotation labels drawn on sequence IDs when
1360             Annotation panel is not displayed</li>
1361           <li>&bull;&nbsp;Increased font size for dropdown menus on OSX and
1362             embedded windows</li>
1363         </ul> <em>Other</em>
1364         <ul>
1365           <li>&bull;&nbsp;Consensus sequence for alignments/groups with a
1366             single sequence were not calculated</li>
1367           <li>&bull;&nbsp;annotation files that contain only groups imported as
1368             annotation and junk sequences</li>
1369           <li>&bull;&nbsp;Fasta files with sequences containing '*' incorrectly
1370             recognised as PFAM or BLC</li>
1371           <li>&bull;&nbsp;conservation/PID slider apply all groups option
1372             doesn't affect background (2.8.0b1)
1373           <li>&bull;&nbsp;</li>
1374           <li>&bull;&nbsp;redundancy highlighting is erratic at 0% and 100%</li>
1375           <li>&bull;&nbsp;Remove gapped columns fails for sequences with ragged
1376             trailing gaps</li>
1377           <li>&bull;&nbsp;AMSA annotation row with leading spaces is not
1378             registered correctly on import</li>
1379           <li>&bull;&nbsp;Jalview crashes when selecting PCA analysis for
1380             certain alignments</li>
1381           <li>&bull;&nbsp;Opening the colour by annotation dialog for an
1382             existing annotation based 'use original colours'
1383             colourscheme loses original colours setting</li>
1384         </ul>
1385       </td>
1386     </tr>
1387     <tr>
1388       <td><div align="center">
1389           <strong><a name="Jalview.2.8.0b1">2.8.0b1</a><br />
1390             <em>30/1/2014</em></strong>
1391         </div></td>
1392       <td>
1393         <ul>
1394           <li>&bull;&nbsp;Trusted certificates for JalviewLite applet and
1395             Jalview Desktop application<br />Certificate was donated by
1396             <a href="https://www.certum.eu">Certum</a> to the Jalview
1397             open source project).
1398           </li>
1399           <li>&bull;&nbsp;Jalview SRS links replaced by UniProt and EBI-search
1400           </li>
1401           <li>&bull;&nbsp;Output in Stockholm format</li>
1402           <li>&bull;&nbsp;Allow import of data from gzipped files</li>
1403           <li>&bull;&nbsp;Export/import group and sequence associated line
1404             graph thresholds</li>
1405           <li>&bull;&nbsp;Nucleotide substitution matrix that supports RNA and
1406             ambiguity codes</li>
1407           <li>&bull;&nbsp;Allow disorder predictions to be made on the current
1408             selection (or visible selection) in the same way that JPred
1409             works</li>
1410           <li>&bull;&nbsp;Groovy scripting for headless Jalview operation</li>
1411         </ul> <em>Other improvements</em>
1412         <ul>
1413           <li>&bull;&nbsp;Upgrade desktop installer to InstallAnywhere 2013</li>
1414           <li>&bull;&nbsp;COMBINE statement uses current SEQUENCE_REF and
1415             GROUP_REF scope to group annotation rows</li>
1416           <li>&bull;&nbsp;Support &#39;&#39; style escaping of quotes in Newick
1417             files</li>
1418           <li>&bull;&nbsp;Group options for JABAWS service by command line name</li>
1419           <li>&bull;&nbsp;Empty tooltip shown for JABA service options with a
1420             link but no description</li>
1421           <li>&bull;&nbsp;Select primary source when selecting authority in
1422             database fetcher GUI</li>
1423           <li>&bull;&nbsp;Add .mfa to FASTA file extensions recognised by
1424             Jalview</li>
1425           <li>&bull;&nbsp;Annotation label tooltip text wrap</li>
1426         </ul>
1427       </td>
1428       <td>
1429         <ul>
1430           <li>&bull;&nbsp;Slow scrolling when lots of annotation rows are
1431             displayed</li>
1432           <li>&bull;&nbsp;Lots of NPE (and slowness) after creating RNA
1433             secondary structure annotation line</li>
1434           <li>&bull;&nbsp;Sequence database accessions not imported when
1435             fetching alignments from Rfam</li>
1436           <li>&bull;&nbsp;Incorrect SHMR submission for sequences with
1437             identical IDs</li>
1438           <li>&bull;&nbsp;View all structures does not always superpose
1439             structures</li>
1440           <li>&bull;&nbsp;Option widgets in service parameters not updated to
1441             reflect user or preset settings</li>
1442           <li>&bull;&nbsp;Null pointer exceptions for some services without
1443             presets or adjustable parameters</li>
1444           <li>&bull;&nbsp;Discover PDB IDs entry in structure menu doesn&#39;t
1445             discover PDB xRefs</li>
1446           <li>&bull;&nbsp;Exception encountered while trying to retrieve
1447             features with DAS</li>
1448           <li>&bull;&nbsp;Lowest value in annotation row isn&#39;t coloured
1449             when colour by annotation (per sequence) is coloured</li>
1450           <li>&bull;&nbsp;Keyboard mode P jumps to start of gapped region when
1451             residue follows a gap</li>
1452           <li>&bull;&nbsp;Jalview appears to hang importing an alignment with
1453             Wrap as default or after enabling Wrap</li>
1454           <li>&bull;&nbsp;&#39;Right click to add annotations&#39; message
1455             shown in wrap mode when no annotations present</li>
1456           <li>&bull;&nbsp;Disorder predictions fail with NPE if no automatic
1457             annotation already exists on alignment</li>
1458           <li>&bull;&nbsp;oninit javascript function should be called after
1459             initialisation completes</li>
1460           <li>&bull;&nbsp;Remove redundancy after disorder prediction corrupts
1461             alignment window display</li>
1462           <li>&bull;&nbsp;Example annotation file in documentation is invalid</li>
1463           <li>&bull;&nbsp;Grouped line graph annotation rows are not exported
1464             to annotation file</li>
1465           <li>&bull;&nbsp;Multi-harmony analysis cannot be run when only two
1466             groups created</li>
1467           <li>&bull;&nbsp;Cannot create multiple groups of line graphs with
1468             several &#39;combine&#39; statements in annotation file</li>
1469           <li>&bull;&nbsp;Pressing return several times causes Number Format
1470             exceptions in keyboard mode</li>
1471           <li>&bull;&nbsp;Multi-harmony (SHMMR) method doesn&#39;t submit
1472             correct partitions for input data</li>
1473           <li>&bull;&nbsp;Translation from DNA to Amino Acids fails</li>
1474           <li>&bull;&nbsp;Jalview fail to load newick tree with quoted label</li>
1475           <li>&bull;&nbsp;--headless flag isn&#39;t understood</li>
1476           <li>&bull;&nbsp;ClassCastException when generating EPS in headless
1477             mode</li>
1478           <li>&bull;&nbsp;Adjusting sequence-associated shading threshold only
1479             changes one row&#39;s threshold</li>
1480           <li>&bull;&nbsp;Preferences and Feature settings panel panel
1481             doesn&#39;t open</li>
1482           <li>&bull;&nbsp;hide consensus histogram also hides conservation and
1483             quality histograms</li>
1484         </ul>
1485       </td>
1486     </tr>
1487     <tr>
1488       <td><div align="center">
1489           <strong><a name="Jalview2.8">2.8</a></strong><br /> <em>12/11/2012</em>
1490         </div></td>
1491       <td><em>Application</em>
1492         <ul>
1493           <li>&bull;&nbsp;Support for JABAWS 2.0 Services (AACon alignment
1494             conservation, protein disorder and Clustal Omega)</li>
1495           <li>&bull;&nbsp;JABAWS server status indicator in Web Services
1496             preferences</li>
1497           <li>&bull;&nbsp;VARNA (http://varna.lri.fr) viewer for RNA structures
1498             in Jalview alignment window</li>
1499           <li>&bull;&nbsp;Updated Jalview build and deploy framework for OSX
1500             mountain lion, windows 7, and 8</li>
1501           <li>&bull;&nbsp;Nucleotide substitution matrix for PCA that supports
1502             RNA and ambiguity codes</li>
1503
1504           <li>&bull;&nbsp;Improved sequence database retrieval GUI</li>
1505           <li>&bull;&nbsp;Support fetching and database reference look up
1506             against multiple DAS sources (Fetch all from in 'fetch db
1507             refs')</li>
1508           <li>&bull;&nbsp;Jalview project improvements
1509             <ul>
1510               <li>&bull;&nbsp;Store and retrieve the &#39;belowAlignment&#39;
1511                 flag for annotation</li>
1512               <li>&bull;&nbsp;calcId attribute to group annotation rows on the
1513                 alignment</li>
1514               <li>&bull;&nbsp;Store AACon calculation settings for a view in
1515                 Jalview project</li>
1516
1517             </ul>
1518           </li>
1519           <li>&bull;&nbsp;horizontal scrolling gesture support</li>
1520           <li>&bull;&nbsp;Visual progress indicator when PCA calculation is
1521             running</li>
1522           <li>&bull;&nbsp;Simpler JABA web services menus</li>
1523           <li>&bull;&nbsp;visual indication that web service results are still
1524             being retrieved from server</li>
1525           <li>&bull;&nbsp;Serialise the dialogs that are shown when Jalview
1526             starts up for first time</li>
1527           <li>&bull;&nbsp;Jalview user agent string for interacting with HTTP
1528             services</li>
1529           <li>&bull;&nbsp;DAS 1.6 and DAS 2.0 source support using new JDAS
1530             client library</li>
1531           <li>&bull;&nbsp;Examples directory and Groovy library included in
1532             InstallAnywhere distribution</li>
1533         </ul> <em>Applet</em>
1534         <ul>
1535           <li>&bull;&nbsp;RNA alignment and secondary structure annotation
1536             visualization applet example</li>
1537         </ul> <em>General</em>
1538         <ul>
1539           <li>&bull;&nbsp;Normalise option for consensus sequence logo</li>
1540           <li>&bull;&nbsp;Reset button in PCA window to return dimensions to
1541             defaults</li>
1542           <li>&bull;&nbsp;Allow seqspace or Jalview variant of alignment PCA
1543             calculation</li>
1544           <li>&bull;&nbsp;PCA with either nucleic acid and protein substitution
1545             matrices
1546           <li>&bull;&nbsp;Allow windows containing HTML reports to be exported
1547             in HTML</li>
1548           <li>&bull;&nbsp;Interactive display and editing of RNA secondary
1549             structure contacts</li>
1550           <li>&bull;&nbsp;RNA Helix Alignment Colouring</li>
1551           <li>&bull;&nbsp;RNA base pair logo consensus</li>
1552           <li>&bull;&nbsp;Parse sequence associated secondary structure
1553             information in Stockholm files</li>
1554           <li>&bull;&nbsp;HTML Export database accessions and annotation
1555             information presented in tooltip for sequences</li>
1556           <li>&bull;&nbsp;Import secondary structure from LOCARNA clustalw
1557             style RNA alignment files</li>
1558           <li>&bull;&nbsp;import and visualise T-COFFEE quality scores for an
1559             alignment</li>
1560           <li>&bull;&nbsp;&#39;colour by annotation&#39; per sequence option to
1561             shade each sequence according to its associated alignment
1562             annotation</li>
1563           <li>&bull;&nbsp;New Jalview Logo</li>
1564         </ul> <em>Documentation and Development</em>
1565         <ul>
1566           <li>&bull;&nbsp;documentation for score matrices used in Jalview</li>
1567           <li>&bull;&nbsp;New Website!</li>
1568         </ul></td>
1569       <td><em>Application</em>
1570         <ul>
1571           <li>&bull;&nbsp;PDB, Unprot and EMBL (ENA) databases retrieved via
1572             wsdbfetch REST service</li>
1573           <li>&bull;&nbsp;Stop windows being moved outside desktop on OSX</li>
1574           <li>&bull;&nbsp;Filetype associations not installed for webstart
1575             launch</li>
1576           <li>&bull;&nbsp;Jalview does not always retrieve progress of a JABAWS
1577             job execution in full once it is complete</li>
1578           <li>&bull;&nbsp;revise SHMR RSBS definition to ensure alignment is
1579             uploaded via ali_file parameter</li>
1580           <li>&bull;&nbsp;Jalview 2.7 is incompatible with Jmol-12.2.2</li>
1581           <li>&bull;&nbsp;View all structures superposed fails with exception</li>
1582           <li>&bull;&nbsp;Jnet job queues forever if a very short sequence is
1583             submitted for prediction</li>
1584           <li>&bull;&nbsp;Cut and paste menu not opened when mouse clicked on
1585             desktop window</li>
1586           <li>&bull;&nbsp;Putting fractional value into integer text box in
1587             alignment parameter dialog causes Jalview to hang</li>
1588           <li>&bull;&nbsp;Structure view highlighting doesn&#39;t work on
1589             windows 7</li>
1590           <li>&bull;&nbsp;View all structures fails with exception shown in
1591             structure view</li>
1592           <li>&bull;&nbsp;Characters in filename associated with PDBEntry not
1593             escaped in a platform independent way</li>
1594           <li>&bull;&nbsp;Jalview desktop fails to launch with exception when
1595             using proxy</li>
1596           <li>&bull;&nbsp;Tree calculation reports &#39;you must have 2 or more
1597             sequences selected&#39; when selection is empty</li>
1598           <li>&bull;&nbsp;Jalview desktop fails to launch with jar signature
1599             failure when java web start temporary file caching is
1600             disabled</li>
1601           <li>&bull;&nbsp;DAS Sequence retrieval with range qualification
1602             results in sequence xref which includes range qualification</li>
1603           <li>&bull;&nbsp;Errors during processing of command line arguments
1604             cause progress bar (JAL-898) to be removed</li>
1605           <li>&bull;&nbsp;Replace comma for semi-colon option not disabled for
1606             DAS sources in sequence fetcher</li>
1607           <li>&bull;&nbsp;Cannot close news reader when JABAWS server warning
1608             dialog is shown</li>
1609           <li>&bull;&nbsp;Option widgets not updated to reflect user settings</li>
1610           <li>&bull;&nbsp;Edited sequence not submitted to web service</li>
1611           <li>&bull;&nbsp;Jalview 2.7 Webstart does not launch on mountain lion</li>
1612           <li>&bull;&nbsp;InstallAnywhere installer doesn&#39;t unpack and run
1613             on OSX Mountain Lion</li>
1614           <li>&bull;&nbsp;Annotation panel not given a scroll bar when
1615             sequences with alignment annotation are pasted into the
1616             alignment</li>
1617           <li>&bull;&nbsp;Sequence associated annotation rows not associated
1618             when loaded from Jalview project</li>
1619           <li>&bull;&nbsp;Browser launch fails with NPE on java 1.7</li>
1620           <li>&bull;&nbsp;JABAWS alignment marked as finished when job was
1621             cancelled or job failed due to invalid input</li>
1622           <li>&bull;&nbsp;NPE with v2.7 example when clicking on Tree
1623             associated with all views</li>
1624           <li>&bull;&nbsp;Exceptions when copy/paste sequences with grouped
1625             annotation rows to new window</li>
1626         </ul> <em>Applet</em>
1627         <ul>
1628           <li>&bull;&nbsp;Sequence features are momentarily displayed before
1629             they are hidden using hidefeaturegroups applet parameter</li>
1630           <li>&bull;&nbsp;loading features via javascript API automatically
1631             enables feature display</li>
1632           <li>&bull;&nbsp;scrollToColumnIn javascript API method doesn&#39;t
1633             work</li>
1634         </ul> <em>General</em>
1635         <ul>
1636           <li>&bull;&nbsp;Redundancy removal fails for rna alignment</li>
1637           <li>&bull;&nbsp;PCA calculation fails when sequence has been selected
1638             and then deselected</li>
1639           <li>&bull;&nbsp;PCA window shows grey box when first opened on OSX</li>
1640           <li>&bull;&nbsp;Letters coloured pink in sequence logo when alignment
1641             coloured with clustalx</li>
1642           <li>&bull;&nbsp;Choosing fonts without letter symbols defined causes
1643             exceptions and redraw errors</li>
1644           <li>&bull;&nbsp;Initial PCA plot view is not same as manually
1645             reconfigured view</li>
1646           <li>&bull;&nbsp;Grouped annotation graph label has incorrect line
1647             colour</li>
1648           <li>&bull;&nbsp;Grouped annotation graph label display is corrupted
1649             for lots of labels</li>
1650         </ul>
1651     </tr>
1652     <tr>
1653       <td>
1654         <div align="center">
1655           <strong><a name="Jalview2.7">2.7</a> </strong><br> <em>27/09/2011</em>
1656         </div>
1657       </td>
1658       <td><em>Application</em>
1659         <ul>
1660           <li>&bull;&nbsp;Jalview Desktop News Reader</li>
1661           <li>&bull;&nbsp;Tweaked default layout of web services menu</li>
1662           <li>&bull;&nbsp;View/alignment association menu to enable user to
1663             easily specify which alignment a multi-structure view takes
1664             its colours/correspondences from</li>
1665           <li>&bull;&nbsp;Allow properties file location to be specified as URL</li>
1666           <li>&bull;&nbsp;Extend Jalview project to preserve associations
1667             between many alignment views and a single Jmol display</li>
1668           <li>&bull;&nbsp;Store annotation row height in Jalview project file</li>
1669           <li>&bull;&nbsp;Annotation row column label formatting attributes
1670             stored in project file</li>
1671           <li>&bull;&nbsp;Annotation row order for auto-calculated annotation
1672             rows preserved in Jalview project file</li>
1673           <li>&bull;&nbsp;Visual progress indication when Jalview state is
1674             saved using Desktop window menu</li>
1675           <li>&bull;&nbsp;Visual indication that command line arguments are
1676             still being processed</li>
1677           <li>&bull;&nbsp;Groovy script execution from URL</li>
1678           <li>&bull;&nbsp;Colour by annotation default min and max colours in
1679             preferences</li>
1680           <li>&bull;&nbsp;Automatically associate PDB files dragged onto an
1681             alignment with sequences that have high similarity and
1682             matching IDs</li>
1683           <li>&bull;&nbsp;Update JGoogleAnalytics to latest release (0.3)</li>
1684           <li>&bull;&nbsp;&#39;view structures&#39; option to open many
1685             structures in same window</li>
1686           <li>&bull;&nbsp;Sort associated views menu option for tree panel</li>
1687           <li>&bull;&nbsp;Group all JABA and non-JABA services for a particular
1688             analysis function in its own submenu</li>
1689         </ul> <em>Applet</em>
1690         <ul>
1691           <li>&bull;&nbsp;Userdefined and autogenerated annotation rows for
1692             groups</li>
1693           <li>&bull;&nbsp;Adjustment of alignment annotation pane height</li>
1694           <li>&bull;&nbsp;Annotation scrollbar for annotation panel</li>
1695           <li>&bull;&nbsp;Drag to reorder annotation rows in annotation panel</li>
1696           <li>&bull;&nbsp;&#39;automaticScrolling&#39; parameter</li>
1697           <li>&bull;&nbsp;Allow sequences with partial ID string matches to be
1698             annotated from GFF/Jalview features files</li>
1699           <li>&bull;&nbsp;Sequence logo annotation row in applet</li>
1700           <li>&bull;&nbsp;Absolute paths relative to host server in applet
1701             parameters are treated as such</li>
1702           <li>&bull;&nbsp;New in the JalviewLite javascript API:
1703             <ul>
1704               <li>&bull;&nbsp;JalviewLite.js javascript library</li>
1705               <li>&bull;&nbsp;Javascript callbacks for
1706                 <ul>
1707                   <li>&bull;&nbsp;Applet initialisation</li>
1708                   <li>&bull;&nbsp;Sequence/alignment mouse-overs and selections</li>
1709                 </ul>
1710               </li>
1711               <li>&bull;&nbsp;scrollTo row and column alignment scrolling
1712                 functions</li>
1713               <li>&bull;&nbsp;Select sequence/alignment regions from javascript</li>
1714               <li>&bull;&nbsp;javascript structure viewer harness to pass
1715                 messages between Jmol and Jalview when running as
1716                 distinct applets</li>
1717               <li>&bull;&nbsp;sortBy method</li>
1718               <li>&bull;&nbsp;Set of applet and application examples shipped
1719                 with documentation</li>
1720               <li>&bull;&nbsp;New example to demonstrate JalviewLite and Jmol
1721                 javascript message exchange</li>
1722             </ul>
1723         </ul> <em>General</em>
1724         <ul>
1725           <li>&bull;&nbsp;Enable Jmol displays to be associated with multiple
1726             multiple alignments</li>
1727           <li>&bull;&nbsp;Option to automatically sort alignment with new tree</li>
1728           <li>&bull;&nbsp;User configurable link to enable redirects to a
1729             www.Jalview.org mirror</li>
1730           <li>&bull;&nbsp;Jmol colours option for Jmol displays</li>
1731           <li>&bull;&nbsp;Configurable newline string when writing alignment
1732             and other flat files</li>
1733           <li>&bull;&nbsp;Allow alignment annotation description lines to
1734             contain html tags</li>
1735         </ul> <em>Documentation and Development</em>
1736         <ul>
1737           <li>&bull;&nbsp;Add groovy test harness for bulk load testing to
1738             examples</li>
1739           <li>&bull;&nbsp;Groovy script to load and align a set of sequences
1740             using a web service before displaying the result in the
1741             Jalview desktop</li>
1742           <li>&bull;&nbsp;Restructured javascript and applet api documentation</li>
1743           <li>&bull;&nbsp;Ant target to publish example html files with applet
1744             archive</li>
1745           <li>&bull;&nbsp;Netbeans project for building Jalview from source</li>
1746           <li>&bull;&nbsp;ant task to create online javadoc for Jalview source</li>
1747         </ul></td>
1748       <td><em>Application</em>
1749         <ul>
1750           <li>&bull;&nbsp;User defined colourscheme throws exception when
1751             current built in colourscheme is saved as new scheme</li>
1752           <li>&bull;&nbsp;AlignFrame-&gt;Save in application pops up save
1753             dialog for valid filename/format</li>
1754           <li>&bull;&nbsp;Cannot view associated structure for UniProt sequence</li>
1755           <li>&bull;&nbsp;PDB file association breaks for UniProt sequence
1756             P37173</li>
1757           <li>&bull;&nbsp;Associate PDB from file dialog does not tell you
1758             which sequence is to be associated with the file</li>
1759           <li>&bull;&nbsp;Find All raises null pointer exception when query
1760             only matches sequence IDs</li>
1761           <li>&bull;&nbsp;Pre 2.6 Jalview project cannot be loaded into v2.6</li>
1762           <li>&bull;&nbsp;Jalview project with Jmol views created with Jalview
1763             2.4 cannot be loaded</li>
1764           <li>&bull;&nbsp;Filetype associations not installed for webstart
1765             launch</li>
1766           <li>&bull;&nbsp;Two or more chains in a single PDB file associated
1767             with sequences in different alignments do not get coloured
1768             by their associated sequence</li>
1769           <li>&bull;&nbsp;Visibility status of autocalculated annotation row
1770             not preserved when project is loaded</li>
1771           <li>&bull;&nbsp;Annotation row height and visibility attributes not
1772             stored in Jalview project</li>
1773           <li>&bull;&nbsp;Tree bootstraps are not preserved when saved as a
1774             Jalview project</li>
1775           <li>&bull;&nbsp;Envision2 workflow tooltips are corrupted</li>
1776           <li>&bull;&nbsp;Enabling show group conservation also enables colour
1777             by conservation</li>
1778           <li>&bull;&nbsp;Duplicate group associated conservation or consensus
1779             created on new view</li>
1780           <li>&bull;&nbsp;Annotation scrollbar not displayed after &#39;show
1781             all hidden annotation rows&#39; option selected</li>
1782           <li>&bull;&nbsp;Alignment quality not updated after alignment
1783             annotation row is hidden then shown</li>
1784           <li>&bull;&nbsp;Preserve colouring of structures coloured by
1785             sequences in pre Jalview 2.7 projects</li>
1786           <li>&bull;&nbsp;Web service job parameter dialog is not laid out
1787             properly</li>
1788           <li>&bull;&nbsp;Web services menu not refreshed after &#39;reset
1789             services&#39; button is pressed in preferences</li>
1790           <li>&bull;&nbsp;Annotation off by one in Jalview v2_3 example project</li>
1791           <li>&bull;&nbsp;Structures imported from file and saved in project
1792             get name like jalview_pdb1234.txt when reloaded</li>
1793           <li>&bull;&nbsp;Jalview does not always retrieve progress of a JABAWS
1794             job execution in full once it is complete</li>
1795         </ul> <em>Applet</em>
1796         <ul>
1797           <li>&bull;&nbsp;Alignment height set incorrectly when lots of
1798             annotation rows are displayed</li>
1799           <li>&bull;&nbsp;Relative URLs in feature HTML text not resolved to
1800             codebase</li>
1801           <li>&bull;&nbsp;View follows highlighting does not work for positions
1802             in sequences</li>
1803           <li>&bull;&nbsp;&lt;= shown as = in tooltip</li>
1804           <li>&bull;&nbsp;Export features raises exception when no features
1805             exist</li>
1806           <li>&bull;&nbsp;Separator string used for serialising lists of IDs
1807             for javascript api is modified when separator string
1808             provided as parameter</li>
1809           <li>&bull;&nbsp;Null pointer exception when selecting tree leaves for
1810             alignment with no existing selection</li>
1811           <li>&bull;&nbsp;Relative URLs for datasources assumed to be relative
1812             to applet&#39;s codebase</li>
1813           <li>&bull;&nbsp;Status bar not updated after finished searching and
1814             search wraps around to first result</li>
1815           <li>&bull;&nbsp;StructureSelectionManager instance shared between
1816             several Jalview applets causes race conditions and memory
1817             leaks</li>
1818           <li>&bull;&nbsp;Hover tooltip and mouseover of position on structure
1819             not sent from Jmol in applet</li>
1820           <li>&bull;&nbsp;Certain sequences of javascript method calls to
1821             applet API fatally hang browser</li>
1822         </ul> <em>General</em>
1823         <ul>
1824           <li>&bull;&nbsp;View follows structure mouseover scrolls beyond
1825             position with wrapped view and hidden regions</li>
1826           <li>&bull;&nbsp;Find sequence position moves to wrong residue
1827             with/without hidden columns</li>
1828           <li>&bull;&nbsp;Sequence length given in alignment properties window
1829             is off by 1</li>
1830           <li>&bull;&nbsp;InvalidNumberFormat exceptions thrown when trying to
1831             import PDB like structure files</li>
1832           <li>&bull;&nbsp;Positional search results are only highlighted
1833             between user-supplied sequence start/end bounds</li>
1834           <li>&bull;&nbsp;End attribute of sequence is not validated</li>
1835           <li>&bull;&nbsp;Find dialog only finds first sequence containing a
1836             given sequence position</li>
1837           <li>&bull;&nbsp;Sequence numbering not preserved in MSF alignment
1838             output</li>
1839           <li>&bull;&nbsp;Jalview PDB file reader does not extract sequence
1840             from nucleotide chains correctly</li>
1841           <li>&bull;&nbsp;Structure colours not updated when tree partition
1842             changed in alignment</li>
1843           <li>&bull;&nbsp;Sequence associated secondary structure not correctly
1844             parsed in interleaved stockholm</li>
1845           <li>&bull;&nbsp;Colour by annotation dialog does not restore current
1846             state</li>
1847           <li>&bull;&nbsp;Hiding (nearly) all sequences doesn&#39;t work
1848             properly</li>
1849           <li>&bull;&nbsp;Sequences containing lowercase letters are not
1850             properly associated with their pdb files</li>
1851         </ul> <em>Documentation and Development</em>
1852         <ul>
1853           <li>&bull;&nbsp;schemas/JalviewWsParamSet.xsd corrupted by
1854             ApplyCopyright tool</li>
1855         </ul></td>
1856     </tr>
1857     <tr>
1858       <td>
1859         <div align="center">
1860           <strong><a name="Jalview2.6.1">2.6.1</a> </strong><br> <em>15/11/2010</em>
1861         </div>
1862       </td>
1863       <td><em>Application</em>
1864         <ul>
1865           <li>&bull;&nbsp;New warning dialog when the Jalview Desktop cannot
1866             contact web services</li>
1867           <li>&bull;&nbsp;JABA service parameters for a preset are shown in
1868             service job window</li>
1869           <li>&bull;&nbsp;JABA Service menu entries reworded</li>
1870         </ul></td>
1871       <td>
1872         <ul>
1873           <li>&bull;&nbsp;Modeller PIR IO broken - cannot correctly import a
1874             pir file emitted by Jalview</li>
1875           <li>&bull;&nbsp;Existing feature settings transferred to new
1876             alignment view created from cut'n'paste</li>
1877           <li>&bull;&nbsp;Improved test for mixed amino/nucleotide chains when
1878             parsing PDB files</li>
1879           <li>&bull;&nbsp;Consensus and conservation annotation rows
1880             occasionally become blank for all new windows</li>
1881           <li>&bull;&nbsp;Exception raised when right clicking above sequences
1882             in wrapped view mode</li>
1883         </ul> <em>Application</em>
1884         <ul>
1885           <li>&bull;&nbsp;multiple multiply aligned structure views cause cpu
1886             usage to hit 100% and computer to hang</li>
1887           <li>&bull;&nbsp;Web Service parameter layout breaks for long user
1888             parameter names</li>
1889           <li>&bull;&nbsp;Jaba service discovery hangs desktop if Jaba server
1890             is down</li>
1891         </ul>
1892       </td>
1893     </tr>
1894     <tr>
1895       <td>
1896         <div align="center">
1897           <strong><a name="Jalview2.6">2.6</a></strong><br> <em>26/9/2010</em>
1898         </div>
1899       </td>
1900       <td><em>Application</em>
1901         <ul>
1902           <li>&bull;&nbsp;Support for <strong>Ja</strong>va <strong>b</strong>ioinformatics
1903             <strong>a</strong>nalysis <strong>w</strong>eb <strong>s</strong>ervices
1904             (JABAWS)
1905           </li>
1906           <li>&bull;&nbsp;Web Services preference tab</li>
1907           <li>&bull;&nbsp;Analysis parameters dialog box and user defined
1908             preferences</li>
1909           <li>&bull;&nbsp;Improved speed and layout of Envision2 service menu</li>
1910           <li>&bull;&nbsp;Superpose structures using associated sequence
1911             alignment</li>
1912           <li>&bull;&nbsp;Export coordinates and projection as CSV from PCA
1913             viewer</li>
1914         </ul> <em>Applet</em>
1915         <ul>
1916           <li>&bull;&nbsp;enable javascript: execution by the applet via the
1917             link out mechanism</li>
1918         </ul> <em>Other</em>
1919         <ul>
1920           <li>&bull;&nbsp;Updated the Jmol Jalview interface to work with Jmol
1921             series 12</li>
1922           <li>&bull;&nbsp;The Jalview Desktop and JalviewLite applet now
1923             require Java 1.5</li>
1924           <li>&bull;&nbsp;Allow Jalview feature colour specification for GFF
1925             sequence annotation files</li>
1926           <li>&bull;&nbsp;New 'colour by label' keword in Jalview feature file
1927             type colour specification</li>
1928           <li>&bull;&nbsp;New Jalview Desktop Groovy API method that allows a
1929             script to check if it being run in an interactive session or
1930             in a batch operation from the Jalview command line</li>
1931         </ul></td>
1932       <td>
1933         <ul>
1934           <li>&bull;&nbsp;clustalx colourscheme colours Ds preferentially when
1935             both D+E are present in over 50% of the column</li>
1936         </ul> <em>Application</em>
1937         <ul>
1938           <li>&bull;&nbsp;typo in AlignmentFrame-&gt;View-&gt;Hide-&gt;all but
1939             selected Regions menu item</li>
1940           <li>&bull;&nbsp;sequence fetcher replaces ',' for ';' when the ',' is
1941             part of a valid accession ID</li>
1942           <li>&bull;&nbsp;fatal OOM if object retrieved by sequence fetcher
1943             runs out of memory</li>
1944           <li>&bull;&nbsp;unhandled Out of Memory Error when viewing pca
1945             analysis results</li>
1946           <li>&bull;&nbsp;InstallAnywhere builds fail to launch on OS X java
1947             10.5 update 4 (due to apple Java 1.6 update)</li>
1948           <li>&bull;&nbsp;Installanywhere Jalview silently fails to launch</li>
1949         </ul> <em>Applet</em>
1950         <ul>
1951           <li>&bull;&nbsp;Jalview.getFeatureGroups() raises an
1952             ArrayIndexOutOfBoundsException if no feature groups are
1953             defined.</li>
1954         </ul>
1955       </td>
1956     </tr>
1957     <tr>
1958       <td>
1959         <div align="center">
1960           <strong><a name="Jalview2.5.1">2.5.1</a></strong><br> <em>14/6/2010</em>
1961         </div>
1962       </td>
1963       <td></td>
1964       <td>
1965         <ul>
1966           <li>&bull;&nbsp;Alignment prettyprinter doesn't cope with long
1967             sequence IDs</li>
1968           <li>&bull;&nbsp;clustalx colourscheme colours Ds preferentially when
1969             both D+E are present in over 50% of the column</li>
1970           <li>&bull;&nbsp;nucleic acid structures retrieved from PDB do not
1971             import correctly</li>
1972           <li>&bull;&nbsp;More columns get selected than were clicked on when a
1973             number of columns are hidden</li>
1974           <li>&bull;&nbsp;annotation label popup menu not providing correct
1975             add/hide/show options when rows are hidden or none are
1976             present</li>
1977           <li>&bull;&nbsp;Stockholm format shown in list of readable formats,
1978             and parser copes better with alignments from RFAM.</li>
1979           <li>&bull;&nbsp;CSV output of consensus only includes the percentage
1980             of all symbols if sequence logo display is enabled</li>
1981
1982         </ul> <em>Applet</em>
1983         <ul>
1984           <li>&bull;&nbsp;annotation panel disappears when annotation is
1985             hidden/removed</li>
1986         </ul> <em>Application</em>
1987         <ul>
1988           <li>&bull;&nbsp;Alignment view not redrawn properly when new
1989             alignment opened where annotation panel is visible but no
1990             annotations are present on alignment</li>
1991           <li>&bull;&nbsp;pasted region containing hidden columns is
1992             incorrectly displayed in new alignment window</li>
1993           <li>&bull;&nbsp;Jalview slow to complete operations when stdout is
1994             flooded (fix is to close the Jalview console)</li>
1995           <li>&bull;&nbsp;typo in AlignmentFrame-&gt;View-&gt;Hide-&gt;all but
1996             selected Rregions menu item.</li>
1997           <li>&bull;&nbsp;inconsistent group submenu and Format submenu entry
1998             'Un' or 'Non'conserved</li>
1999           <li>&bull;&nbsp;Sequence feature settings are being shared by
2000             multiple distinct alignments</li>
2001           <li>&bull;&nbsp;group annotation not recreated when tree partition is
2002             changed</li>
2003           <li>&bull;&nbsp;double click on group annotation to select sequences
2004             does not propagate to associated trees</li>
2005           <li>&bull;&nbsp;Mac OSX specific issues:
2006             <ul>
2007               <li>&bull;&nbsp;exception raised when mouse clicked on desktop
2008                 window background</li>
2009               <li>&bull;&nbsp;Desktop menu placed on menu bar and application
2010                 name set correctly</li>
2011               <li>&bull;&nbsp;sequence feature settings not wide enough for the
2012                 save feature colourscheme button</li>
2013             </ul>
2014           </li>
2015         </ul>
2016       </td>
2017     </tr>
2018     <tr>
2019
2020       <td>
2021         <div align="center">
2022           <strong><a name="Jalview2.5">2.5</a></strong><br> <em>30/4/2010</em>
2023         </div>
2024       </td>
2025       <td><em>New Capabilities</em>
2026         <ul>
2027           <li>&bull;&nbsp;URL links generated from description line for
2028             regular-expression based URL links (applet and application)
2029
2030
2031
2032
2033
2034           
2035           <li>&bull;&nbsp;Non-positional feature URL links are shown in link
2036             menu</li>
2037           <li>&bull;&nbsp;Linked viewing of nucleic acid sequences and
2038             structures</li>
2039           <li>&bull;&nbsp;Automatic Scrolling option in View menu to display
2040             the currently highlighted region of an alignment.</li>
2041           <li>&bull;&nbsp;Order an alignment by sequence length, or using the
2042             average score or total feature count for each sequence.</li>
2043           <li>&bull;&nbsp;Shading features by score or associated description</li>
2044           <li>&bull;&nbsp;Subdivide alignment and groups based on identity of
2045             selected subsequence (Make Groups from Selection).</li>
2046           <li>&bull;&nbsp;New hide/show options including Shift+Control+H to
2047             hide everything but the currently selected region.</li>
2048           <!-- introduced but not yet documented <li>&bull;&nbsp;Experimental blast report parser</li> -->
2049         </ul> <em>Application</em>
2050         <ul>
2051           <li>&bull;&nbsp;Fetch DB References capabilities and UI expanded to
2052             support retrieval from DAS sequence sources</li>
2053           <li>&bull;&nbsp;Local DAS Sequence sources can be added via the
2054             command line or via the Add local source dialog box.</li>
2055           <li>&bull;&nbsp;DAS Dbref and DbxRef feature types are parsed as
2056             database references and protein_name is parsed as
2057             description line (BioSapiens terms).</li>
2058           <li>&bull;&nbsp;Enable or disable non-positional feature and database
2059             references in sequence ID tooltip from View menu in
2060             application.</li>
2061           <!--                  <li>&bull;&nbsp;New hidden columns and rows and representatives capabilities
2062                         in annotations file (in progress - not yet fully implemented)</li> -->
2063           <li>&bull;&nbsp;Group-associated consensus, sequence logos and
2064             conservation plots</li>
2065           <li>&bull;&nbsp;Symbol distributions for each column can be exported
2066             and visualized as sequence logos</li>
2067           <li>&bull;&nbsp;Optionally scale multi-character column labels to fit
2068             within each column of annotation row<!-- todo for applet -->
2069           </li>
2070           <li>&bull;&nbsp;Optional automatic sort of associated alignment view
2071             when a new tree is opened.</li>
2072           <li>&bull;&nbsp;Jalview Java Console</li>
2073           <li>&bull;&nbsp;Better placement of desktop window when moving
2074             between different screens.</li>
2075           <li>&bull;&nbsp;New preference items for sequence ID tooltip and
2076             consensus annotation</li>
2077           <li>&bull;&nbsp;Client to submit sequences and IDs to Envision2
2078             Workflows</li>
2079           <li>&bull;&nbsp;<em>Vamsas Capabilities</em>
2080             <ul>
2081               <li>&bull;&nbsp;Improved VAMSAS synchronization (Jalview archive
2082                 used to preserve views, structures, and tree display
2083                 settings)</li>
2084               <li>&bull;&nbsp;Import of vamsas documents from disk or URL via
2085                 command line</li>
2086               <li>&bull;&nbsp;Sharing of selected regions between views and
2087                 with other VAMSAS applications (Experimental feature!)</li>
2088               <li>&bull;&nbsp;Updated API to VAMSAS version 0.2</li>
2089             </ul></li>
2090         </ul> <em>Applet</em>
2091         <ul>
2092           <li>&bull;&nbsp;Middle button resizes annotation row height</li>
2093           <li>&bull;&nbsp;New Parameters
2094             <ul>
2095               <li>&bull;&nbsp;sortByTree (true/false) - automatically sort the
2096                 associated alignment view by the tree when a new tree is
2097                 opened.</li>
2098               <li>&bull;&nbsp;showTreeBootstraps (true/false) - show or hide
2099                 branch bootstraps (default is to show them if available)</li>
2100               <li>&bull;&nbsp;showTreeDistances (true/false) - show or hide
2101                 branch lengths (default is to show them if available)</li>
2102               <li>&bull;&nbsp;showUnlinkedTreeNodes (true/false) - indicate if
2103                 unassociated nodes should be highlighted in the tree
2104                 view</li>
2105               <li>&bull;&nbsp;heightScale and widthScale (1.0 or more) -
2106                 increase the height or width of a cell in the alignment
2107                 grid relative to the current font size.</li>
2108             </ul>
2109           </li>
2110           <li>&bull;&nbsp;Non-positional features displayed in sequence ID
2111             tooltip</li>
2112         </ul> <em>Other</em>
2113         <ul>
2114           <li>&bull;&nbsp;Features format: graduated colour definitions and
2115             specification of feature scores</li>
2116           <li>&bull;&nbsp;Alignment Annotations format: new keywords for group
2117             associated annotation (GROUP_REF) and annotation row display
2118             properties (ROW_PROPERTIES)</li>
2119           <li>&bull;&nbsp;XML formats extended to support graduated feature
2120             colourschemes, group associated annotation, and profile
2121             visualization settings.</li></td>
2122       <td>
2123         <ul>
2124           <li>&bull;&nbsp;Source field in GFF files parsed as feature source
2125             rather than description</li>
2126           <li>&bull;&nbsp;Non-positional features are now included in sequence
2127             feature and gff files (controlled via non-positional feature
2128             visibility in tooltip).</li>
2129           <li>&bull;&nbsp;URL links generated for all feature links (bugfix)</li>
2130           <li>&bull;&nbsp;Added URL embedding instructions to features file
2131             documentation.</li>
2132           <li>&bull;&nbsp;Codons containing ambiguous nucleotides translated as
2133             'X' in peptide product</li>
2134           <li>&bull;&nbsp;Match case switch in find dialog box works for both
2135             sequence ID and sequence string and query strings do not
2136             have to be in upper case to match case-insensitively.</li>
2137           <li>&bull;&nbsp;AMSA files only contain first column of
2138             multi-character column annotation labels</li>
2139           <li>&bull;&nbsp;Jalview Annotation File generation/parsing consistent
2140             with documentation (e.g. Stockholm annotation can be
2141             exported and re-imported)</li>
2142           <li>&bull;&nbsp;PDB files without embedded PDB IDs given a friendly
2143             name</li>
2144           <li>&bull;&nbsp;Find incrementally searches ID string matches as well
2145             as subsequence matches, and correctly reports total number
2146             of both.</li>
2147           <li>&bull;&nbsp;Application:
2148             <ul>
2149               <li>&bull;&nbsp;Better handling of exceptions during sequence
2150                 retrieval</li>
2151               <li>&bull;&nbsp;Dasobert generated non-positional feature URL
2152                 link text excludes the start_end suffix</li>
2153               <li>&bull;&nbsp;DAS feature and source retrieval buttons disabled
2154                 when fetch or registry operations in progress.</li>
2155               <li>&bull;&nbsp;PDB files retrieved from URLs are cached properly</li>
2156               <li>&bull;&nbsp;Sequence description lines properly shared via
2157                 VAMSAS</li>
2158               <li>&bull;&nbsp;Sequence fetcher fetches multiple records for all
2159                 data sources</li>
2160               <li>&bull;&nbsp;Ensured that command line das feature retrieval
2161                 completes before alignment figures are generated.</li>
2162               <li>&bull;&nbsp;Reduced time taken when opening file browser for
2163                 first time.</li>
2164               <li>&bull;&nbsp;isAligned check prior to calculating tree, PCA or
2165                 submitting an MSA to JNet now excludes hidden sequences.</li>
2166               <li>&bull;&nbsp;User defined group colours properly recovered
2167                 from Jalview projects.</li>
2168             </ul>
2169           </li>
2170         </ul>
2171       </td>
2172
2173     </tr>
2174     <tr>
2175       <td>
2176         <div align="center">
2177           <strong>2.4.0.b2</strong><br> 28/10/2009
2178         </div>
2179       </td>
2180       <td>
2181         <ul>
2182           <li>&bull;&nbsp;Experimental support for google analytics usage
2183             tracking.</li>
2184           <li>&bull;&nbsp;Jalview privacy settings (user preferences and docs).</li>
2185         </ul>
2186       </td>
2187       <td>
2188         <ul>
2189           <li>&bull;&nbsp;Race condition in applet preventing startup in
2190             jre1.6.0u12+.</li>
2191           <li>&bull;&nbsp;Exception when feature created from selection beyond
2192             length of sequence.</li>
2193           <li>&bull;&nbsp;Allow synthetic PDB files to be imported gracefully</li>
2194           <li>&bull;&nbsp;Sequence associated annotation rows associate with
2195             all sequences with a given id</li>
2196           <li>&bull;&nbsp;Find function matches case-insensitively for sequence
2197             ID string searches</li>
2198           <li>&bull;&nbsp;Non-standard characters do not cause pairwise
2199             alignment to fail with exception</li>
2200         </ul> <em>Application Issues</em>
2201         <ul>
2202           <li>&bull;&nbsp;Sequences are now validated against EMBL database</li>
2203           <li>&bull;&nbsp;Sequence fetcher fetches multiple records for all
2204             data sources</li>
2205         </ul> <em>InstallAnywhere Issues</em>
2206         <ul>
2207           <li>&bull;&nbsp;Dock icon works for Mac OS X java (Mac 1.6 update
2208             issue with installAnywhere mechanism)</li>
2209           <li>&bull;&nbsp;Command line launching of JARs from InstallAnywhere
2210             version (java class versioning error fixed)</li>
2211         </ul>
2212       </td>
2213     </tr>
2214     <tr>
2215       <td>
2216
2217         <div align="center">
2218           <strong>2.4</strong><br> 27/8/2008
2219         </div>
2220       </td>
2221       <td><em>User Interface</em>
2222         <ul>
2223           <li>&bull;&nbsp;Linked highlighting of codon and amino acid from
2224             translation and protein products</li>
2225           <li>&bull;&nbsp;Linked highlighting of structure associated with
2226             residue mapping to codon position</li>
2227           <li>&bull;&nbsp;Sequence Fetcher provides example accession numbers
2228             and 'clear' button</li>
2229           <li>&bull;&nbsp;MemoryMonitor added as an option under Desktop's
2230             Tools menu</li>
2231           <li>&bull;&nbsp;Extract score function to parse whitespace separated
2232             numeric data in description line</li>
2233           <li>&bull;&nbsp;Column labels in alignment annotation can be centred.</li>
2234           <li>&bull;&nbsp;Tooltip for sequence associated annotation give name
2235             of sequence</li>
2236         </ul> <em>Web Services and URL fetching</em>
2237         <ul>
2238           <li>&bull;&nbsp;JPred3 web service</li>
2239           <li>&bull;&nbsp;Prototype sequence search client (no public services
2240             available yet)</li>
2241           <li>&bull;&nbsp;Fetch either seed alignment or full alignment from
2242             PFAM</li>
2243           <li>&bull;&nbsp;URL Links created for matching database cross
2244             references as well as sequence ID</li>
2245           <li>&bull;&nbsp;URL Links can be created using regular-expressions</li>
2246         </ul> <em>Sequence Database Connectivity</em>
2247         <ul>
2248           <li>&bull;&nbsp;Retrieval of cross-referenced sequences from other
2249             databases</li>
2250           <li>&bull;&nbsp;Generalised database reference retrieval and
2251             validation to all fetchable databases</li>
2252           <li>&bull;&nbsp;Fetch sequences from DAS sources supporting the
2253             sequence command</li>
2254         </ul> <em>Import and Export</em>
2255         <li>&bull;&nbsp;export annotation rows as CSV for spreadsheet import</li>
2256         <li>&bull;&nbsp;Jalview projects record alignment dataset associations,
2257           EMBL products, and cDNA sequence mappings</li>
2258         <li>&bull;&nbsp;Sequence Group colour can be specified in Annotation
2259           File</li>
2260         <li>&bull;&nbsp;Ad-hoc colouring of group in Annotation File using RGB
2261           triplet as name of colourscheme</li>
2262         </ul> <em>VAMSAS Client capabilities (Experimental)</em>
2263         <ul>
2264           <li>&bull;&nbsp;treenode binding for VAMSAS tree exchange</li>
2265           <li>&bull;&nbsp;local editing and update of sequences in VAMSAS
2266             alignments (experimental)</li>
2267           <li>&bull;&nbsp;Create new or select existing session to join</li>
2268           <li>&bull;&nbsp;load and save of vamsas documents</li>
2269         </ul> <em>Application command line</em>
2270         <ul>
2271           <li>&bull;&nbsp;-tree parameter to open trees (introduced for passing
2272             from applet)</li>
2273           <li>&bull;&nbsp;-fetchfrom command line argument to specify nicknames
2274             of DAS servers to query for alignment features</li>
2275           <li>&bull;&nbsp;-dasserver command line argument to add new servers
2276             that are also automatically queried for features</li>
2277           <li>&bull;&nbsp;-groovy command line argument executes a given groovy
2278             script after all input data has been loaded and parsed</li>
2279         </ul> <em>Applet-Application data exchange</em>
2280         <ul>
2281           <li>&bull;&nbsp;Trees passed as applet parameters can be passed to
2282             application (when using &quot;View in full
2283             application&quot;)</li>
2284         </ul> <em>Applet Parameters</em>
2285         <ul>
2286           <li>&bull;&nbsp;feature group display control parameter</li>
2287           <li>&bull;&nbsp;debug parameter</li>
2288           <li>&bull;&nbsp;showbutton parameter</li>
2289         </ul> <em>Applet API methods</em>
2290         <ul>
2291           <li>&bull;&nbsp;newView public method</li>
2292           <li>&bull;&nbsp;Window (current view) specific get/set public methods</li>
2293           <li>&bull;&nbsp;Feature display control methods</li>
2294           <li>&bull;&nbsp;get list of currently selected sequences</li>
2295         </ul> <em>New Jalview distribution features</em>
2296         <ul>
2297           <li>&bull;&nbsp;InstallAnywhere Installer upgraded to IA 2008 VP1</li>
2298           <li>&bull;&nbsp;RELEASE file gives build properties for the latest
2299             Jalview release.</li>
2300           <li>&bull;&nbsp;Java 1.1 Applet build made easier and donotobfuscate
2301             property controls execution of obfuscator</li>
2302           <li>&bull;&nbsp;Build target for generating source distribution</li>
2303           <li>&bull;&nbsp;Debug flag for javacc</li>
2304           <li>&bull;&nbsp;.jalview_properties file is documented (slightly) in
2305             jalview.bin.Cache</li>
2306           <li>&bull;&nbsp;Continuous Build Integration for stable and
2307             development version of Application, Applet and source
2308             distribution</li>
2309         </ul></td>
2310       <td>
2311         <ul>
2312           <li>&bull;&nbsp;selected region output includes visible annotations
2313             (for certain formats)</li>
2314           <li>&bull;&nbsp;edit label/displaychar contains existing label/char
2315             for editing</li>
2316           <li>&bull;&nbsp;update PDBEntries when DBRefEntries change (vamsas)</li>
2317           <li>&bull;&nbsp;shorter peptide product names from EMBL records</li>
2318           <li>&bull;&nbsp;Newick string generator makes compact representations</li>
2319           <li>&bull;&nbsp;bootstrap values parsed correctly for tree files with
2320             comments</li>
2321           <li>&bull;&nbsp;pathological filechooser bug avoided by not allowing
2322             filenames containing a ':'</li>
2323           <li>&bull;&nbsp;Fixed exception when parsing GFF files containing
2324             global sequence features</li>
2325           <li>&bull;&nbsp;Alignment datasets are finalized only when number of
2326             references from alignment sequences goes to zero</li>
2327           <li>&bull;&nbsp;Close of tree branch colour box without colour
2328             selection causes cascading exceptions</li>
2329           <li>&bull;&nbsp;occasional negative imgwidth exceptions</li>
2330           <li>&bull;&nbsp;better reporting of non-fatal warnings to user when
2331             file parsing fails.</li>
2332           <li>&bull;&nbsp;Save works when Jalview project is default format</li>
2333           <li>&bull;&nbsp;Save as dialog opened if current alignment format is
2334             not a valid output format</li>
2335           <li>&bull;&nbsp;UniProt canonical names introduced for both das and
2336             vamsas</li>
2337           <li>&bull;&nbsp;Histidine should be midblue (not pink!) in Zappo</li>
2338           <li>&bull;&nbsp;error messages passed up and output when data read
2339             fails</li>
2340           <li>&bull;&nbsp;edit undo recovers previous dataset sequence when
2341             sequence is edited</li>
2342           <li>&bull;&nbsp;allow PDB files without pdb ID HEADER lines (like
2343             those generated by MODELLER) to be read in properly</li>
2344           <li>&bull;&nbsp;allow reading of JPred concise files as a normal
2345             filetype</li>
2346           <li>&bull;&nbsp;Stockholm annotation parsing and alignment properties
2347             import fixed for PFAM records</li>
2348           <li>&bull;&nbsp;Structure view windows have correct name in Desktop
2349             window list</li>
2350           <li>&bull;&nbsp;annotation consisting of sequence associated scores
2351             can be read and written correctly to annotation file</li>
2352           <li>&bull;&nbsp;Aligned cDNA translation to aligned peptide works
2353             correctly</li>
2354           <li>&bull;&nbsp;Fixed display of hidden sequence markers and
2355             non-italic font for representatives in Applet</li>
2356           <li>&bull;&nbsp;Applet Menus are always embedded in applet window on
2357             Macs.</li>
2358           <li>&bull;&nbsp;Newly shown features appear at top of stack (in
2359             Applet)</li>
2360           <li>&bull;&nbsp;Annotations added via parameter not drawn properly
2361             due to null pointer exceptions</li>
2362           <li>&bull;&nbsp;Secondary structure lines are drawn starting from
2363             first column of alignment</li>
2364           <li>&bull;&nbsp;UniProt XML import updated for new schema release in
2365             July 2008</li>
2366           <li>&bull;&nbsp;Sequence feature to sequence ID match for Features
2367             file is case-insensitive</li>
2368           <li>&bull;&nbsp;Sequence features read from Features file appended to
2369             all sequences with matching IDs</li>
2370           <li>&bull;&nbsp;PDB structure coloured correctly for associated views
2371             containing a sub-sequence</li>
2372           <li>&bull;&nbsp;PDB files can be retrieved by applet from Jar files</li>
2373           <li>&bull;&nbsp;feature and annotation file applet parameters
2374             referring to different directories are retrieved correctly</li>
2375           <!--<li>&bull;&nbsp;DAS Histogram Features display ( (Prlic et al) </li>-->
2376           <li>&bull;&nbsp;Fixed application hang whilst waiting for
2377             splash-screen version check to complete</li>
2378           <li>&bull;&nbsp;Applet properly URLencodes input parameter values
2379             when passing them to the launchApp service</li>
2380           <li>&bull;&nbsp;display name and local features preserved in results
2381             retrieved from web service</li>
2382           <li>&bull;&nbsp;Visual delay indication for sequence retrieval and
2383             sequence fetcher initialisation</li>
2384           <li>&bull;&nbsp;updated Application to use DAS 1.53e version of
2385             dasobert DAS client</li>
2386           <li>&bull;&nbsp;Re-instated Full AMSA support and .amsa file
2387             association</li>
2388           <li>&bull;&nbsp;Fixed parsing of JNet Concise annotation <em>sans</em>
2389             sequences
2390           </li>
2391         </ul>
2392       </td>
2393     </tr>
2394     <tr>
2395       <td>
2396         <div align="center">
2397           <strong>2.3</strong><br> 9/5/07
2398         </div>
2399       </td>
2400       <td>
2401         <ul>
2402           <li>&bull;&nbsp;Jmol 11.0.2 integration</li>
2403           <li>&bull;&nbsp;PDB views stored in Jalview XML files</li>
2404           <li>&bull;&nbsp;Slide sequences</li>
2405           <li>&bull;&nbsp;Edit sequence in place</li>
2406           <li>&bull;&nbsp;EMBL CDS features</li>
2407           <li>&bull;&nbsp;DAS Feature mapping</li>
2408           <li>&bull;&nbsp;Feature ordering</li>
2409           <li>&bull;&nbsp;Alignment Properties</li>
2410           <li>&bull;&nbsp;Annotation Scores</li>
2411           <li>&bull;&nbsp;Sort by scores</li>
2412           <li>&bull;&nbsp;Feature/annotation editing in applet</li>
2413         </ul>
2414       </td>
2415       <td>
2416         <ul>
2417           <li>&bull;&nbsp;Headless state operation in 2.2.1</li>
2418           <li>&bull;&nbsp;Incorrect and unstable DNA pairwise alignment</li>
2419           <li>&bull;&nbsp;Cut and paste of sequences with annotation</li>
2420           <li>&bull;&nbsp;Feature group display state in XML</li>
2421           <li>&bull;&nbsp;Feature ordering in XML</li>
2422           <li>&bull;&nbsp;blc file iteration selection using filename # suffix</li>
2423           <li>&bull;&nbsp;Stockholm alignment properties</li>
2424           <li>&bull;&nbsp;Stockhom alignment secondary structure annotation</li>
2425           <li>&bull;&nbsp;2.2.1 applet had no feature transparency</li>
2426           <li>&bull;&nbsp;Number pad keys can be used in cursor mode</li>
2427           <li>&bull;&nbsp;Structure Viewer mirror image resolved</li>
2428         </ul>
2429       </td>
2430
2431     </tr>
2432     <tr>
2433       <td>
2434         <div align="center">
2435           <strong>2.2.1</strong><br> 12/2/07
2436         </div>
2437       </td>
2438       <td>
2439         <ul>
2440           <li>&bull;&nbsp;Non standard characters can be read and displayed
2441           <li>&bull;&nbsp;Annotations/Features can be imported/exported to the
2442             applet via textbox
2443           <li>&bull;&nbsp;Applet allows editing of sequence/annotation/group
2444             name &amp; description
2445           <li>&bull;&nbsp;Preference setting to display sequence name in
2446             italics
2447           <li>&bull;&nbsp;Annotation file format extended to allow
2448             Sequence_groups to be defined
2449           <li>&bull;&nbsp;Default opening of alignment overview panel can be
2450             specified in preferences
2451           <li>&bull;&nbsp;PDB residue numbering annotation added to associated
2452             sequences
2453         </ul>
2454       </td>
2455       <td>
2456         <ul>
2457           <li>&bull;&nbsp;Applet crash under certain Linux OS with Java 1.6
2458             installed
2459           <li>&bull;&nbsp;Annotation file export / import bugs fixed
2460           <li>&bull;&nbsp;PNG / EPS image output bugs fixed
2461         </ul>
2462       </td>
2463     </tr>
2464     <tr>
2465       <td>
2466         <div align="center">
2467           <strong>2.2</strong><br> 27/11/06
2468         </div>
2469       </td>
2470       <td>
2471         <ul>
2472           <li>&bull;&nbsp;Multiple views on alignment
2473           <li>&bull;&nbsp;Sequence feature editing
2474           <li>&bull;&nbsp;&quot;Reload&quot; alignment
2475           <li>&bull;&nbsp;&quot;Save&quot; to current filename
2476           <li>&bull;&nbsp;Background dependent text colour
2477           <li>&bull;&nbsp;Right align sequence ids
2478           <li>&bull;&nbsp;User-defined lower case residue colours
2479           <li>&bull;&nbsp;Format Menu
2480           <li>&bull;&nbsp;Select Menu
2481           <li>&bull;&nbsp;Menu item accelerator keys
2482           <li>&bull;&nbsp;Control-V pastes to current alignment
2483           <li>&bull;&nbsp;Cancel button for DAS Feature Fetching
2484           <li>&bull;&nbsp;PCA and PDB Viewers zoom via mouse roller
2485           <li>&bull;&nbsp;User-defined sub-tree colours and sub-tree selection
2486
2487
2488
2489
2490
2491           
2492           <li>&bull;&nbsp;'New Window' button on the 'Output to Text box'
2493         </ul>
2494       </td>
2495       <td>
2496         <ul>
2497           <li>&bull;&nbsp;New memory efficient Undo/Redo System
2498           <li>&bull;&nbsp;Optimised symbol lookups and conservation/consensus
2499             calculations
2500           <li>&bull;&nbsp;Region Conservation/Consensus recalculated after
2501             edits
2502           <li>&bull;&nbsp;Fixed Remove Empty Columns Bug (empty columns at end
2503             of alignment)
2504           <li>&bull;&nbsp;Slowed DAS Feature Fetching for increased robustness.
2505
2506
2507
2508
2509
2510           
2511           <li>&bull;&nbsp;Made angle brackets in ASCII feature descriptions
2512             display correctly
2513           <li>&bull;&nbsp;Re-instated Zoom function for PCA
2514           <li>&bull;&nbsp;Sequence descriptions conserved in web service
2515             analysis results
2516           <li>&bull;&nbsp;UniProt ID discoverer uses any word separated by
2517             &#8739;
2518           <li>&bull;&nbsp;WsDbFetch query/result association resolved
2519           <li>&bull;&nbsp;Tree leaf to sequence mapping improved
2520           <li>&bull;&nbsp;Smooth fonts switch moved to FontChooser dialog box.
2521
2522
2523
2524
2525
2526           
2527         </ul>
2528       </td>
2529     </tr>
2530     <tr>
2531       <td>
2532         <div align="center">
2533           <strong>2.1.1</strong><br> 12/9/06
2534         </div>
2535       </td>
2536       <td>
2537         <ul>
2538           <li>&bull;&nbsp;Copy consensus sequence to clipboard</li>
2539         </ul>
2540       </td>
2541       <td>
2542         <ul>
2543           <li>&bull;&nbsp;Image output - rightmost residues are rendered if
2544             sequence id panel has been resized</li>
2545           <li>&bull;&nbsp;Image output - all offscreen group boundaries are
2546             rendered</li>
2547           <li>&bull;&nbsp;Annotation files with sequence references - all
2548             elements in file are relative to sequence position</li>
2549           <li>&bull;&nbsp;Mac Applet users can use Alt key for group editing</li>
2550         </ul>
2551       </td>
2552     </tr>
2553     <tr>
2554       <td>
2555         <div align="center">
2556           <strong>2.1</strong><br> 22/8/06
2557         </div>
2558       </td>
2559       <td>
2560         <ul>
2561           <li>&bull;&nbsp;MAFFT Multiple Alignment in default Web Service list</li>
2562           <li>&bull;&nbsp;DAS Feature fetching</li>
2563           <li>&bull;&nbsp;Hide sequences and columns</li>
2564           <li>&bull;&nbsp;Export Annotations and Features</li>
2565           <li>&bull;&nbsp;GFF file reading / writing</li>
2566           <li>&bull;&nbsp;Associate structures with sequences from local PDB
2567             files</li>
2568           <li>&bull;&nbsp;Add sequences to exisiting alignment</li>
2569           <li>&bull;&nbsp;Recently opened files / URL lists</li>
2570           <li>&bull;&nbsp;Applet can launch the full application</li>
2571           <li>&bull;&nbsp;Applet has transparency for features (Java 1.2
2572             required)</li>
2573           <li>&bull;&nbsp;Applet has user defined colours parameter</li>
2574           <li>&bull;&nbsp;Applet can load sequences from parameter
2575             &quot;sequence<em>x</em>&quot;
2576           </li>
2577         </ul>
2578       </td>
2579       <td>
2580         <ul>
2581           <li>&bull;&nbsp;Redundancy Panel reinstalled in the Applet</li>
2582           <li>&bull;&nbsp;Monospaced font - EPS / rescaling bug fixed</li>
2583           <li>&bull;&nbsp;Annotation files with sequence references bug fixed</li>
2584         </ul>
2585       </td>
2586     </tr>
2587     <tr>
2588       <td>
2589         <div align="center">
2590           <strong>2.08.1</strong><br> 2/5/06
2591         </div>
2592       </td>
2593       <td>
2594         <ul>
2595           <li>&bull;&nbsp;Change case of selected region from Popup menu</li>
2596           <li>&bull;&nbsp;Choose to match case when searching</li>
2597           <li>&bull;&nbsp;Middle mouse button and mouse movement can compress /
2598             expand the visible width and height of the alignment</li>
2599         </ul>
2600       </td>
2601       <td>
2602         <ul>
2603           <li>&bull;&nbsp;Annotation Panel displays complete JNet results</li>
2604         </ul>
2605       </td>
2606     </tr>
2607     <tr>
2608       <td>
2609         <div align="center">
2610           <strong>2.08b</strong><br> 18/4/06
2611         </div>
2612       </td>
2613       <td>&nbsp;</td>
2614       <td>
2615         <ul>
2616           <li>&bull;&nbsp;Java 1.5 bug - InternalMessageDialog fix for threads</li>
2617           <li>&bull;&nbsp;Righthand label on wrapped alignments shows correct
2618             value</li>
2619         </ul>
2620       </td>
2621     </tr>
2622     <tr>
2623       <td>
2624         <div align="center">
2625           <strong>2.08</strong><br> 10/4/06
2626         </div>
2627       </td>
2628       <td>
2629         <ul>
2630           <li>&bull;&nbsp;Editing can be locked to the selection area</li>
2631           <li>&bull;&nbsp;Keyboard editing</li>
2632           <li>&bull;&nbsp;Create sequence features from searches</li>
2633           <li>&bull;&nbsp;Precalculated annotations can be loaded onto
2634             alignments</li>
2635           <li>&bull;&nbsp;Features file allows grouping of features</li>
2636           <li>&bull;&nbsp;Annotation Colouring scheme added</li>
2637           <li>&bull;&nbsp;Smooth fonts off by default - Faster rendering</li>
2638           <li>&bull;&nbsp;Choose to toggle Autocalculate Consensus On/Off</li>
2639         </ul>
2640       </td>
2641       <td>
2642         <ul>
2643           <li>&bull;&nbsp;Drag &amp; Drop fixed on Linux</li>
2644           <li>&bull;&nbsp;Jalview Archive file faster to load/save, sequence
2645             descriptions saved.</li>
2646         </ul>
2647       </td>
2648     </tr>
2649     <tr>
2650       <td>
2651         <div align="center">
2652           <strong>2.07</strong><br> 12/12/05
2653         </div>
2654       </td>
2655       <td>
2656         <ul>
2657           <li>&bull;&nbsp;PDB Structure Viewer enhanced</li>
2658           <li>&bull;&nbsp;Sequence Feature retrieval and display enhanced</li>
2659           <li>&bull;&nbsp;Choose to output sequence start-end after sequence
2660             name for file output</li>
2661           <li>&bull;&nbsp;Sequence Fetcher WSDBFetch@EBI</li>
2662           <li>&bull;&nbsp;Applet can read feature files, PDB files and can be
2663             used for HTML form input</li>
2664         </ul>
2665       </td>
2666       <td>
2667         <ul>
2668           <li>&bull;&nbsp;HTML output writes groups and features</li>
2669           <li>&bull;&nbsp;Group editing is Control and mouse click</li>
2670           <li>&bull;&nbsp;File IO bugs</li>
2671         </ul>
2672       </td>
2673     </tr>
2674     <tr>
2675       <td>
2676         <div align="center">
2677           <strong>2.06</strong><br> 28/9/05
2678         </div>
2679       </td>
2680       <td>
2681         <ul>
2682           <li>&bull;&nbsp;View annotations in wrapped mode</li>
2683           <li>&bull;&nbsp;More options for PCA viewer</li>
2684         </ul>
2685       </td>
2686       <td>
2687         <ul>
2688           <li>&bull;&nbsp;GUI bugs resolved</li>
2689           <li>&bull;&nbsp;Runs with -nodisplay from command line</li>
2690         </ul>
2691       </td>
2692     </tr>
2693     <tr>
2694       <td height="63">
2695         <div align="center">
2696           <strong>2.05b</strong><br> 15/9/05
2697         </div>
2698       </td>
2699       <td>
2700         <ul>
2701           <li>&bull;&nbsp;Choose EPS export as lineart or text</li>
2702           <li>&bull;&nbsp;Jar files are executable</li>
2703           <li>&bull;&nbsp;Can read in Uracil - maps to unknown residue</li>
2704         </ul>
2705       </td>
2706       <td>
2707         <ul>
2708           <li>&bull;&nbsp;Known OutOfMemory errors give warning message</li>
2709           <li>&bull;&nbsp;Overview window calculated more efficiently</li>
2710           <li>&bull;&nbsp;Several GUI bugs resolved</li>
2711         </ul>
2712       </td>
2713     </tr>
2714     <tr>
2715       <td>
2716         <div align="center">
2717           <strong>2.05</strong><br> 30/8/05
2718         </div>
2719       </td>
2720       <td>
2721         <ul>
2722           <li>&bull;&nbsp;Edit and annotate in &quot;Wrapped&quot; view</li>
2723         </ul>
2724       </td>
2725       <td>
2726         <ul>
2727           <li>&bull;&nbsp;Several GUI bugs resolved</li>
2728         </ul>
2729       </td>
2730     </tr>
2731     <tr>
2732       <td>
2733         <div align="center">
2734           <strong>2.04</strong><br> 24/8/05
2735         </div>
2736       </td>
2737       <td>
2738         <ul>
2739           <li>&bull;&nbsp;Hold down mouse wheel &amp; scroll to change font
2740             size</li>
2741         </ul>
2742       </td>
2743       <td>
2744         <ul>
2745           <li>&bull;&nbsp;Improved JPred client reliability</li>
2746           <li>&bull;&nbsp;Improved loading of Jalview files</li>
2747         </ul>
2748       </td>
2749     </tr>
2750     <tr>
2751       <td>
2752         <div align="center">
2753           <strong>2.03</strong><br> 18/8/05
2754         </div>
2755       </td>
2756       <td>
2757         <ul>
2758           <li>&bull;&nbsp;Set Proxy server name and port in preferences</li>
2759           <li>&bull;&nbsp;Multiple URL links from sequence ids</li>
2760           <li>&bull;&nbsp;User Defined Colours can have a scheme name and added
2761             to Colour Menu</li>
2762           <li>&bull;&nbsp;Choose to ignore gaps in consensus calculation</li>
2763           <li>&bull;&nbsp;Unix users can set default web browser</li>
2764           <li>&bull;&nbsp;Runs without GUI for batch processing</li>
2765           <li>&bull;&nbsp;Dynamically generated Web Service Menus</li>
2766         </ul>
2767       </td>
2768       <td>
2769         <ul>
2770           <li>&bull;&nbsp;InstallAnywhere download for Sparc Solaris</li>
2771         </ul>
2772       </td>
2773     </tr>
2774     <tr>
2775       <td>
2776         <div align="center">
2777           <strong>2.02</strong><br> 18/7/05
2778         </div>
2779       </td>
2780       <td>&nbsp;</td>
2781       <td>
2782         <ul>
2783           <li>&bull;&nbsp;Copy &amp; Paste order of sequences maintains
2784             alignment order.</li>
2785         </ul>
2786       </td>
2787     </tr>
2788     <tr>
2789       <td>
2790         <div align="center">
2791           <strong>2.01</strong><br> 12/7/05
2792         </div>
2793       </td>
2794       <td>
2795         <ul>
2796           <li>&bull;&nbsp;Use delete key for deleting selection.</li>
2797           <li>&bull;&nbsp;Use Mouse wheel to scroll sequences.</li>
2798           <li>&bull;&nbsp;Help file updated to describe how to add alignment
2799             annotations.</li>
2800           <li>&bull;&nbsp;Version and build date written to build properties
2801             file.</li>
2802           <li>&bull;&nbsp;InstallAnywhere installation will check for updates
2803             at launch of Jalview.</li>
2804         </ul>
2805       </td>
2806       <td>
2807         <ul>
2808           <li>&bull;&nbsp;Delete gaps bug fixed.</li>
2809           <li>&bull;&nbsp;FileChooser sorts columns.</li>
2810           <li>&bull;&nbsp;Can remove groups one by one.</li>
2811           <li>&bull;&nbsp;Filechooser icons installed.</li>
2812           <li>&bull;&nbsp;Finder ignores return character when searching.
2813             Return key will initiate a search.<br>
2814           </li>
2815         </ul>
2816       </td>
2817     </tr>
2818     <tr>
2819       <td>
2820         <div align="center">
2821           <strong>2.0</strong><br> 20/6/05
2822         </div>
2823       </td>
2824       <td>
2825         <ul>
2826           <li>&bull;&nbsp;New codebase</li>
2827         </ul>
2828       </td>
2829       <td>&nbsp;</td>
2830     </tr>
2831   </table>
2832   <p>&nbsp;</p>
2833 </body>
2834 </html>