Disponible uniquement en anglais
Sysquake Remote Release Notes
Sysquake Remote 1.5.1
New features
- based on LME 4.5.1
Sysquake Remote 1.5
New features
- based on LME 4.5
- support for bold and color text in graphics
- quiver
Sysquake Remote 1.4
New features
- based on LME 4.3
- the alt attribute of plot images is set to their title if they are set with the title function
- figurelist
- support for extensions (which must be loaded explicitly with the configuration directive SQRLoadExtension)
- syntax <?sqr= expr ?> to output a real or complex number or a string
- sessions (functions sessionbegin, sessionend, sessionfetchvar, sessionid, sessionlist, sessionresetall, sessionstorevar; and option SQRSessionDBPath)
- definitions in the configuration file (option SQRDefine and LME function sqrdef)
Bug fixes
- httpheader with two input arguments corrupted the argument stack; fixed
- banner now produces a valid img tag with an alt attribute and an empty tag end
Libraries
- sqr: new format 'p' for passwords
- sqr: when the format string contains tabs ('\t'), the form is placed in a table; rows are separated with line feeds ('\n') and columns with tabs.
- sqr: methods are lowercase to agree with XHTML-1.0
- sqr: attributes selected and checked are written selected="selected" and checked="checked", respectively, to agree with XHTML-1.0
SysQuake Remote 1.3
New features
- based on LME 4.2.2
- fplot(fun,limits=[-5,5],style='',...), which plots function fun, specified by its name as a string, a function reference, or an inline function. The function is plotted for x between limit(1) and limit(2). The style of the plot can be specified with a third argument (see plot for details). Remaining input arguments of fplot, if any, are given as additional input arguments to function fun. They permit to parameterize the function. For example fplot('fun',[0,10],'',2,5) calls fun as y=fun(x,2,5) and displays its value for x between 0 and 10.
Bug fixes
- htmlspecialchars didn't handle correctly characters with a code >=256; fixed
SysQuake Remote 1.2
New features
See also release notes for libraries.
- based on LME 4.2.1
- optional support for Unicode, with UTF8 encoding
SysQuake Remote 1.1
New features
See also release notes for libraries.
- based on LME 4.1
- functions escapeshellarg and escapeshellcmd
- support for 'f' in command plot
- the id argument of graphical commands such as plot and bodemag is accepted (but ignored), to offer better compatibility with code written for SysQuake