(Marked this version for translation)
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
=Siril 1.0.5=
<languages />
<translate>
=Siril 1.0.5= <!--T:1-->
'''Release date: Sept 9, 2022'''
'''Release date: Sept 9, 2022'''


<!--T:2-->
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 [[Siril:1.0.4#Known_issues|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 [https://siril.org/download/1.0.5 main version release article].
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 [[Siril:1.0.4#Known_issues|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 [https://siril.org/download/1.0.5 main version release article].


<!--T:3-->
The commands reference page for this version is the same as for 1.0.0: [https://free-astro.org/index.php?title=Siril:Commands&oldid=8045 see the list of commands for Siril 1.0].
The commands reference page for this version is the same as for 1.0.0: [https://free-astro.org/index.php?title=Siril:Commands&oldid=8045 see the list of commands for Siril 1.0].


==Download==
==Download== <!--T:4-->
See the [https://siril.org/download/1.0.5 page of the main site] for a detailed presentation of the version and download links.
See the [https://siril.org/download/1.0.5 page of the main site] for a detailed presentation of the version and download links.


==Changes since [[Siril:1.0.4|1.0.4]]==
==Changes since [[Siril:1.0.4|1.0.4]]== <!--T:5-->
* Fixed bug in eyedropper feature with 16bits images
* Fixed bug in eyedropper feature with 16bits images
* Added button to see original image in background extraction
* Added button to see original image in background extraction
Line 15: Line 19:
* Fixed GAIA catalog parser
* Fixed GAIA catalog parser


==Known issues==
==Known issues== <!--T:6-->
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.
<!--T:7-->
* 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])
* 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])
* Asinh tool had bad behaviour with the black point for monochrome and 32bits images. This has been fixed for next version ([https://gitlab.com/free-astro/siril/-/commit/cdafe469e1a6da4f3041e60ac6a4467b928fbb46 fix])
* PixelMath mishandled some negative values. This has been fixed for next version ([https://gitlab.com/free-astro/siril/-/commit/35ad587aae42822f9ff168ad39028d2770c7a393 fix])
* Searching for a sky object in SIMBAD containing a '+' character in its named failed. This has been fixed for next version ([https://gitlab.com/free-astro/siril/-/commit/7b04fce685b11494776512df38a5b2874fc804c6 fix])
* Rotational gradient did not handle values lower than 1.42 for the radial shift. This has been fixed for next version ([https://gitlab.com/free-astro/siril/-/commit/3f4f928c6ff73e8e9e91fcdf6b2de43d905b6603 fix])
</translate>

Latest revision as of 23:05, 17 October 2022

Other languages:

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)
  • Asinh tool had bad behaviour with the black point for monochrome and 32bits images. This has been fixed for next version (fix)
  • PixelMath mishandled some negative values. This has been fixed for next version (fix)
  • Searching for a sky object in SIMBAD containing a '+' character in its named failed. This has been fixed for next version (fix)
  • Rotational gradient did not handle values lower than 1.42 for the radial shift. This has been fixed for next version (fix)