(Updating to match new version of source page)
(Updating to match new version of source page)
 
(7 intermediate revisions by the same user not shown)
Line 3: Line 3:
'''Release date: November 4, 2019'''
'''Release date: November 4, 2019'''


This release focused on bug fixes and a better user experience. Indeed, windows management was a bit archaic and a deep refactoring was needed. Also, histogram window was redesign to be easier to play with. See also the change log in the siril [[Siril:Commands#Commands_history|commands reference section]].
This release focused on bug fixes and a better user experience. Indeed, window management was a bit archaic and a deep refactoring was needed. Also, histogram window was redesigned to be easier to use. See also the change log in the siril [[Siril:Commands#Commands_history|commands reference section]].


Recently, source code, roadmap and issues management have moved to [https://gitlab.com/free-astro/siril gitlab.com]. Please report issues you encounter with siril on this website, this will help us fix them and make siril a better program.
Recently, source code, roadmap and issues management have moved to [https://gitlab.com/free-astro/siril gitlab.com]. Please report issues you encounter with siril on this website, this will help us fix them and make siril a better program.
Line 10: Line 10:


==Downloads==
==Downloads==
*[https://free-astro.org/download/MD5SUMS MD5Sums] of all downloadable files
*[https://free-astro.org/download/MD5SUMS.txt MD5Sums] of all downloadable files
*Source package: [https://free-astro.org/download/siril-0.9.12.tar.bz2 siril-0.9.12.tar.bz2]
*Source package: [https://free-astro.org/download/siril-0.9.12.tar.bz2 siril-0.9.12.tar.bz2]


===GNU/Linux===
===GNU/Linux===
*Debian stable (stretch): [https://free-astro.org/download/siril_0.9.12-1_amd64-stretch.deb 64 bits]
Now, the debian package is distributed in two packages. The first package [https://free-astro.org/download/siril-common_0.9.12-1_all.deb siril-common], must be installed first and is compatible for all architectures. The second one, depends of the system you have:
*Debian stable (buster): [https://free-astro.org/download/siril_0.9.12-1_amd64-buster.deb 64 bits]
*Debian testing: [https://free-astro.org/download/siril_0.9.12-1_amd64-testing.deb 64 bits]
*Debian testing: [https://free-astro.org/download/siril_0.9.12-1_amd64-testing.deb 64 bits]
   $ sudo apt-get install siril
   $ sudo apt-get install siril
Line 25: Line 26:
*Arch Linux has both the [https://aur.archlinux.org/packages/siril/ release version] and the [https://aur.archlinux.org/packages/siril-git/ git development version] in the user repository (AUR).
*Arch Linux has both the [https://aur.archlinux.org/packages/siril/ release version] and the [https://aur.archlinux.org/packages/siril-git/ git development version] in the user repository (AUR).
*[https://free-astro.org/download/Siril-0.9.12.glibc2.15-x86_64.AppImage AppImage]: If you don't find a package for your distribution, you can try to download the  AppImage binary. It has been tested on many systems and could work on yours. Make the file executable, and run it. That's all.
*[https://free-astro.org/download/Siril-0.9.12.glibc2.15-x86_64.AppImage AppImage]: If you don't find a package for your distribution, you can try to download the  AppImage binary. It has been tested on many systems and could work on yours. Make the file executable, and run it. That's all.
WARNING: In the AppImage, Siril is shipped with a old version of opencv that is not compatible with the new CLAHE filter. In consequence, this feature is not available in the AppImage bundle.
WARNING: In the AppImage, Siril is shipped with an old version of opencv that is not compatible with the new CLAHE filter. In consequence, this feature is not available in the AppImage bundle.


===macOS ( > 10.9)===
===macOS ( > 10.9)===
*macOS Bundle is always complicated to build. We have no macOS knowledges to produce bundle as soon as the application is released and we are depending of volunteers to produce it.
*Download the latest [https://free-astro.org/download/SiriL-0.9.12-1.app.zip archive] for Siril.
Yet, if you want to use the last version on your Mac, we recommand you to use homebrew.


===Windows (64bit)===
===Windows (64bit)===
*[https://free-astro.org/download/Install_SiriL_0_9_12_64bits_EN-FR.exe Download the installer]
*[https://free-astro.org/download/Install_SiriL_0_9_12_64bits_EN-FR.exe Download the installer]
WARNING : If you have no script menu anymore after the new installation, go the the ''Edit'' menu, then ''Preferences'', then ''Misc.''. Clear all the ''Script Directories'' textbox and ''Apply''. Finally, close and restart Siril.


*As usual we provide an archive with all the needed files in it. We recommend you create a shortcut for the executable at any convenient place. The executable is in the subdirectory bin and is named siril.exe : [https://free-astro.org/download/SiriL-0.9.12-1_64bit.zip Download archive]
*As usual we provide an archive with all the needed files in it. We recommend you create a shortcut for the executable at any convenient place. The executable is in the subdirectory bin and is named siril.exe : [https://free-astro.org/download/SiriL-0.9.12-1_64bit.zip Download archive]
Line 39: Line 41:


New features:
New features:
* New split cfa feature
* New split CFA feature
* Script status (line currenty executed) is displayed in a statusbar
* Script status (line currenty executed) is displayed in a statusbar
* TIFF export is now available for sequences
* TIFF export is now available for sequences
* Added new filter: Contrast Limited Adaptive Histogram Equalization
* Added new filter: Contrast Limited Adaptive Histogram Equalization (often referred to as CLAHE)
* Open sequence by double clicking on seq file
* Ability to open a sequence by double-clicking on seq file in file explorers


Improvements:
Improvements:
* Better dialog windows management
* Better dialog windows management
* Histogram tool refactoring
* Histogram tool refactoring
* Provide new strategies for free memory management
* Provide new strategies for memory management, user can choose in the settings what amount to use
* Provide new photometric catalog for color calibration (APASS)
* Provide new photometric catalog for color calibration (APASS)


Bug fixes:
Bug fixes:
* Fixed stat computation on 3channel FITS
* Fixed stat computation on 3-channel FITS
* Fixed free memory computation on Windows
* Fixed free memory computation on Windows
* Fixed a bug in RGB compositing mode allowing now users to use multichannel image tools
* Fixed a bug in RGB compositing mode, now allowing users to use multichannel image tools
* Fixed crash after deconvolution of monochrome images
* Fixed crash after deconvolution of monochrome images
* Fixed a bug in astrometry when downloaded catalog was too big
* Fixed a bug in astrometry when downloaded catalog was too big

Latest revision as of 12:38, 6 January 2020

Other languages:

Siril 0.9.12

Release date: November 4, 2019

This release focused on bug fixes and a better user experience. Indeed, window management was a bit archaic and a deep refactoring was needed. Also, histogram window was redesigned to be easier to use. See also the change log in the siril commands reference section.

Recently, source code, roadmap and issues management have moved to gitlab.com. Please report issues you encounter with siril on this website, this will help us fix them and make siril a better program.

Remember that Siril is developed without Windows or Mac and that we rely on Windows and Mac users to test and give us feedback about integration or porting problems.

Downloads

GNU/Linux

Now, the debian package is distributed in two packages. The first package siril-common, must be installed first and is compatible for all architectures. The second one, depends of the system you have:

 $ sudo apt-get install siril
  • Ubuntu / Linux Mint:
 $ sudo add-apt-repository ppa:lock042/siril
 $ sudo apt-get update
 $ sudo apt-get install siril
  • Fedora, Mageia 6: All
 # dnf install siril
  • Arch Linux has both the release version and the git development version in the user repository (AUR).
  • AppImage: If you don't find a package for your distribution, you can try to download the AppImage binary. It has been tested on many systems and could work on yours. Make the file executable, and run it. That's all.

WARNING: In the AppImage, Siril is shipped with an old version of opencv that is not compatible with the new CLAHE filter. In consequence, this feature is not available in the AppImage bundle.

macOS ( > 10.9)

  • Download the latest archive for Siril.

Windows (64bit)

WARNING : If you have no script menu anymore after the new installation, go the the Edit menu, then Preferences, then Misc.. Clear all the Script Directories textbox and Apply. Finally, close and restart Siril.

  • As usual we provide an archive with all the needed files in it. We recommend you create a shortcut for the executable at any convenient place. The executable is in the subdirectory bin and is named siril.exe : Download archive

What's new in Siril 0.9.12

New features:

  • New split CFA feature
  • Script status (line currenty executed) is displayed in a statusbar
  • TIFF export is now available for sequences
  • Added new filter: Contrast Limited Adaptive Histogram Equalization (often referred to as CLAHE)
  • Ability to open a sequence by double-clicking on seq file in file explorers

Improvements:

  • Better dialog windows management
  • Histogram tool refactoring
  • Provide new strategies for memory management, user can choose in the settings what amount to use
  • Provide new photometric catalog for color calibration (APASS)

Bug fixes:

  • Fixed stat computation on 3-channel FITS
  • Fixed free memory computation on Windows
  • Fixed a bug in RGB compositing mode, now allowing users to use multichannel image tools
  • Fixed crash after deconvolution of monochrome images
  • Fixed a bug in astrometry when downloaded catalog was too big