Releases: bugy/script-server
1.12.0
New features & improvements
#100 added possibility for a user to reconnect to a running script
#118 added script access configuration
#118 added possibility to define user groups
#101 added exit confirmation, when trying to stop script-server with running scripts
#114 added resolving of user IPs behind proxies
#114 made IP identification more secure
#112 added support for carriage_return in terminal
#121 added support for multiselect parameters
#118 added loading user groups from LDAP
#117 added markdown support for scripts description section
#103 added configuration for custom log filename format
Bugfixes
#111 added automatic web-socket pinging to avoid closing it on timeout
n/a fixed not logging of execution CR characters
#115 fixed caching of removed log files
Other
#120 added requirements.txt file
1.11.0
New features & improvements:
#83 added simple admin panel with script execution logs
#95 added google oauth support
#96 added possibility to send files as a script parameter
#95 added possibility to allow access only for whitelisted users
#94 added possibility to allow script execution in background
#93 made parameter fields more responsive and grid-like
#104 added startup message with an url of the server
#106 allowed specifying files with whitespaces as a script_path
Bugfixes:
#93 improved visualisation of long values in combobox
#92 fixed log panel on firefox
#99 fixed (not) showing error on UI, when scripts fails to start
#109 fixed python 3.4 incompatibilities
Other:
#98 added travis CI build file
1.10.1
1.10
Changelist:
#84 added possibility to run multiple scripts in parallel
#91 added sending log file in failure alert notification
#78 added confirmation dialog when users closes a page when script is running
#86 added support for using parameter values for preparing script result files
#82 added support for running script-server behind reverse-proxy
#89 added extracting audit name from proxied basic auth credentials
#86 fixed issue when running launcher from a different location
#86 added support for changing server listening address
#90 added possibility to change web page title
#80 added validation for missing web libraries before server startup (for developers)
#77 added protection against showing script-server in iFrame