diff --git a/ChangeLog b/ChangeLog index d697090a..898516d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,1070 +1,1071 @@ --- Version 0.7.1 - UNRELEASED - Slighlty less confusing output in case a package is installed from require(), such as in many plugins - Fixed: RKWard icon was missing for the "enhances RKWard" column in package installation dialog - Fixed a layout issue in plugins using -elements that would sometimes also render top-left aligned UI-elements unsuable. - Remove a bit of unused empty space around the main area of plugin dialogs - Expand root level objects (esp. data.frames) by default in plugin object lists. Add button to toggle back to collapsed. - Allow Tab-key to advance to the next row of data in data editor - Fix highlighting of "trailing" rows and columns in data editor - Fixed: Loading existing workspace from startup dialog failed silently. - Support handling of help:/ pages (e.g. RKWard plugins documentation) inside the RKWard help window, again. - Do not attempt object name hinting behind empty quoted strings or spaces. -- rk.show.message() gains a parameter to allow setting a default button other than "yes" +- rk.show.question() gains a parameter to allow setting a default button other than "yes" +- new function rk.askYesNo() combines the functionality of askYesNo() (R >= 3.5.0) with rk.show.question() and is the default option for askYesNo() calls - Compile in ui definitions, instead of providing them as separate files - Fix printing of strings with R 3.5.0 on Windows in the console - Offer R_LIBS_USER, instead of ~/.rkward/library as standard library installation location - Support R version placeholder (%v) in custom library locations. - File browser tool window follows changes in current working directory (while showing current working directory) - Show focus indication in highlighted item color (usually blue), instead of hardcoded red - On Mac, do not attempt to start DBus, if it is already running - Fix most compiler warnings - File tool window gains button to switch to current working directory - Fix a crash when closing a plugin dialog with an active plot preview - Do not throw an error on objects that return non-numeric/non-scalar dim() --- Version 0.7.0b - Apr-16-2018 - Fix failure to install translations --- Version 0.7.0 - Apr-16-2018 - Fix crash with R 3.5.x due to use to STRING_PTR - Double click on object in Workspace browser tries to open reference page, not object viewer, if the object is outside of .GlobalEnv - Implement "split view" feature, allowing to partion the main window, and to hvae several views of the same files / data side-by-side - Fixed: Creating trellis on-screen plots, while package lattice is not on the search path would produce errors in plot history mechanism - Limit the number of debug log-files to keep (at most three, each, for frontend and backend) - Remove Windows-only UI for setInternet2()-option (no longer available in R, with setInternet2(TRUE) the default since R 3.2.2) - Remove startup wrapper script (moving the still-needed functionality into the main executable) - Function argument hinting is less easily fooled by braces inside quotes - Preview status messages can now be closed - Show the message accompanying rk.show.files() or rk.edit.files() inside the main window, instead of a separate dialog - File browser gains "Rename" context menu action - File selection fields in plugin dialogs remember the last used directory (per session), and check for a valid selection - Better handling of text drag-and-drop inside the R console window --- Version 0.6.5a - UNRELEASED - Fix NAs introduced by editing data containing characters that cannot be encoded in the system locale - Fixed: Preview boxes followed by a element would not work under some circumstances - Fixed: Setting an output CSS file via the GUI did not work - Fixed: Bug report feature on Windows did nothing - Avoid some potential encoding issues, that could cause graphical select.list to fail for certain strings, under some circumstances --- Version 0.6.5 - Apr-02-2016 - Add option to override CSS file used for the output window - When manually adding pluginmaps, load these after, not before other pluginmaps, by default - Added context menu option to search for information on current symbol online - Fixed: Wizard plugins would be too small, initially - Fixed: Help Search was not longer working correctly with R 3.2.x - Fix compilation with R 3.3.x - Provide better status feedback when searching / filtering among installable packages - Add access to basic menu items for docked previews - Move preview controls to the button-column of dialogs - Add preview to Sort data-, Subset data, and Recode categorical data-plugins - Add preview to Power Analysis plugin - Add support for adding "htmlwidget"- and "gvis"-class objects to the output window via rk.print() - Add plugins for importing Excel files (.xls and .xlsx, Perl- and Java-based) - Add ability to extract values row-wise in plugins - Add convenience JS-function "makeOption()" for use in plugins - Fixed: Numerical (display) precision setting was not honored in data editor - Fix several window activation quirks in "Focus follows mouse" mode - File selectors in "Import XYZ" plugins now filter for standard file extensions, by default - Add previews for CSV, SPSS, and Stata import plugins - Allow previews for data, (HTML) output, and custom types of previews - Allow previews to be docked to the dialog window, and dock them, by default - Implicitly save code preview visibility and size (instead of the former explicit settings) - data.frame objects outside of globalenv() can be opened read-only in an editor window - Show a warning screen when invoking plugins from the command line (or from clicking an rkward://-link in an external application) - Use package type option "binary" from R 3.1.3 onwards, for automatic selection of the appropriate binary package --- Version 0.6.4 - Dec-20-2015 - Fixed: Plugin variable slots taking more than one object would not be hightlighted in red while invalid - Plugins check for correct object type, in more places, but allow to proceed with questionable object selections - Fixed: RKWard package repository would be listed twice on fresh installations - Switch to bugs.kde.org as primary issue tracker - Workspace browser gains functionality to search / filter objects by name - Separate globalenv() and other environments in the search path more clearly in workspace browser - Fix some minor toolbar glitches - Complete rework of UI for better usability - Try harder to honor system locale settings - Remove obsolete "Export tabular data" plugin (superceded by "Export Table / CSV") - Some usability refinements to "Import CVS" plugin - Disabled the "Import Data"-dialog, as it was considered too confusing. The individual importers are still available from the menu, separately. - For multi-item varslots and valueslots, use separate buttons for adding / removing items - Don't show (useless) index number in mutli-value varslots and valueslots - Make the option to disable / enable editing more visible (in the data editor's toolbar) - Do not invoke symbol name completion while in the middle (not end) of a word - Add context menu to HTML viewer window, including the ability to open links in a new window - Remove dependency on KHMTLPart --- Version 0.6.3 - Mar-07-2015 - Fixed: Hang when trying to select existing directories in file selectors on Windows - New element for use in plugins' logic section: Provides a translatable string property - New element