(Updating to match new version of source page)
 
(Updating to match new version of source page)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<languages />
<languages />
=Siril 1.0.0=
=Siril 1.0.0=
'''Release date: Feb 22, 2022'''
'''Release date: March 9, 2022'''


This is the first stable release of the 1.0 branch.
This is the first stable release of the 1.0 branch.
Line 7: Line 7:
After almost 10 years of development, we finally think Siril is stable enough and complete enough to propose a 1.0 version, for all deep-sky imaging use cases.
After almost 10 years of development, we finally think Siril is stable enough and complete enough to propose a 1.0 version, for all deep-sky imaging use cases.


This version is concludes the '''0.99''' branch and its several intermediate versions that introduced a new graphical user interface compared to the previous stable [[Siril:0.9.12|'''0.9'''.12]] version. A list of all changes compared to this previous stable version can be found in the pages of [[Siril:releases|each intermediate 0.99]] version, or for short in the [https://gitlab.com/free-astro/siril/-/blob/master/ChangeLog ChangeLog] file. Below is a list of changes since the previous release, the second release candidate for this version.
This version concludes the '''0.99''' branch and its several intermediate versions that introduced a new graphical user interface compared to the previous stable [[Siril:0.9.12|'''0.9'''.12]] version. A list of all changes compared to this previous stable version can be found in the pages of [[Siril:releases|each intermediate 0.99]] version, or for short in the [https://gitlab.com/free-astro/siril/-/blob/master/ChangeLog ChangeLog] file. Below is a list of changes since the previous release, the second release candidate for this version.
 
Starting with this version, we provide links to the commands reference page for each version: [https://free-astro.org/index.php?title=Siril:Commands&oldid=8045 see the list of commands for siril-1.0.0].


==Download==
==Download==
Line 23: Line 25:
* Improved speed of FITSEQ detection when scanning sequences
* Improved speed of FITSEQ detection when scanning sequences
* Reintroduced compatibility with OpenCV 4.2 with disabled features
* Reintroduced compatibility with OpenCV 4.2 with disabled features
==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 is a list of problems that were identified after the release, potentially corrected in subsequent minor versions:
* stopping an executing thread makes the program crash (close without notice) - filed as [https://gitlab.com/free-astro/siril/-/issues/792 bug #792]
* moving the mouse over the image when it's being updated crashes siril - filed as [https://gitlab.com/free-astro/siril/-/issues/791 bug #791]
* loading another image when a tool with preview enabled is active crashes siril - filed as [https://gitlab.com/free-astro/siril/-/issues/783 bug #783]
* filtering out images from SER or FITSEQ sequences in median or mean stacking can result in dates (start and end) and live time (sum of exposures) being wrongly reported in the FITS header of the result ([https://gitlab.com/free-astro/siril/-/commit/1067768ed746da145edc84b944f9f62a977b48b4 fix] for siril 1.2 and [https://gitlab.com/free-astro/siril/-/commit/2a86b81d1af433bb0ebf7d1fe98f042102800c74 fix] for siril 1.0)
* stacking with sigma or MAD rejection will be much slower than it should on 16 bits images, because of a threading optimization issue ([https://gitlab.com/free-astro/siril/-/commit/39e6a3e479ad8720224027369c4498e5e70df7ce fix] for siril 1.2)
* stars that have peak values over 1 in 32 bit images will be discarded in star detection (registration, plate-solving, color calibration)
* the translation-only option of global registration was mistakenly deactivated in the builds of the release

Latest revision as of 23:29, 4 April 2022

Other languages:

Siril 1.0.0

Release date: March 9, 2022

This is the first stable release of the 1.0 branch.

After almost 10 years of development, we finally think Siril is stable enough and complete enough to propose a 1.0 version, for all deep-sky imaging use cases.

This version concludes the 0.99 branch and its several intermediate versions that introduced a new graphical user interface compared to the previous stable 0.9.12 version. A list of all changes compared to this previous stable version can be found in the pages of each intermediate 0.99 version, or for short in the ChangeLog file. Below is a list of changes since the previous release, the second release candidate for this version.

Starting with this version, we provide links to the commands reference page for each version: see the list of commands for siril-1.0.0.

Download

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

Changes since 1.0.0-rc2

  • Fixed memory consumption for all sequence operations
  • Fixed settings for sequence export as webm film with VP9 codec
  • Removed use of lo/hi cursors and fixed normalization for export
  • Fixed load and close commands for scripts in GUI
  • Fixed Bayer pattern in SER after extraction
  • Fixed registration crash for small images
  • Improved main panel separator positioning and keeping it in memory
  • Improved speed of FITSEQ detection when scanning sequences
  • Reintroduced compatibility with OpenCV 4.2 with disabled features

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 is a list of problems that were identified after the release, potentially corrected in subsequent minor versions:

  • stopping an executing thread makes the program crash (close without notice) - filed as bug #792
  • moving the mouse over the image when it's being updated crashes siril - filed as bug #791
  • loading another image when a tool with preview enabled is active crashes siril - filed as bug #783
  • filtering out images from SER or FITSEQ sequences in median or mean stacking can result in dates (start and end) and live time (sum of exposures) being wrongly reported in the FITS header of the result (fix for siril 1.2 and fix for siril 1.0)
  • stacking with sigma or MAD rejection will be much slower than it should on 16 bits images, because of a threading optimization issue (fix for siril 1.2)
  • stars that have peak values over 1 in 32 bit images will be discarded in star detection (registration, plate-solving, color calibration)
  • the translation-only option of global registration was mistakenly deactivated in the builds of the release