Releases: ddmitov/perl-executing-browser
Releases · ddmitov/perl-executing-browser
Perl Executing Browser v2.0.0
- redesigned PEB based on QtWebEngine instead of QtWebKit
 - updated Perl Scripts API - ability to select per script Perl interpreter
 - updated Perl Scripts API - new syntax to call file or directory selection dialogs
 - updated Application Directory handling - point to an Application Directory from command line
 - unified logging of all JavaScript and Perl errors in the command-line console
 - DEB package
 - minimal context menu
 - no support for interactive scripts
 - no JavaScript Alert, Confirm and Prompt
 - no AppImage support
 - no Windows support
 
Perl Executing Browser v1.1.1
- correct application directory for AppImage executables
 
Perl Executing Browser v1.1.0
- Windows interactive Perl scripts based on temporary files
 - QFileWriter class
 - better on-exit code
 - better AppImage support
 - QtWebEngine code moved to a separate repository
 - no support for local servers
 - no support for printing
 - no Mac support
 - demo package updates
 - documentation updates
 
Perl Executing Browser v1.0.0
- appimage-maker.sh optimization
 - AppImage support for PEB-based applications
 - better index.html for the demo package
 - server-starter Qt class
 - AppImage Builder Docker container
 - documentation update
 
Perl Executing Browser v0.9.1
- correct AppImage metainfo file
This is a test release trying to solve only Linux Appimage-related issues.
No functionality is removed, added or changed for the Mac and Windows platforms. 
Perl Executing Browser v0.9.0
- safe print for interactive scripts
 - safe exit for interactive scripts
 - termination of Linux Perl scripts using the SIGTERM signal
 - unified logging of Perl scripts and JavaScript in the JavaScript console
 - relocatable Perl directory inside application directory
 - main window is displayed after start page is loaded
 - better index.html for the demo package
 - fullpath filesystem dialogs for localhost
 - better context menu
 - Print Preview becomes the main printing dialog
 - documentation update
 
Perl Executing Browser v0.8.0
- better support for local servers
 - better windows compatibility
 - PEB starts Perl scripts only from its application directory
 - inputData is always written on STDIN
 - inputData may be string or function
 - better AppImage support
 - .script pseudo filename extension
 - documentation update
 
Perl Executing Browser v0.7.2
- better AppImage support
 - documentation update
 
Perl Executing Browser v0.7.1
- better AppImage support
 - documentation update
 
Perl Executing Browser v0.7.0
- AppImage support
 - documentation update