Secure FTP functionality is now built into the application.
In addition to standard FTP and local disk publishing, support for the following protocols has been added:
• FTP with TLS/SSL (Port 990 - Implicit)
• FTP with TLS/SSL (AUTH TLS - Explicit)
• SFTP using SSH2 (Secure Shell)
Standard FTP (winsock) has also been refactored. With better support for different FTP server variants and many other improvements.

- Added “Publish navigation icons as SVG image”. This will output the icons as embedded SVG (scalable vector image) instead as font and reduces the overall size of the website if you only use a few icons.

- Added the possibility to use wildcards in Publish File types
(Tools->Options->Publish). This makes it possible to publish specific files (based on the filename, in addition to file extensions) to a different folder.

- Added 'Preview current page' option in addition to 'Preview entire website'.

- Added 'PHP Preview Warning'. When you try to preview a website with PHP, the application will now display a warning that the pages may not display correctly, because PHP can only be viewed online through a web server.

- Improved: Publish File types are now saved in the project file so they can be different for each project.