diff --git a/ChangeLog b/ChangeLog index 9651ac60..87b2eb7f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,1017 +1,1018 @@ +- 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 TODO document, polish +- 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 TODO: update documentation on placemnet +- 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