Changes in 1.12: * Multiple widgets can now be selected for editing properties * Add Edit->Select menu and context menu for above * Added context menu on dataset browser for filenames to reload, delete or unlink all associated datasets * New tree-like dataset browsing widget is shown in data edit dialog * Importing 1D fits images is now supported * Date / time data has its own dataset type * The data edit dialog box can create or edit date/time data in human-readable form Minor improvements: * Add LaTeX commands \cdot, \nabla, \overline plus some arrows * Inform user in exception dialog if a new version is available * Add linevertbar and linehorzbar error bar styles Bug fixes: * Fix crash on filling filled error regions if no error bars * Remove grouping separator to numbers in locale as it creates ambiguous lists of numbers * Undo works properly for boolean and integer settings * Prevent widgets getting the same names when dragging and dropping * Hidden plot widgets are ignored when calculating axis ranges * Combo boxes are now case sensitive when displaying matches with previous text * Fix errors if plotting DatasetRange or Dataset1DPlugin datasets against data with nan values * Fix division by zero in dataset preview * Do not leave settings pointing to deleted widgets after an undo * Fix errors when using super/subscripts of super/subscripts * Fix crash when giving positions of bar plot and labels * Do not allow dataset names to be invalid after remaining * Several EMF format bug fixes, including not showing hidden lines and not connecting points making curves * Stop crash when contouring zero-sized datasets Changes in 1.11: * New data point picker for finding coordinates of points on plot (contributed by B.K. Stuhl) * New data navigator window for filtering, sorting and examining dataset statistics * ".." button next to dataset settings pops up data navigator for choosing datasets * Data fitting can now use PyMinuit, giving error estimates (B.K. Stuhl) * Console history now uses currently entered characters to select lines from history (B.K. Stuhl) * New self test script, comparing graph output with expected output * Put superscripts and subscripts above each other when formatting (B.K. Stuhl) * Key entries can have multiple lines (using \\) (B.K. Stuhl) * Option to treat blanks as data items in CSV files * Locale support added for number formatting - Can use current locale or US/English in documents - Can use US/English or current local in user interface * Contours avoid missing (nan) values * Linux binaries are now created on a more modern system * Windows binaries now use MSVC for compilation Bug fixes: * CSV import with blank columns fixed * Embedding module now working when using binary * Remember current directory with unicode characters * Extension module now compiles under MSVC in Windows * Output is always appended to console (B.K. Stuhl) * \r characters sometimes break data import in Windows * If using --export option, add directory of script to import path Minor bug fixes: * Zero sized dataset contour plot fix * Fix problem on context menu for axis match setting * Small values on log axis fix * Disable data edit dialog context menu when no datasets * Loading files with unicode filenames on command line * Do not allow non finite float settings