Hi everybody,
We have just released a new version of PixInsight: 1.8.0.990 RC4 Ripley for Linux/X11, Mac OS X, and Windows. It is now available on our
Software Distribution site.
Along with many bug fixes and performance improvements, this version comes with a number of important new features:
* Refactored user interface. The PixInsight Core application has now a complete separation between appearance and functionality. Every aspect of the user interface (colors, fonts, margins, item spacing, etc.) can now be restyled by editing a CSS (cascading style sheet) document. As part of this refactoring work, all core application icons have been replaced by a new set with improved coherence and readability.
* New console log file functionality. Type 'help log' in PI's command line for more information. Basically, you can send all console text output to a disk file, with automatically generated timestamps. This is particularly useful to control long batch processes, such as the output of the BatchPreprocessing script.
* New inline source code editing feature. By right-clicking a process icon and selecting the "Edit instance source code" option, the JavaScript source code for the icon's instance is automatically generated on the fly and loaded on a floating script editor window. You can just inspect the icon's source code, or edit it and commit the changes to the icon. This is a powerful feature for developers and advanced users. It gives you easy access to many process parameters that are not available on the standard graphical interfaces.
* Improved compatibility with Mac OS X 10.8. This version has been built with the latest development tools from Apple (Xcode 4.6 and the LLVM compiler), and has been tested thoroughly on Mountain Lion (10.8.2). Our tests show that all previous issues have been fixed on this platform.
* The latest versions of all standard scripts. Please let me know if you detect some mistakes in the script versions distributed with this release.
* Full support for SSL/TLS connections in the update system. The default update repository is now
https://pixinsight.com/update/. This is a very important security improvement for authentication of update repositories and packages.
* Lots of new and improved features and APIs in the PixInsight JavaScript Runtime (PJSR) and PixInsight Class Library (PCL) development platforms. A new version of PCL will be available in a few days.
Main Caveats* This version is not compatible with Mac OS X 10.6 (Snow Leopard). This is due to a problem with the WebKit library, which PI uses to implement its document browsers. We'll release a special version for OS X 10.6 as soon as possible. However, we strongly encourage all Mac users to upgrade to 10.8.
Things not working / requiring significant development* PixInsight's printing system works nicely on Linux. However, it doesn't work optimally on Windows, and is clearly deficient on Mac OS X, due to color management issues. We have to redesign/rewrite the entire printing system on these platforms.
As always, thank you so much for your patience and support. Enjoy!