diff --git a/ij153t-src.zip b/ij153t-src.zip deleted file mode 100644 index d666b7f..0000000 --- a/ij153t-src.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b311df5116b039d464e64336de746f7ec8a2911f6c2c874e15f10d9934b548ac -size 1549329 diff --git a/ij153u-src.zip b/ij153u-src.zip new file mode 100644 index 0000000..c09b417 --- /dev/null +++ b/ij153u-src.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efae9ace32e8b54871cb1dfaf83f3c902d59385acddffbef881d64f509729a13 +size 6001015 diff --git a/imagej.changes b/imagej.changes index 743a78c..55cdd9e 100644 --- a/imagej.changes +++ b/imagej.changes @@ -1,3 +1,62 @@ +------------------------------------------------------------------- +Tue Nov 26 06:20:54 UTC 2024 - ming li + +- update to 1.53u: + * the Image>Transform>Bin command now supports z-binning of 4D + hyperstacks. + * the Analyze>Plot Profile command works with rotated rectangles. + * The Edit>Selection>Line to Area command converts straight line + selections to rotated rectangle selections. + * improved recording of the Edit>Selection>Properties command and + added a comment to the Edit>Options>Line Width dialog to make + it clearer what the command does. + * the Selection Brush Tool is no longer disabled when activating a + selection in an overlay by double clicking on it. + * made GenericDialog.resetCounters() public so it can be called by + plugins using GenericDialog.addButton() (example). + * added the recordable Image.removeScale() macro function and the + ImagePlus.removeScale() method. + * Added the ImageProcessor.setColor(String) method. + * fixed a bug that caused toolbar contextual menus to ignore the + Edit>Options>Appearance "GUI scale" setting. + * fixed a bug that caused the "Results" menu in a table to + disappear if the table was renamed. + * fixed a bug that caused the File>Import>TIFF Virtual Stack + command to not correctly calibrate TIFF stacks that were not + created by ImageJ. + * fixed a bug that caused the Image>Overlay>From ROI Manager menu + command to not transfer the ROI positions. + * fixed a bug that caused the Edit>Selection>Straighten command + to change the global line selection width. + * fixed a bug that caused ROIs with x or y coordinates greater than + 60,535 and less than 65,535 to be saved incorrectly. + * fixed a bug that caused ImageJ to create TIFF files with invalid + RowsPerStrip tags when the image height was greater than 65,535. + * fixed several bugs with Image>Stacks>Plot Z-axis Profile "Live" + plots. + * fixed a bug that caused the "CP" window to not be updated when + the Color Picker tool was used to pick new colors from the active + image. + * fixed a bug that caused the Opener.openAndAddToRecent() method to + return 'false' when the file was opened successfully. + * worked around a Java bug on Windows that caused the main menu bar + sub-menus to not scale to larger than 17 points. Unfortunately, + the main menu bar font size on Windows is still limited to 17 + points regardless of the "GUI scale" setting. + * fixed a bug that caused the Roi.Paste macro function to not work + as expected. + * fixed a scale bar width rounding error. + * fixed a bug that caused the Edit>Selection>Rotate command to + convert Rotated Rectangle selections to Polygon selections. + * fixed bugs that caused the Scale and Rotate commands in the ROI + Manager to only work correctly when processing all the ROIs. + * fixed a 1.53t regression that caused the Image>Stacks>Z Project + command to ignore the last slice when doing "Average" projection + of 32-bit stacks. + * fixed a 1.53o regression that caused unexpected error messages + when double clicking on a line in a table or in the ROI Manager + when a custom action was not defined (example). + ------------------------------------------------------------------- Thu Feb 22 13:46:01 UTC 2024 - Dominique Leuenberger diff --git a/imagej.spec b/imagej.spec index 8ef83cc..f4b4f64 100644 --- a/imagej.spec +++ b/imagej.spec @@ -1,7 +1,7 @@ # # spec file for package imagej # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,9 +16,9 @@ # -%define SrcVersion 153t +%define SrcVersion 153u Name: imagej -Version: 1.53t +Version: 1.53u Release: 0 Summary: A Java image processing program License: SUSE-Public-Domain