(→‎Known issues: updating changelog)
Line 17: Line 17:
==Known issues==
==Known issues==
Inevitably, some problems exist in every release, even if we do our best to verify that everything works as expected. For convenience, here will be a list of problems that have been found in this release.
Inevitably, some problems exist in every release, even if we do our best to verify that everything works as expected. For convenience, here will be a list of problems that have been found in this release.
* When an empty or malformed SER file was in the directory, previewing it would crash siril. This has been fixed for next version ([https://gitlab.com/free-astro/siril/-/commit/de24f7ca38ce3dbfe124038a022b647879d80c58 fix])
* Saving an image as TIFF could crash siril. This has been fixed for next version ([https://gitlab.com/free-astro/siril/-/commit/a8c3b744d5a2695de04b6d659a44985eccce6008 fix])
* Extracting the polynomial background gradient could crash siril when not enough samples were set. This has been fixed for next version ([https://gitlab.com/free-astro/siril/-/commit/64ec78e4cf0eec4e1582299c85bb98e91867230f fix])
* The <tt>iif</tt> command of Pixel Math had a problem, it was fixed for next version ([https://gitlab.com/free-astro/siril/-/commit/0a0edbec118e295caa55abdef8ab48a568b06145 fix])
* Cropping a sequence with images of different sizes would crash if the selected area was not common to all the frames of the sequence. This has been fixed for next version ([https://gitlab.com/free-astro/siril/-/commit/39ab3a64346b9d4f3934ab51d7c7fbe5236ceac7 fix])
* Cropping a sequence with images of different sizes would crash if the selected area was not common to all the frames of the sequence. This has been fixed for next version ([https://gitlab.com/free-astro/siril/-/commit/39ab3a64346b9d4f3934ab51d7c7fbe5236ceac7 fix])
* Command seqstat could crash on large sequences when some images were not selected. This has been fixed for next version ([https://gitlab.com/free-astro/siril/-/commit/be1e590ce59b98be8053e427ba7097c8a956c1c5 fix])
* Command seqstat could crash on large sequences when some images were not selected. This has been fixed for next version ([https://gitlab.com/free-astro/siril/-/commit/be1e590ce59b98be8053e427ba7097c8a956c1c5 fix])
* Siril could crash when a large star was close to border during star detection. This has been fixed for next version ([https://gitlab.com/free-astro/siril/-/commit/e0f09cdb13d71ed0b634c982a79dedea39f1c778 fix])

Revision as of 21:56, 11 October 2022

Siril 1.0.5

Release date: Sept 9, 2022

This is the fifth minor update of the 1.0 branch. It fixes the problems identified in the 1.0.4 version, as listed in its page. Only one small feature was added, a new button has been added to the gradient extraction window to toggle between before and after images, as explained in the main version release article.

The commands reference page for this version is the same as for 1.0.0: see the list of commands for Siril 1.0.

Download

See the page of the main site for a detailed presentation of the version and download links.

Changes since 1.0.4

  • Fixed bug in eyedropper feature with 16bits images
  • Added button to see original image in background extraction
  • Fixed bug introduced in 1.0.4 with one pixel shift when registering meridian flipped images
  • Fixed GAIA catalog parser

Known issues

Inevitably, some problems exist in every release, even if we do our best to verify that everything works as expected. For convenience, here will be a list of problems that have been found in this release.

  • When an empty or malformed SER file was in the directory, previewing it would crash siril. This has been fixed for next version (fix)
  • Saving an image as TIFF could crash siril. This has been fixed for next version (fix)
  • Extracting the polynomial background gradient could crash siril when not enough samples were set. This has been fixed for next version (fix)
  • The iif command of Pixel Math had a problem, it was fixed for next version (fix)
  • Cropping a sequence with images of different sizes would crash if the selected area was not common to all the frames of the sequence. This has been fixed for next version (fix)
  • Command seqstat could crash on large sequences when some images were not selected. This has been fixed for next version (fix)
  • Siril could crash when a large star was close to border during star detection. This has been fixed for next version (fix)