2.5 (04.02.2012):
- fix resizing in KDE 4.8;
- some other fixes and small changes.

2.4 (04.01.2012):
- implement configChanged() method (useful for scripting);
- do not advertise resizing if panel toolbox is open.

2.3 (01.01.2012):
- allow to resize applet by dragging edge (when widgets are unlocked);
- configuration is now accessible through input's context menu;
- resizable results view;
- results view uses rewind buttons instead of scroll bar (rewinding using mouse wheel still possible);
- some other small improvements.

2.2.1 (01.12.2011):
- more friendly install script;
- removed compile time dependency on gettext.

2.2 (26.08.2010):
- finally make applet fully usable on panels thanks to some workarounds;
- save and restore completion mode;
- remove some no more needed hacks;
- some other fixes and changes.

2.1 (14.09.2009):
- added possibility to to select match using [Shift + ] Tab and allow to trigger it using Enter or Return;
- added possibility to adjust match configuration (if has it) before running it (press configure icon or Shift + Enter with focused match);
- added tool tip for combo box;
- improved stability.

2.0 (07.08.2009):
- added initial and experimental support for runners;
- fixed not working commands completion;
- improved resizing on desktop.

1.4 (24.07.2009):
- use Plasma theme for combo box;
- when command fails set text color to red for a second;
- center vertically in panels;
- sizing improvements;
- some other fixes.

1.3 (20.07.2009):
- fixed focusing of applet using keyboard shortcut.

1.2 (21.04.2009):
- removed width setting (now applet expands itself when on panel);
- simplified code.

1.1 (07.04.2009):
- reenabled auto run of command after selecting;
- share history with KRunner;
- added translations support;
- added Polish translation by me;
- added install.sh script.

1.0 (24.01.2009):
- updated to Plasma CMake related changes.

0.9 (30.12.2008):
- disabled auto run of command after selecting (caused double opening in some cases);
- Remove action is enabled only when desktop is unlocked;
- small code cleanups.

0.8 (21.12.2008):
- simplified configuration dialog (removed redundant options);
- improved width widget, now with additional spin box;
- on desktop applet does not paint plasmoid background;
- some other fixes and small changes.

0.7 (15.11.2008):
- added commands to manage session (logout, lock, switch, shutdown, reboot);
- activation shortcut (Ctrl+Shift+R, could be changed in System Settings);
- some code cleanups;
- applied patch from Jaroslav Reznik.

0.6 (11.11.2008):
- option to share history between instances (enabled by default);
- added configure and remove actions to combobox menu;
- tabbed configuration interface.

0.5 (10.11.2008):
- support for KIO (example: trash:);
- better history handling;
- option to run command directly after choosing it from history list (like in KDE3, enabled by default);
- when application file can not be found field gets pink background and you can edit it;
- updated copyright headers;
- added CMakeLists.txt in main directory to make building a bit easier;
- changes in configuration interface (removed group boxes and added tool tips).

0.4 (26.10.2008):
- removed History button, now applet uses KHistoryComboBox;
- now it should not mess size of panel applets anymore;
- possibility to open mailer (example mailto:email@example.net);
- when command fails field gets pink background and you can edit it (currently it seems to work only witch calculator).

0.3 (25.10.2008):
- added simple calculator (example: =2+2);
- added simple converter to binary, octal and hexadecimal systems (examples: bin=12, oct=10, hex=8);
- possibility to open web addresses (including searching, example: gg:query), directories and files;
- possibility to run command in terminal by prepending it by dollar sign ($).

0.2 (19.10.2008):
- slightly improved configuration interface;
- history icon is now optional (shown by default);
- smaller history icon margin.

0.1 (18.10.2008):
- initial version;
- commands history;
- commands auto completion (using history);
- configurable width and amount of history entries;
- possibility to clear history.
