This release makes two important changes to how the scripting works, and make lots of improvements to the User Interface
Scripter - Multiple Values can be applied
Fields such as artist or performer can have multiple values, in previous release we could only assign to the first value. But now if we want to assign multiple values to a field we can separate the values with ;;; and then when applied they will automatically be split into multiple values - see here for more details.
Set Value with Scripter can now apply to Selected Cells
We can now refer to the selected cells in the script itself using the selectedcell field, for example uppercase all selected cells - for more details please see here.
e.g selectedcell.toUpperCase();
New Row Edit Menu
There are two different selections possible, row selection from the Row No column , and cell selection from the main spreadsheet like view of the active Edit Pane. This is powerful but sometimes confusing so now we have moved edit tasks that apply to the row selection to a new Row Edit menu.
Help Moved Online Only
Help is moved completely online, this makes it much easier to keep it updated and allows us to add videos and for customer to comment and ask questions directly.
Full Issue List
Improvement
JAIKOZ-1506 In Set Value with Script allow script to refer to Selected Cells
JAIKOZ-1508 Modified/Delete Colours not as good in Dark Mode
JAIKOZ-1511 Modify the default Toolbar configuration
JAIKOZ-1512 Modify the Default Autocorrecter Configuration
JAIKOZ-1516 Move Edit tasks that are song based to a new Row Edit menu
JAIKOZ-1517 Remove link to Offline help and remove help being downloaded with application
Bug
JAIKOZ-819 Select rowsnos, run Revert to Saved, rows no longer selected
JAIKOZ-1507 Cannot invoke “com.jthink.jaikoz.celldata.Cell.clone()” because “existingCell” is null
JAIKOZ-1509 Previous and Next Icons wrong way round
JAIKOZ-1510 Import Spreadsheet Failing after modification in LibreOffice
JAIKOZ-1513 Play Song should always run based on Row No selection not Spreadsheet Cell selection
JAIKOZ-1514 Swap Menu should be under Action on Main Menu not Edit
JAIKOZ-1515 Empty Columns menu should consider rowno header selection
JAIKOZ-1518 Scripter, all values get assigned to first field instead of multiple fields
JAIKOZ-1520 Javascript functions not preserved on restart