Synchronize with ImageJ 1.50b
[imageja.git] / release-notes.html
blob43a8216450f09eb88199ae728632fd3a69f54ec3
1 <html>
2 <head>
3 <link rel="stylesheet" href="../docs/ij.css" type="text/css"/>
4 <title>Release Notes</title>
5 </head>
6 <body>
8 <li> <u>1.50b 25 August 2015</u>
9 <ul>
10 <li> Folders and AVI files dropped on the toolbar's "&gt;&gt;" icon open as virtual stacks.
11 <li> Thanks to Jerome Mutterer, added the <i>Help&gt;Examples&gt;Macro&gt;Grab Viridis Colormap</i>
12 example macro.
13 <li> Thanks to Norbert Vischer, added the "Dual Progress Demo" example macro and JavaScript
14 to the <i>Help&gt;Examples&gt;</i> menu.
15 <li> Added the "Non-numeric Table" example macro and JavaScript
16 to the <i>Help&gt;Examples&gt;</i> menu.
17 <li> Added the "Image with Overlay" example image
18 to the <i>File&gt;Open Samples&gt;</i> menu.
19 <li> Thanks to Xiuxia Zhang, the <i>Process&gt;Batch&gt;Convert</i> command
20 and IJ.openImage(path) method work with text images.
21 <li> The <i>Image&gt;Overlay&gt;Overlay Options</i> command uses the
22 'Y' keyboard shortcut and it adds "Show labels" and "Hide" checkboxes to
23 its dialog box if the current image has an ovelay.
24 <li> Assigned the 'W'' shortcut to the <i>File&gt;Close All</i> command.
25 <li> The "Use virtual stack" option in the AVI Reader is set by default.
26 <li> Thanks to Jochen Reichel, fixed a bug that caused the
27 makeSelection("line", xpoints, ypoints) macro function to throw
28 an exception if either array contained a non-integer value.
29 <li> Thanks to Aryeh Weiss, worked around a Java 8 bug that caused the
30 <i>Memory Monitor</i> to fail.
31 <li> Thanks to Hermann-Josef Roser, fixed a bug that caused some imported RGB
32 TIFFs to be read incorrectly.
33 <li> Thanks to Michael Cammer, fixed a v1.44 regression that caused the setLineWidth()
34 macro function to sometimes not work as expected if the global line width set in the
35 <i>Edit&gt;Options&gt;Line Width</i> dialog was not 1.
36 <li> Thanks to Aryeh Weiss, worked around a Java 8 bug on Macs that sometimes caused
37 ImageJ to freeze when clicking on "Show All" in the "ROI Manager" dialog.
38 <li> Thanks to Michael Entrup, fixed a bug that caused the x-axis label of plots
39 to be cut off on Windows.
40 <li> Thanks to Ved Sharma, fixed a bug that caused the macro code
41 "if (false) Array.invert(a);" to generate an error.
42 <li> Thanks to John Wolodzko, fixed a bug that caused the Plot.setLimitsToFit() macro
43 function to sometimes not work as expected.
45 </ul>
47 <a href="http://imagej.nih.gov/ij">Home</a>
48 </body>
49 </html>