diff --git a/ij151u-src.zip b/ij151u-src.zip deleted file mode 100644 index 6331de8..0000000 --- a/ij151u-src.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eecfdef881b38acc72e27d9e66e0e9564525f2ac22330c9db351b79489a3bc7c -size 1339774 diff --git a/ij153f-src.zip b/ij153f-src.zip new file mode 100644 index 0000000..91e8419 --- /dev/null +++ b/ij153f-src.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed55e70a1e919a46a55d20627a876d869b6126194a179c233ce5240e14925fbf +size 1487993 diff --git a/imagej.changes b/imagej.changes index e68cd25..d9bafdd 100644 --- a/imagej.changes +++ b/imagej.changes @@ -1,3 +1,55 @@ +------------------------------------------------------------------- +Wed Dec 2 18:37:15 UTC 2020 - andy great + +- Update to version 1.53f. + * Added a popup menu to the magnifying glass tool icon. + * Added a popup menu triggered on a right click or long press + inside a selection. + * Updated the built in toolbar "Dev" menu. + * The text in a text selection can be edited in the + Edit>Selection>Properties dialog. + * The File>Import>Image Sequence dialog is used when drag and + dropping a folder on the "ImageJ" window. + * Undo works with overlays when translating and rotating images, + and the "Overlay only" checkbox is only shown in the Translate + dialog when there is an overlay. + * Added the Edit>Options>Fresh Start command, which closes all + images, empties the ROI Manager, clears the Results table and + enables the "Black background" option. + * The Reslice command is faster on Windows when re-slicing from + "Left" or "Right" and it uses an ordinary progress bar when + run from a macro. + * Added an "Open as separate images" checkbox to the + File>Import>Image Sequence dialog. + * Added "Foreground..." and "Background..." entries to the color + picker tool popup menu. + * Added the Image.width, Image.height, Image.copy and + Image.paste(x,y) macro functions (example). + * Added the Array.filter(arr,str), Math.toRadians(degrees) and + Math.toDegrees(radians) functions. + * Added the ResultsTable.addRow() method. For an example, run + Help>Examples>JavaScript>Sine/Cosine Table. + * Fixed a bug that caused the RoiManager.getSelectedIndexes() + method to sometimes not work as expected. + * Fixed a bug that slowed saving of virtual stacks in TIFF + format. + * Fixed a bug that caused the dynamic "Value" and "Count" values + in HIstogram windows to sometimes not be displayed correctly. + * Fixed a bug that caused the Ctrl+F (Edit>Fill) keyboard + shortcut on Windows, when used on a stack, to not display the + "Proces Stack?" dialog. + * Fixed a 1.53e regression that caused the imageCaculator() macro + function do somethimes not work as expected. + * Fixed a 1.52 regression that caused the Analyze Skeleton plugin + to output incorrect Results tables. + * Fixed a regression that caused the Edit>Copy to Image Info + command in the text editor to fail. + * Fixed a 1.53c regression in the AVI Reader that caused it to + throw a null pointer exception. + * Fixed a 1.52 regression that caused the IJ.getImage() method to + sometimes display model error dialogs. + * Many bugfixes and usability improvements + ------------------------------------------------------------------- Sun Feb 18 11:36:26 UTC 2018 - jengelh@inai.de diff --git a/imagej.spec b/imagej.spec index b2e7d54..874a014 100644 --- a/imagej.spec +++ b/imagej.spec @@ -16,10 +16,10 @@ # -%define SrcVersion 151u +%define SrcVersion 153f Name: imagej -Version: 1.51u +Version: 1.53f Release: 0 Summary: A Java image processing program License: SUSE-Public-Domain