No edit summary  | 
				 Marked this version for translation  | 
				||
| (One intermediate revision by the same user not shown) | |||
| Line 5: | Line 5: | ||
<!--T:2-->  | <!--T:2-->  | ||
This release is a complete refactoring of Siril.  | This release is a complete refactoring of Siril. It is a beta version of the upcoming 1.0 version. It comes with a new graphical user interface, support for 32 bits per channel, faster demosaicing, FITS image compression, single file FITS sequences, improved performance, and many more. See the list below for a list of new features and improvements.  | ||
See   | |||
==Downloads==  | <!--T:13-->  | ||
See also the change log in the siril [[Siril:Commands#Commands_history|commands reference]]. Several new commands were added, some were modified.  | |||
==Downloads== <!--T:14-->  | |||
This version is a the beta version of Siril 1.0.0. In consequence, we only distribute the packages for the 3 most common platforms (Windows, MacOS, GNU/Linux). See the [https://www.siril.org/siril-1-0-0beta/ download] page.  | This version is a the beta version of Siril 1.0.0. In consequence, we only distribute the packages for the 3 most common platforms (Windows, MacOS, GNU/Linux). See the [https://www.siril.org/siril-1-0-0beta/ download] page.  | ||
<!--T:15-->  | |||
But as usual, since siril is a free software, it can be build on any OS from source, see the [[Siril:install|installation]] page.  | |||
==What's new in Siril 0.99.4== <!--T:12-->  | ==What's new in Siril 0.99.4== <!--T:12-->  | ||
<!--T:16-->  | |||
* New UI with a single window  | * New UI with a single window  | ||
* New demosaicing algorithms, RCD is now the default one  | * New demosaicing algorithms, RCD is now the default one  | ||
Latest revision as of 22:57, 14 August 2020
Siril 0.99.4
Release date: August 14, 2020
This release is a complete refactoring of Siril. It is a beta version of the upcoming 1.0 version. It comes with a new graphical user interface, support for 32 bits per channel, faster demosaicing, FITS image compression, single file FITS sequences, improved performance, and many more. See the list below for a list of new features and improvements.
See also the change log in the siril commands reference. Several new commands were added, some were modified.
Downloads
This version is a the beta version of Siril 1.0.0. In consequence, we only distribute the packages for the 3 most common platforms (Windows, MacOS, GNU/Linux). See the download page.
But as usual, since siril is a free software, it can be build on any OS from source, see the installation page.
What's new in Siril 0.99.4
- New UI with a single window
 - New demosaicing algorithms, RCD is now the default one
 - New algorithm to fix the AF square with XTRANS sensor (Kristopher Setnes)
 - New support for FITS decompression and compression with Rice/Gzip and HCompress methods (Fabrice Faure)
 - New support for quantization and HCompress scale factor settings for FITS compression (Fabrice Faure)
 - New functions to extract Ha and Ha/OII from RGB images
 - New linear match function
 - New link command to create symbolic links
 - New convert command to convert all files (and link FITS)
 - New preference entries for FITS compression settings (Fabrice Faure)
 - New native image format: 32-bit floating point image
 - New native sequence format: FITS sequence in a single image
 - New UI for sequence image list
 - New zoom handing: ctrl+scroll (up and down) is the new way to zoom in and out
 - New preview in open dialog
 - New language selector in preferences
 - New image importer: HEIF format
 - New stacking filtering criterion (weighted FWHM). It can exclude more spurious images
 - New macOS bundle
 - New RL deconvolution tool
 - New keyword CTYPE3 for RGB FITS in order to be used by Aladin
 - New binary siril-cli to start siril without X server
 - New preference entries with darks/biases/flat libraries
 - New preliminary Meson support (Florian Benedetti)
 - New ROWORDER FITS keyword that should be used by several programm now
 - X(Y)BAYEROFF can now be configured in preferences
 - Parallelizing conversion and some other functions
 - CI file was totally rewritten (Florian Benedetti)
 - Config file was moved to more standard path
 - Optimization of several algorithms (Ingo Weyrich)
 - Background extraction is now available for sequence
 - Midtone Transfer Function is now available for sequence
 - Fixed code for Big Endian machine (Flössie)
 - Fixed bug in SER joining operation when Bayer information was lost
 - Fixed a bug of inaccessible directories in MacOS Catalina
 - Fixed crash on some OpenCV operation with monochrome images
 - Fixed annoying error boxes about missing disk drives on Windows