--- a/changelog Sat Dec 02 12:40:52 2017 +0100 +++ b/changelog Sun Dec 31 18:27:40 2017 +0100 @@ -1,5 +1,32 @@ Change Log ---------- +Version 18.01: +- bug fixes +- Debugger / Breakpoint Viewer + -- added the capability to remember the most recently used file names and + conditions +- Editor + -- added an action to the view menu to clear all folds of the current editor + -- added an entry to delete all change markers to the marker margin context + menu +- Project + -- If a project does not contain protobuf files, the old project file format + (5.1) is generated to make the file backward compatible. +- Plug-ins + -- added the pip interface plug-in to the core plug-ins + -- added the virtualenv/pyvenv interface plug-in to the core plug-ins + -- added the setup.py wizard plug-in to the core plug-ins + -- added the eric plug-in wizard plug-in to the core plug-ins + -- added the .desktop wizard plug-in to the core plug-ins + -- added the translator plug-in to the core plug-ins + -- added the git plug-in to the core plug-ins + +**Note**: These plug-ins should be deinstalled via the plug-in uninstallation +dialog of eric before upgrading eric. A reconfiguration of these plug-ins may +be neccessary. + - PluginToolPip + - PluginWizardVirtualenv + Version 17.12: - bug fixes - General