diff --git a/ChangeLog b/ChangeLog index 037ae7be..c33258ee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,25 +1,36 @@ -----18.12----- New Features: * Add Markdown entry type * Animated highlighting of the currently calculated command entry * Visualization of pending command entries (queued, but not being calculated yet) * Allow to format command entries (background color, foreground color, font properties) * Allow to insert new command entries at arbitrary places in the worksheet by placing the cursor at the desired position and starting typing. * For expressions having multiple commands, show the results as independet result objects in the worksheet * Add support for opening worksheets by relative paths from console * Add support for opening multiple files in one Cantor shell * Change the color and the font for when asking for additional information in order to better discriminate from the usual input in the command entry * [Maxima] Deal with additional required inputs when fetching help for commands via the '??' operator * Added shortcuts for the navigation across the worksheets (Ctrl+PageUp, Ctrl+PageDown) * [Julia] Add support for class member autocompletion * [Python] Add runtime autocompletion * Add action in 'View' submenu for zoom reset. * Enable downloading of Cantor projects from store.kde.org (at the moment upload works only from website) * Open the worksheet in read-only mode if the backend is not available on the system -Bug fixes: +Important bug fixes: * BUG 363606 - [Python] Different python sessions shouldn't share the same variables * BUG 372075 - [Python] Don't exit Cantor on calling exit() in python sessions * BUG 395213 - [R] Add rehighlighting for entries after execution in R backend * BUG 394003 - [Maxima] Loosing LaTeX output after backend restarting + * [Octave] Fix a bug with missing error message in plot commands + * [Octave] Fix a bug with missing output sometimes + * [Octave] Fix a bug with interrupting plot commands + * Remove some unnecessary emtpty results in backends for commands without outputs + * [Maxima] Fix problems with entry, ended '$' + * [Sage] Fix unreadable result of help request + * [Maxima] Fix a bug with rare appearance of 'T' and 'NIL' in first entry's output + * [Maxima] Fix crash after double autocompletion + * Fix crash after activation 'Export to LaTex' + * [Sage] Fix unfinished computing after login + \ No newline at end of file